| Package | Description |
|---|---|
| com.sun.enterprise.ee.cms.impl.base | |
| com.sun.enterprise.mgmt |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupCommunicationProviderImpl
Implements the GroupCommunicationProvider interface to plug in JxtaClusterManagement layer as a Group Communication
Provider for GMS.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterManager.addClusteMessageListener(ClusterMessageListener listener) |
void |
ClusterManager.removeClusterViewEventListener(ClusterMessageListener listener) |
| Constructor and Description |
|---|
ClusterManager(String groupName,
String instanceName,
Map<String,String> identityMap,
Map props,
List<ClusterViewEventListener> viewListeners,
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.
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.