FileDocCategorySizeDatePackage
MessageDrivenContext.javaAPI DocGlassfish v2 API2422Fri May 04 22:35:54 BST 2007javax.ejb

MessageDrivenContext

public interface MessageDrivenContext implements EJBContext
The MessageDrivenContext interface provides access to the runtime message-driven context that the container provides for a message-driven enterprise Bean instance. The container passes the MessageDrivenContext interface to an instance after the instance has been created. The message-driven context remains associated with the instance for the lifetime of the instance.

Fields Summary
Constructors Summary
Methods Summary