Package org.glassfish.ejb.spi
Interface MessageBeanClient
public interface MessageBeanClient
-
Method Details
-
setup
First method called by MessageBeanContainer during bootstrapping. Allow the MessageBeanClient to initialize itself. Message delivery should not begin until start is called.- Parameters:
pm- MessageBeanProtocolManager allows the MessageBeanClient to access the services provided by the MessageBeanContainer.- Throws:
Exception
-
start
MessageBeanContainer calls this when it is ready handle message delivery.- Throws:
Exception
-
close
void close()MessageBeanContainer calls this to shutdown MessageBeanClient.
-