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

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

Uses of ClusterManagementException in org.smallmind.cloud.cluster
 

Methods in org.smallmind.cloud.cluster that throw ClusterManagementException
 void ClusterHub.addClusterManager(ClusterManager clusterManager)
           
 void ClusterService.bindClusterMember(ClusterMember clusterMember)
           
 ClusterHandle ClusterManager.getClusterHandle()
           
static ClusterHandle ClusterManagerFactory.getClusterHandle(ClusterHub clusterHub, ClusterInterface clusterInterface)
           
 ClusterManager<D> ClusterManagerBuilder.getClusterManager(ClusterHub clusterHub, ClusterInterface<D> clusterInterface)
           
 ClusterService<D> ClusterServiceBuilder.getClusterService(ClusterHub clusterHub, ClusterInstance<D> clusterInstance)
           
static ClusterService ClusterServiceFactory.getClusterService(ClusterHub clusterHub, ClusterInstance clusterInstance, ClusterMember clusterMember)
           
 void ClusterManager.removeClusterMember(ClusterEndpoint clusterEndpoint)
           
 void ClusterService.start()
           
 void ClusterManager.updateClusterStatus(ClusterEndpoint clusterEndpoint, int calibratedFreeCapacity)
           
 

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

Methods in org.smallmind.cloud.cluster.protocol.queue that throw ClusterManagementException
 ClusterHandle QueueClusterManager.getClusterHandle()
           
 QueueClusterManager QueueClusterManagerBuilder.getClusterManager(ClusterHub clusterHub, ClusterInterface<QueueClusterProtocolDetails> clusterInterface)
           
 void QueueClusterService.start()
           
 

Constructors in org.smallmind.cloud.cluster.protocol.queue that throw ClusterManagementException
QueueClusterManager(ClusterHub clusterHub, ClusterInterface<QueueClusterProtocolDetails> clusterInterface)
           
 

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

Methods in org.smallmind.cloud.cluster.protocol.remote that throw ClusterManagementException
 void RemoteClusterServiceImpl.bindClusterMember(ClusterMember clusterMember)
           
 RemoteClusterServiceImpl RemoteClusterServiceBuilder.getClusterService(ClusterHub clusterHub, ClusterInstance<RemoteClusterProtocolDetails> clusterInstance)
           
 void RemoteClusterServiceImpl.start()
           
 void RemoteClusterManager.updateClusterStatus(ClusterEndpoint clusterEndpoint, int calibratedFreeCapacity)
           
 

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

Methods in org.smallmind.cloud.cluster.protocol.socket that throw ClusterManagementException
 SocketChannel SocketClusterManager.connect(Object[] parameters)
           
 SocketChannel SocketClusterHandle.connect(Object[] parameters)
           
 int PortMapper.mapPort(String instanceId)
           
 



Copyright © 2011. All Rights Reserved.