IMethodSelectorContextpublic class DefaultMethodSelectorContext extends java.lang.Object implements IMethodSelectorContext
| Constructor | Description |
|---|---|
DefaultMethodSelectorContext() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.Object,java.lang.Object> |
getUserData() |
|
boolean |
isStopped() |
|
void |
setStopped(boolean stopped) |
Indicate that no other Method Selectors should be invoked after the
current one if stopped is false.
|
public java.util.Map<java.lang.Object,java.lang.Object> getUserData()
getUserData in interface IMethodSelectorContextpublic boolean isStopped()
isStopped in interface IMethodSelectorContextpublic void setStopped(boolean stopped)
IMethodSelectorContextsetStopped in interface IMethodSelectorContext