Uses of Interface
org.smallmind.cloud.cluster.ClusterHandle

Packages that use ClusterHandle
org.smallmind.cloud.cluster   
org.smallmind.cloud.cluster.protocol.queue   
org.smallmind.cloud.cluster.protocol.remote   
org.smallmind.cloud.cluster.protocol.socket   
 

Uses of ClusterHandle in org.smallmind.cloud.cluster
 

Methods in org.smallmind.cloud.cluster that return ClusterHandle
 ClusterHandle ClusterManager.getClusterHandle()
           
static ClusterHandle ClusterManagerFactory.getClusterHandle(ClusterHub clusterHub, ClusterInterface clusterInterface)
           
 

Uses of ClusterHandle in org.smallmind.cloud.cluster.protocol.queue
 

Classes in org.smallmind.cloud.cluster.protocol.queue that implement ClusterHandle
 class QueueClusterHandle
           
 

Methods in org.smallmind.cloud.cluster.protocol.queue that return ClusterHandle
 ClusterHandle QueueClusterManager.getClusterHandle()
           
 

Uses of ClusterHandle in org.smallmind.cloud.cluster.protocol.remote
 

Classes in org.smallmind.cloud.cluster.protocol.remote that implement ClusterHandle
 class RemoteClusterHandle
           
 

Methods in org.smallmind.cloud.cluster.protocol.remote that return ClusterHandle
 ClusterHandle RemoteClusterManager.getClusterHandle()
           
 

Uses of ClusterHandle in org.smallmind.cloud.cluster.protocol.socket
 

Classes in org.smallmind.cloud.cluster.protocol.socket that implement ClusterHandle
 class SocketClusterHandle
           
 

Methods in org.smallmind.cloud.cluster.protocol.socket that return ClusterHandle
 ClusterHandle SocketClusterManager.getClusterHandle()
           
 



Copyright © 2011. All Rights Reserved.