javax.resource.spi.endpoint
Interface MessageEndpointFactory
public interface MessageEndpointFactory
- Version:
- $Rev: 806898 $ $Date: 2009-08-22 18:11:25 -0400 (Sat, 22 Aug 2009) $
createEndpoint
MessageEndpoint createEndpoint(XAResource xaResource)
throws UnavailableException
- Throws:
UnavailableException
createEndpoint
MessageEndpoint createEndpoint(XAResource xaResource,
long timeout)
throws UnavailableException
- Parameters:
xaResource - XAResource endpoint can usetimeout - timeout
- Returns:
- MessageEndpoint
- Throws:
UnavailableException - if endpoint cannot be created right now.- Since:
- 1.6
isDeliveryTransacted
boolean isDeliveryTransacted(Method method)
throws NoSuchMethodException
- Throws:
NoSuchMethodException
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.