Uses of Class
org.smallmind.cloud.cluster.ClusterInterface

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

Uses of ClusterInterface in org.smallmind.cloud.cluster
 

Methods in org.smallmind.cloud.cluster that return ClusterInterface
 ClusterInterface<D> ClusterManager.getClusterInterface()
           
 ClusterInterface<D> ClusterInstance.getClusterInterface()
           
 

Methods in org.smallmind.cloud.cluster with parameters of type ClusterInterface
 void ClusterHub.addGossipClusterListener(ClusterInterface clusterInterface, GossipClusterListener gossipClusterListener)
           
 ClusterInstance[] ClusterHub.getClientClusterInstances(ClusterInterface clusterInterface)
           
static ClusterHandle ClusterManagerFactory.getClusterHandle(ClusterHub clusterHub, ClusterInterface clusterInterface)
           
 ClusterManager<D> ClusterManagerBuilder.getClusterManager(ClusterHub clusterHub, ClusterInterface<D> clusterInterface)
           
 ClusterManager ClusterHub.getClusterManager(ClusterInterface clusterInterface)
           
 boolean ClusterHub.hasServiceCluster(ClusterInterface clusterInterface)
           
 void ClusterHub.removeGossipClusterListener(ClusterInterface clusterInterface, GossipClusterListener gossipClusterListener)
           
 

Constructors in org.smallmind.cloud.cluster with parameters of type ClusterInterface
ClusterInstance(ClusterInterface<D> clusterInterface, String instanceId)
           
 

Uses of ClusterInterface in org.smallmind.cloud.cluster.broadcast
 

Methods in org.smallmind.cloud.cluster.broadcast that return ClusterInterface
 ClusterInterface GossipClusterBroadcast.getClusterInsterface()
           
 ClusterInterface ServiceClusterBroadcast.getClusterInterface()
           
 ClusterInterface SemiAutomaticClusterBroadcast.getClusterInterface()
           
 

Constructors in org.smallmind.cloud.cluster.broadcast with parameters of type ClusterInterface
GossipClusterBroadcast(ClusterInterface clusterInterface, GossipClusterEvent gossipClusterEvnt)
           
SemiAutomaticClusterBroadcast(ClusterInterface clusterInterface)
           
ServiceClusterBroadcast(ClusterInterface clusterInterface)
           
UpdateRequestClusterBroadcast(ClusterInterface clusterInterface)
           
 

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

Methods in org.smallmind.cloud.cluster.protocol.queue that return ClusterInterface
 ClusterInterface<QueueClusterProtocolDetails> QueueClusterManager.getClusterInterface()
           
 

Methods in org.smallmind.cloud.cluster.protocol.queue with parameters of type ClusterInterface
 QueueClusterManager QueueClusterManagerBuilder.getClusterManager(ClusterHub clusterHub, ClusterInterface<QueueClusterProtocolDetails> clusterInterface)
           
 

Constructors in org.smallmind.cloud.cluster.protocol.queue with parameters of type ClusterInterface
QueueClusterManager(ClusterHub clusterHub, ClusterInterface<QueueClusterProtocolDetails> clusterInterface)
           
 

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

Methods in org.smallmind.cloud.cluster.protocol.remote that return ClusterInterface
 ClusterInterface<RemoteClusterProtocolDetails> RemoteClusterManager.getClusterInterface()
           
 

Methods in org.smallmind.cloud.cluster.protocol.remote with parameters of type ClusterInterface
 RemoteClusterManager RemoteClusterManagerBuilder.getClusterManager(ClusterHub clusterHub, ClusterInterface<RemoteClusterProtocolDetails> clusterInterface)
           
 

Constructors in org.smallmind.cloud.cluster.protocol.remote with parameters of type ClusterInterface
RemoteClusterManager(ClusterInterface<RemoteClusterProtocolDetails> clusterInterface)
           
 

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

Methods in org.smallmind.cloud.cluster.protocol.socket that return ClusterInterface
 ClusterInterface<SocketClusterProtocolDetails> SocketClusterManager.getClusterInterface()
           
 

Methods in org.smallmind.cloud.cluster.protocol.socket with parameters of type ClusterInterface
 SocketClusterManager SocketClusterManagerBuilder.getClusterManager(ClusterHub clusterHub, ClusterInterface<SocketClusterProtocolDetails> clusterInterface)
           
 

Constructors in org.smallmind.cloud.cluster.protocol.socket with parameters of type ClusterInterface
SocketClusterManager(ClusterHub clusterHub, ClusterInterface<SocketClusterProtocolDetails> clusterInterface)
           
 



Copyright © 2011. All Rights Reserved.