Name

MessageDrivenContext

Synopsis

This interface represents the runtime context information that the EJB container provides to message-driven beans. It is provided to the bean after it has been created, and remains valid until the bean is removed.

                  
public interface MessageDrivenContext extends EJBContext {
}

Passed To

MessageDrivenBean.setMessageDrivenContext()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.