org.apache.qpid.client
Class AMQTestConnection_0_10

java.lang.Object
  extended by org.apache.qpid.client.Closeable
      extended by org.apache.qpid.client.AMQConnection
          extended by org.apache.qpid.client.AMQTestConnection_0_10
All Implemented Interfaces:
Connection, QueueConnection, TopicConnection, Referenceable

public class AMQTestConnection_0_10
extends org.apache.qpid.client.AMQConnection


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.qpid.client.AMQConnection
org.apache.qpid.client.AMQConnection.ChannelToSessionMap
 
Field Summary
 
Fields inherited from class org.apache.qpid.client.AMQConnection
_connected, _delegate, _exceptionListener, _failoverPolicy, _maximumChannelCount, _protocolHandler, _started
 
Fields inherited from class org.apache.qpid.client.Closeable
_closed, _closing
 
Constructor Summary
AMQTestConnection_0_10(String url)
           
 
Method Summary
 org.apache.qpid.transport.Connection getConnection()
           
 
Methods inherited from class org.apache.qpid.client.AMQConnection
, attemptReconnection, attemptReconnection, blockUntilNotFailingOver, bytesReceived, bytesSent, channelLimitReached, checkException, close, close, close, createConnectionConsumer, createConnectionConsumer, createConnectionConsumer, createDurableConnectionConsumer, createQueueSession, createSession, createSession, createSession, createTopicSession, deregisterSession, exceptionReceived, executeRetrySupport, failoverAllowed, failoverPrep, fireFailoverComplete, firePreFailover, firePreResubscribe, getActiveBrokerDetails, getClientID, getConnectionListener, getDefaultQueueExchangeName, getDefaultTopicExchangeName, getExceptionListener, getFailoverMutex, getFailoverPolicy, getMaximumChannelCount, getMaximumFrameSize, getMaxPrefetch, getMetaData, getNextChannelID, getPassword, getProtocolHandler, getProtocolVersion, getReference, getSession, getSessions, getSSLConfiguration, getSyncAck, getSyncPersistence, getSyncPublish, getTemporaryQueueExchangeName, getTemporaryTopicExchangeName, getUsername, getVirtualHost, isFailingOver, isUseLegacyMapMessageFormat, makeBrokerConnection, performConnectionTask, registerSession, resubscribeSessions, setClientID, setConnectionListener, setDefaultQueueExchangeName, setDefaultTopicExchangeName, setExceptionListener, setFailoverPolicy, setMaximumChannelCount, setMaximumFrameSize, setTemporaryQueueExchangeName, setTemporaryTopicExchangeName, setUsername, start, started, stop, toString, toURL
 
Methods inherited from class org.apache.qpid.client.Closeable
checkNotClosed, isClosed, isClosing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AMQTestConnection_0_10

public AMQTestConnection_0_10(String url)
                       throws Exception
Throws:
Exception
Method Detail

getConnection

public org.apache.qpid.transport.Connection getConnection()


Licensed to the Apache Software Foundation