Class JmsOutputChannel.BrokerConnectionEntry
java.lang.Object
org.apache.uima.adapter.jms.activemq.JmsOutputChannel.BrokerConnectionEntry
- Enclosing class:
- JmsOutputChannel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addEndpointConnection
(Object key, JmsEndpointConnection_impl endpointConnection) boolean
endpointExists
(Object key) javax.jms.Connection
void
removeEndpoint
(Object key) void
setBrokerURL
(String brokerURL) void
setConnection
(javax.jms.Connection connection) void
setConnectionTimer
(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
-