org.jboss.messaging.core.impl.clusterconnection
Class ClusterConnectionManager.ConnectionInfo
java.lang.Object
org.jboss.messaging.core.impl.clusterconnection.ClusterConnectionManager.ConnectionInfo
- Enclosing class:
- ClusterConnectionManager
public static class ClusterConnectionManager.ConnectionInfo
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
connectionFactory
protected JBossConnectionFactory connectionFactory
connection
protected JBossConnection connection
session
protected Session session
suckers
protected java.util.Map suckers
started
protected boolean started
isLocal
protected boolean isLocal
ClusterConnectionManager.ConnectionInfo
public ClusterConnectionManager.ConnectionInfo(JBossConnectionFactory connectionFactory,
java.lang.String suckerUser,
java.lang.String suckerPassword,
boolean isLocal,
int maxRetry,
int retryInterval)
throws java.lang.Exception
- Throws:
java.lang.Exception
start
protected void start()
throws java.lang.Exception
- Throws:
java.lang.Exception
close
protected void close()
hasSucker
protected boolean hasSucker(java.lang.String queueName)
addSucker
protected void addSucker(MessageSucker sucker)
onException
public void onException(JMSException e)
cleanupConnection
protected void cleanupConnection()
retryConnection
protected int retryConnection()
Copyright © 2006 JBoss Inc. All Rights Reserved.