Uses of Interface
de.xima.fc.cluster.interfaces.IClusterConnection
-
Packages that use IClusterConnection Package Description de.xima.fc.cluster de.xima.fc.cluster.impl.jgroup -
-
Uses of IClusterConnection in de.xima.fc.cluster
Methods in de.xima.fc.cluster that return IClusterConnection Modifier and Type Method Description static IClusterConnection
ClusterManager. getConnection()
-
Uses of IClusterConnection in de.xima.fc.cluster.impl.jgroup
Classes in de.xima.fc.cluster.impl.jgroup that implement IClusterConnection Modifier and Type Class Description class
JGroupsClusterConnection
Implementation of aIClusterConnection
that usesEClusterImplementation.JGROUPS
.Methods in de.xima.fc.cluster.impl.jgroup that return IClusterConnection Modifier and Type Method Description static IClusterConnection
JGroupsClusterConnection. create()
Methode zum Erstellen einer JGroups-basiertenIClusterConnection
-Implementierung
-