com.ibm.websphere.asynchbeans
Interface WorkWithExecutionContext
All Superinterfaces:
java.io.Serializable
- public interface WorkWithExecutionContext
- extends java.io.Serializable
See Also:
Method Summary
Modifier and Type | Method and Description |
---|---|
getWork()
This returns a reference to the Work associated with this object.
|
Method Detail
getWork
- Work getWork()
This returns a reference to the Work associated with this object.
Returns:
The actual Work object associated with this object.