public interface MessageBeanProtocolManager
| Modifier and Type | Method and Description |
|---|---|
MessageBeanListener |
createMessageBeanListener(com.sun.appserv.connectors.internal.api.ResourceHandle resourceHandle)
Create a MessageBeanListener.
|
Object |
createMessageBeanProxy(InvocationHandler handler) |
void |
destroyMessageBeanListener(MessageBeanListener listener)
Return the MessageBeanListener to the container.
|
com.sun.enterprise.deployment.runtime.BeanPoolDescriptor |
getPoolDescriptor()
Returns the message-bean container's pool properties.
|
boolean |
isDeliveryTransacted(Method method)
This is used by the message provider to find out whether message
deliveries will be transacted or not.
|
MessageBeanListener createMessageBeanListener(com.sun.appserv.connectors.internal.api.ResourceHandle resourceHandle) throws ResourcesExceededException
resourceHandle - handle associated with this listener. can be null.Exception - if the MessageBeanContainer was not able to create
the MessageBeanListenerResourcesExceededExceptionvoid destroyMessageBeanListener(MessageBeanListener listener)
Object createMessageBeanProxy(InvocationHandler handler) throws Exception
Exceptionboolean isDeliveryTransacted(Method method)
method - One of the methods used to deliver messages, e.g.
onMessage method for javax.jms.MessageListener.
Note that if the method is not one
of the methods for message delivery, the behavior
of this method is not defined.com.sun.enterprise.deployment.runtime.BeanPoolDescriptor getPoolDescriptor()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.