|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageEndpointFactory
A factory for creating message endpoints.
Method Summary | |
---|---|
MessageEndpoint |
createEndpoint(XAResource xaResource)
Creates an endpoint with the associated XA resource. |
MessageEndpoint |
createEndpoint(XAResource xaResource,
long timeout)
Creates an endpoint with the associated XA resource. |
boolean |
isDeliveryTransacted(java.lang.reflect.Method method)
Returns true to find out whether message deliveries to the message endpoint will be transacted. |
Method Detail |
---|
MessageEndpoint createEndpoint(XAResource xaResource) throws UnavailableException
UnavailableException
MessageEndpoint createEndpoint(XAResource xaResource, long timeout) throws UnavailableException
UnavailableException
boolean isDeliveryTransacted(java.lang.reflect.Method method) throws java.lang.NoSuchMethodException
java.lang.NoSuchMethodException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |