Uses of Interface
com.sun.enterprise.mgmt.ClusterViewEventListener
-
Packages that use ClusterViewEventListener Package Description com.sun.enterprise.ee.cms.impl.base com.sun.enterprise.mgmt -
-
Uses of ClusterViewEventListener in com.sun.enterprise.ee.cms.impl.base
Classes in com.sun.enterprise.ee.cms.impl.base that implement ClusterViewEventListener Modifier and Type Class Description classGroupCommunicationProviderImplImplements the GroupCommunicationProvider interface to plug in JxtaClusterManagement layer as a Group Communication Provider for GMS. -
Uses of ClusterViewEventListener in com.sun.enterprise.mgmt
Methods in com.sun.enterprise.mgmt with parameters of type ClusterViewEventListener Modifier and Type Method Description voidClusterViewManager. addClusterViewEventListener(ClusterViewEventListener listener)voidClusterViewManager. removeClusterViewEventListener(ClusterViewEventListener listener)Constructor parameters in com.sun.enterprise.mgmt with type arguments of type ClusterViewEventListener Constructor Description ClusterManager(java.lang.String groupName, java.lang.String instanceName, java.util.Map<java.lang.String,java.lang.String> identityMap, java.util.Map props, java.util.List<ClusterViewEventListener> viewListeners, java.util.List<ClusterMessageListener> messageListeners)The ClusterManager is created using the instanceName, and a Properties object that contains a set of parameters that the employing application would like to set for its purposes, namely, configuration parameters such as failure detection timeout, retries, address and port on which to communicate with the group, group and instance IDs,etc.ClusterViewManager(SystemAdvertisement advertisement, ClusterManager manager, java.util.List<ClusterViewEventListener> listeners)Constructor for the ClusterViewManager object
-