Uses of Interface
org.jboss.messaging.core.server.cluster.ClusterConnection

Packages that use ClusterConnection
org.jboss.messaging.core.management Provides management for JBoss Messaging 
org.jboss.messaging.core.management.impl   
org.jboss.messaging.core.server.cluster   
org.jboss.messaging.core.server.cluster.impl   
 

Uses of ClusterConnection in org.jboss.messaging.core.management
 

Methods in org.jboss.messaging.core.management with parameters of type ClusterConnection
 void ManagementService.registerCluster(ClusterConnection cluster, ClusterConnectionConfiguration configuration)
           
 

Uses of ClusterConnection in org.jboss.messaging.core.management.impl
 

Methods in org.jboss.messaging.core.management.impl with parameters of type ClusterConnection
 void ManagementServiceImpl.registerCluster(ClusterConnection cluster, ClusterConnectionConfiguration configuration)
           
 

Constructors in org.jboss.messaging.core.management.impl with parameters of type ClusterConnection
ClusterConnectionControlImpl(ClusterConnection clusterConnection, ClusterConnectionConfiguration configuration)
           
 

Uses of ClusterConnection in org.jboss.messaging.core.server.cluster
 

Methods in org.jboss.messaging.core.server.cluster that return ClusterConnection
 ClusterConnection ClusterManager.getClusterConnection(SimpleString name)
           
 

Methods in org.jboss.messaging.core.server.cluster that return types with arguments of type ClusterConnection
 java.util.Set<ClusterConnection> ClusterManager.getClusterConnections()
           
 

Uses of ClusterConnection in org.jboss.messaging.core.server.cluster.impl
 

Classes in org.jboss.messaging.core.server.cluster.impl that implement ClusterConnection
 class ClusterConnectionImpl
          A ClusterConnectionImpl
 

Methods in org.jboss.messaging.core.server.cluster.impl that return ClusterConnection
 ClusterConnection ClusterManagerImpl.getClusterConnection(SimpleString name)
           
 

Methods in org.jboss.messaging.core.server.cluster.impl that return types with arguments of type ClusterConnection
 java.util.Set<ClusterConnection> ClusterManagerImpl.getClusterConnections()
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.