Package ome.services.util
Interface Executor.StatefulWork
-
- Enclosing interface:
- Executor
public static interface Executor.StatefulWork
In the case of a stateful work order, the bean itself needs to be associated with the sessionHandler and thread rather than the word instance itself. If SessionHandler sees a StatefulWork instance it will ask for the inner "this" to be used.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getThis()
-