DefaultMethodSelectorContextpublic interface IMethodSelectorContext
| 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.
|
boolean isStopped()
void setStopped(boolean stopped)
stopped - java.util.Map<java.lang.Object,java.lang.Object> getUserData()