Uses of Class
de.xima.fc.cluster.exception.ClusterOpenException
- 
Packages that use ClusterOpenException Package Description de.xima.fc.cluster de.xima.fc.cluster.impl.jgroup de.xima.fc.cluster.interfaces  - 
- 
Uses of ClusterOpenException in de.xima.fc.cluster
Methods in de.xima.fc.cluster that throw ClusterOpenException Modifier and Type Method Description static voidClusterManager. open()Opens the cluster connection.static voidClusterManager. restart()Restarts the cluster (i.e.static voidClusterNodeStateManager. restart()static voidClusterManager. startup()Starts the cluster. - 
Uses of ClusterOpenException in de.xima.fc.cluster.impl.jgroup
Methods in de.xima.fc.cluster.impl.jgroup that throw ClusterOpenException Modifier and Type Method Description voidJGroupsClusterConnection. open() - 
Uses of ClusterOpenException in de.xima.fc.cluster.interfaces
Methods in de.xima.fc.cluster.interfaces that throw ClusterOpenException Modifier and Type Method Description voidIClusterConnection. open()Opens this connection. 
 -