com.ibm.websphere.asynchbeans

Interface WorkWithExecutionContext

All Superinterfaces:
java.io.Serializable

  1. public interface WorkWithExecutionContext
  2. extends java.io.Serializable
This is returned to wrap an application supplied Work implementation with a J2EE context. This is serializable depending on security restrictions. If there is a problem deserializing the object then expect a SerialDeserialException to be thrown during that process.
See Also:
WorkManager, Work, SerialDeserialException

Method Summary

Modifier and Type Method and Description
  1. Work
getWork()
This returns a reference to the Work associated with this object.

Method Detail

getWork

  1. Work getWork()
This returns a reference to the Work associated with this object.
Returns:
The actual Work object associated with this object.