Uses of Interface
tigase.cluster.strategy.ConnectionRecordIfc
-
Packages that use ConnectionRecordIfc Package Description tigase.cluster.strategy -
-
Uses of ConnectionRecordIfc in tigase.cluster.strategy
Classes in tigase.cluster.strategy with type parameters of type ConnectionRecordIfc Modifier and Type Interface Description interfaceClusteringStrategyIfc<E extends ConnectionRecordIfc>Created: May 2, 2009 4:36:03 PMclassDefaultClusteringStrategy<E extends ConnectionRecordIfc>Created: May 13, 2009 9:53:44 AMclassDefaultClusteringStrategyAbstract<E extends ConnectionRecordIfc>Created: May 13, 2009 9:53:44 AMClasses in tigase.cluster.strategy that implement ConnectionRecordIfc Modifier and Type Class Description classConnectionRecordMethods in tigase.cluster.strategy that return ConnectionRecordIfc Modifier and Type Method Description protected ConnectionRecordIfcDefaultClusteringStrategy. getConnectionRecord(JID node, java.util.Map<java.lang.String,java.lang.String> data)Method takes the data received from other cluster node and creates a ConnectionRecord with all essential connection information.
-