FileDocCategorySizeDatePackage
MessageBeanClient.javaAPI DocGlassfish v2 API3080Fri May 04 22:32:54 BST 2007com.sun.ejb

MessageBeanClient

public interface MessageBeanClient

Fields Summary
Constructors Summary
Methods Summary
public voidclose()
MessageBeanContainer calls this to shutdown MessageBeanClient.

public voidsetup(MessageBeanProtocolManager pm)
First method called by MessageBeanContainer during bootstrapping. Allow the MessageBeanClient to initialize itself. Message delivery should not begin until start is called.

param
pm MessageBeanProtocolManager allows the MessageBeanClient to access the services provided by the MessageBeanContainer.

public voidstart()
MessageBeanContainer calls this when it is ready handle message delivery.