org.jboss.jms.client.state
Class ConnectionState
java.lang.Object
org.jboss.jms.client.state.HierarchicalStateSupport
org.jboss.jms.client.state.ConnectionState
- All Implemented Interfaces:
- HierarchicalState
- public class ConnectionState
- extends HierarchicalStateSupport
State corresponding to a connection. This state is acessible inside aspects/interceptors.
- Version:
- $Revision: 2594 $
$Id: ConnectionState.java 2594 2007-04-20 15:44:23Z timfox $
- Author:
- Tim Fox
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionState
public ConnectionState(int serverID,
ConnectionDelegate delegate,
JMSRemotingConnection remotingConnection,
Version versionToUse,
ResourceManager rm,
MessageIdGenerator gen)
throws java.lang.Exception
getResourceManager
public ResourceManager getResourceManager()
getIdGenerator
public MessageIdGenerator getIdGenerator()
getRemotingConnection
public JMSRemotingConnection getRemotingConnection()
getVersionToUse
public Version getVersionToUse()
getServerID
public int getServerID()
Copyright © 2006 JBoss Inc. All Rights Reserved.