IBM WebSphereTM eXtreme Scale, Release 8.5
API Specification

com.ibm.websphere.objectgrid.management
Interface ReplicationGroupMBean


Deprecated. The static deployment topology is deprecated in version 7.0. Use the dynamic deployment topology.

public interface ReplicationGroupMBean

This MBean interface allows a client process to access different attributes about a specific replication group.

Since:
WAS XD 6.0.1

Method Summary
 String getPrimary()
          Deprecated. Gets the name of the primary server loaded up by the retrieveReplicationGroupStatus() call.
 String getReplica1()
          Deprecated. Gets the name of the first replica server loaded up by the retrieveReplicationGroupStatus() call.
 String getReplica10()
          Deprecated. Gets the name of the tenth replica server loaded up by the retrieveReplicationGroupStatus() call.
 String getReplica2()
          Deprecated. Gets the name of the second replica server loaded up by the retrieveReplicationGroupStatus() call.
 String getReplica3()
          Deprecated. Gets the name of the third replica server loaded up by the retrieveReplicationGroupStatus() call.
 String getReplica4()
          Deprecated. Gets the name of the fourth replica server loaded up by the retrieveReplicationGroupStatus() call.
 String getReplica5()
          Deprecated. Gets the name of the fifth replica server loaded up by the retrieveReplicationGroupStatus() call.
 String getReplica6()
          Deprecated. Gets the name of the sixth replica server loaded up by the retrieveReplicationGroupStatus() call.
 String getReplica7()
          Deprecated. Gets the name of the seventh replica server loaded up by the retrieveReplicationGroupStatus() call.
 String getReplica8()
          Deprecated. Gets the name of the eighth replica server loaded up by the retrieveReplicationGroupStatus() call.
 String getReplica9()
          Deprecated. Gets the name of the ninth replica server loaded up by the retrieveReplicationGroupStatus() call.
 String getReplicas()
          Deprecated. Gets the names of all of the replicas loaded up by the retrieveReplicationGroupStatus() call.
 String getReplicationGroupName()
          Deprecated. Gets the name of the replication group associated with this MBean
 String[] retrieveReplicationGroupStatus()
          Deprecated. Loads up the status of the replication group attributes.
 

Method Detail

retrieveReplicationGroupStatus

String[] retrieveReplicationGroupStatus()
Deprecated. 
Loads up the status of the replication group attributes.

This method returns the name of the primary and all of the replicas in the replication group. The first element is the primary server and the subsequent ones are the replica servers.

Returns:
the replication group status

getReplicationGroupName

String getReplicationGroupName()
Deprecated. 
Gets the name of the replication group associated with this MBean

Returns:
the name of the replication group

getPrimary

String getPrimary()
Deprecated. 
Gets the name of the primary server loaded up by the retrieveReplicationGroupStatus() call.

Returns:
the name of the primary server for the replication group
See Also:
retrieveReplicationGroupStatus()

getReplica1

String getReplica1()
Deprecated. 
Gets the name of the first replica server loaded up by the retrieveReplicationGroupStatus() call.

Returns:
the name of first replica for the replication group
See Also:
retrieveReplicationGroupStatus()

getReplica2

String getReplica2()
Deprecated. 
Gets the name of the second replica server loaded up by the retrieveReplicationGroupStatus() call.

Returns:
the name of second replica for the replication group
See Also:
retrieveReplicationGroupStatus()

getReplica3

String getReplica3()
Deprecated. 
Gets the name of the third replica server loaded up by the retrieveReplicationGroupStatus() call.

Returns:
the name of third replica for the replication group
See Also:
retrieveReplicationGroupStatus()

getReplica4

String getReplica4()
Deprecated. 
Gets the name of the fourth replica server loaded up by the retrieveReplicationGroupStatus() call.

Returns:
the name of fourth replica for the replication group
See Also:
retrieveReplicationGroupStatus()

getReplica5

String getReplica5()
Deprecated. 
Gets the name of the fifth replica server loaded up by the retrieveReplicationGroupStatus() call.

Returns:
the name of fifth replica for the replication group
See Also:
retrieveReplicationGroupStatus()

getReplica6

String getReplica6()
Deprecated. 
Gets the name of the sixth replica server loaded up by the retrieveReplicationGroupStatus() call.

Returns:
the name of sixth replica for the replication group
See Also:
retrieveReplicationGroupStatus()

getReplica7

String getReplica7()
Deprecated. 
Gets the name of the seventh replica server loaded up by the retrieveReplicationGroupStatus() call.

Returns:
the name of seventh replica for the replication group
See Also:
retrieveReplicationGroupStatus()

getReplica8

String getReplica8()
Deprecated. 
Gets the name of the eighth replica server loaded up by the retrieveReplicationGroupStatus() call.

Returns:
the name of eighth replica for the replication group
See Also:
retrieveReplicationGroupStatus()

getReplica9

String getReplica9()
Deprecated. 
Gets the name of the ninth replica server loaded up by the retrieveReplicationGroupStatus() call.

Returns:
the name of ninth replica for the replication group
See Also:
retrieveReplicationGroupStatus()

getReplica10

String getReplica10()
Deprecated. 
Gets the name of the tenth replica server loaded up by the retrieveReplicationGroupStatus() call.

Returns:
the name of tenth replica for the replication group
See Also:
retrieveReplicationGroupStatus()

getReplicas

String getReplicas()
Deprecated. 
Gets the names of all of the replicas loaded up by the retrieveReplicationGroupStatus() call.

Returns:
a comma delimiter list of the server names of all of the replica servers for the replication group
See Also:
retrieveReplicationGroupStatus()

IBM WebSphereTM eXtreme Scale, Release 8.5
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.