org.apache.uima.adapter.jms.activemq
Class JmsOutputChannel.BrokerConnectionEntry

java.lang.Object
  extended by org.apache.uima.adapter.jms.activemq.JmsOutputChannel.BrokerConnectionEntry
Enclosing class:
JmsOutputChannel

public static class JmsOutputChannel.BrokerConnectionEntry
extends java.lang.Object


Constructor Summary
JmsOutputChannel.BrokerConnectionEntry()
           
 
Method Summary
 void addEndpointConnection(java.lang.Object key, JmsEndpointConnection_impl endpointConnection)
           
 boolean endpointExists(java.lang.Object key)
           
 java.lang.String getBrokerURL()
           
 javax.jms.Connection getConnection()
           
 JmsOutputChannel.ConnectionTimer getConnectionTimer()
           
 JmsEndpointConnection_impl getEndpointConnection(java.lang.Object key)
           
 void removeEndpoint(java.lang.Object key)
           
 void setBrokerURL(java.lang.String brokerURL)
           
 void setConnection(javax.jms.Connection connection)
           
 void setConnectionTimer(JmsOutputChannel.ConnectionTimer aConnectionTimer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmsOutputChannel.BrokerConnectionEntry

public JmsOutputChannel.BrokerConnectionEntry()
Method Detail

getBrokerURL

public java.lang.String getBrokerURL()

setConnectionTimer

public void setConnectionTimer(JmsOutputChannel.ConnectionTimer aConnectionTimer)

getConnectionTimer

public JmsOutputChannel.ConnectionTimer getConnectionTimer()

setBrokerURL

public void setBrokerURL(java.lang.String brokerURL)

getConnection

public javax.jms.Connection getConnection()

setConnection

public void setConnection(javax.jms.Connection connection)

addEndpointConnection

public void addEndpointConnection(java.lang.Object key,
                                  JmsEndpointConnection_impl endpointConnection)

getEndpointConnection

public JmsEndpointConnection_impl getEndpointConnection(java.lang.Object key)

endpointExists

public boolean endpointExists(java.lang.Object key)

removeEndpoint

public void removeEndpoint(java.lang.Object key)


Copyright © 2011. All Rights Reserved.