Uses of Interface
tigase.cluster.strategy.ConnectionRecordIfc
Packages that use ConnectionRecordIfc
-
Uses of ConnectionRecordIfc in tigase.cluster.strategy
Classes in tigase.cluster.strategy with type parameters of type ConnectionRecordIfcModifier and TypeInterfaceDescriptioninterface
ClusteringStrategyIfc<E extends ConnectionRecordIfc>
Created: May 2, 2009 4:36:03 PMclass
DefaultClusteringStrategy<E extends ConnectionRecordIfc>
Created: May 13, 2009 9:53:44 AMclass
Created: May 13, 2009 9:53:44 AMClasses in tigase.cluster.strategy that implement ConnectionRecordIfcMethods in tigase.cluster.strategy that return ConnectionRecordIfcModifier and TypeMethodDescriptionprotected ConnectionRecordIfc
DefaultClusteringStrategy.getConnectionRecord
(JID node, Map<String, String> data) Method takes the data received from other cluster node and creates a ConnectionRecord with all essential connection information.