Class JmsOutputChannel.BrokerConnectionEntry
java.lang.Object
org.apache.uima.adapter.jms.activemq.JmsOutputChannel.BrokerConnectionEntry
- Enclosing class:
- JmsOutputChannel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEndpointConnection(Object key, JmsEndpointConnection_impl endpointConnection) booleanendpointExists(Object key) javax.jms.ConnectionvoidremoveEndpoint(Object key) voidsetBrokerURL(String brokerURL) voidsetConnection(javax.jms.Connection connection) voidsetConnectionTimer(JmsOutputChannel.ConnectionTimer aConnectionTimer)
-
Constructor Details
-
BrokerConnectionEntry
public BrokerConnectionEntry()
-
-
Method Details
-
getBrokerURL
-
setConnectionTimer
-
getConnectionTimer
-
setBrokerURL
-
getConnection
public javax.jms.Connection getConnection() -
setConnection
public void setConnection(javax.jms.Connection connection) -
addEndpointConnection
-
getEndpointConnection
-
endpointExists
-
removeEndpoint
-