|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.jms.jca.ListenerEndpointFactory
public class ListenerEndpointFactory
The JMS MessageListener endpoing factory
Constructor Summary | |
---|---|
ListenerEndpointFactory()
|
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. |
void |
init()
Initialization. |
boolean |
isDeliveryTransacted(java.lang.reflect.Method method)
Returns true to find out whether message deliveries to the message endpoint will be transacted. |
void |
setListener(ConfigProgram program)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListenerEndpointFactory()
Method Detail |
---|
public void setListener(ConfigProgram program) throws java.lang.Throwable
java.lang.Throwable
public void init() throws ConfigException
ConfigException
public MessageEndpoint createEndpoint(XAResource xaResource, long timeout) throws UnavailableException
createEndpoint
in interface MessageEndpointFactory
UnavailableException
public MessageEndpoint createEndpoint(XAResource xaResource) throws UnavailableException
createEndpoint
in interface MessageEndpointFactory
UnavailableException
public boolean isDeliveryTransacted(java.lang.reflect.Method method)
isDeliveryTransacted
in interface MessageEndpointFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |