IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.asynchbeans
Interface WorkWithExecutionContext

All Superinterfaces:
java.io.Serializable

public interface WorkWithExecutionContext
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
 Work 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.

IBM WebSphere Application ServerTM
Release 7