Methods Summary |
---|
public MessageBeanListener | createMessageBeanListener(com.sun.enterprise.resource.ResourceHandle resourceHandle)Create a MessageBeanListener.
|
public void | destroyMessageBeanListener(MessageBeanListener listener)Return the MessageBeanListener to the container. Since a
MessageBeanListener is typically associated with active resources
in the MessageBeanContainer, it is the responsibility of the
MessageBeanClient to manage them judiciously.
|
public com.sun.enterprise.deployment.runtime.BeanPoolDescriptor | getPoolDescriptor()Returns the message-bean container's pool properties.
|
public boolean | isDeliveryTransacted(java.lang.reflect.Method method)This is used by the message provider to find out whether message
deliveries will be transacted or not. The message delivery preferences
must not change during the lifetime of a message endpoint. This
information is only a hint and may be useful to perform optimizations
on message delivery.
|