| |
|
| java.lang.Object com.caucho.ejb.AbstractServer com.caucho.ejb.message.MessageServer
MessageServer | public class MessageServer extends AbstractServer implements MessageEndpointFactory(Code) | | JCA activation-spec server container for a message bean.
|
Field Summary | |
final protected static Logger | log |
bindContext | protected void bindContext()(Code) | | |
createEndpoint | public MessageEndpoint createEndpoint(XAResource xaResource) throws UnavailableException(Code) | | Creates an endpoint with the associated XA resource.
|
destroy | public void destroy()(Code) | | Cleans up the entity server nicely.
|
getMessageContext | public MessageDrivenContext getMessageContext()(Code) | | Returns the message driven context
|
isDeliveryTransacted | public boolean isDeliveryTransacted(Method method) throws NoSuchMethodException(Code) | | Returns true to find out whether message deliveries to the
message endpoint will be transacted. This is only a hint.
|
setActivationSpec | public void setActivationSpec(ActivationSpec activationSpec)(Code) | | Sets the activation spec
|
setResourceAdapter | public void setResourceAdapter(ResourceAdapter ra)(Code) | | Sets the resource adapter
|
|
|
|