Uses of Interface
jakarta.ejb.MessageDrivenContext
-
Packages that use MessageDrivenContext Package Description jakarta.ejb Contains the Enterprise Bean classes and interfaces that define the contracts between the enterprise bean and its clients and between the enterprise bean and the enterprise bean container. -
-
Uses of MessageDrivenContext in jakarta.ejb
Methods in jakarta.ejb with parameters of type MessageDrivenContext Modifier and Type Method Description void
MessageDrivenBean. setMessageDrivenContext(MessageDrivenContext ctx)
Set the associated message-driven context.
-