|
IBM WebSphere® DataPower® XC10 Appliance Release 1.0 Client API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlacementMediationServiceMBean
This MBean interface allows a client process to perform operations on and get status from the PlacementMediationService running in a dynamic environment. The object name pattern for this MBean is:
com.ibm.websphere.objectgrid:type=PlacementMediationServiceIf ObjectGrid is running in a WebSphere Application Server process, more key=value pairs may be added to the object name.
Method Summary | |
---|---|
javax.management.openmbean.CompositeData |
dismissLink(java.lang.String foreignDomain)
Dismiss a previously established link with the foreign domain specified. |
javax.management.openmbean.CompositeData |
establishLink(java.lang.String foreignDomain,
java.lang.String endPoints)
Establish a link between this domain and the foreign domain specified. |
javax.management.openmbean.TabularData |
getLinkedDomains()
Retrieve the foreign domains that have an active link with the local domain. |
Method Detail |
---|
javax.management.openmbean.CompositeData establishLink(java.lang.String foreignDomain, java.lang.String endPoints)
Domains that are linked will share placement with each other. When compatible map sets are detected within linked domains, a multi-primary topology will be achieved. Data written to a primary is either domain will be asynchronously replicated to the other domain.
The result is a CompositeData that includes the following items:
Item Name | Type | Description |
Result | String | The result of the attempt. |
StatusBefore | String | The status of the link before the attempt was made to establish the link. |
StatusAfter | String | The status of the link after the attempt was made to establish the link. |
foreignDomain
- the name of the foreign domainendPoints
- end points of the foreign domain
CatalogServerProperties.setForeignDomains(String)
,
CatalogServerProperties.setDomainEndPoints(String, String)
javax.management.openmbean.CompositeData dismissLink(java.lang.String foreignDomain)
The result is a CompositeData that includes the following items:
Item Name | Type | Description |
Result | String | The result of the attempt. Can be one of: SUCCESS, FAILURE, NOP |
StatusBefore | String | The status of the link before the attempt was made to dismiss the link. Can be one of: LINKED, ESTABLISHING_LINK, UNLINKED, DISMISSING_LINK |
StatusAfter | String | The status of the link after the attempt was made to dismiss the link. Can be one of: LINKED, ESTABLISHING_LINK, UNLINKED, DISMISSING_LINK |
foreignDomain
- the name of the foreign domain
javax.management.openmbean.TabularData getLinkedDomains()
The result is a TabularData where each row is a CompositeData that includes the following items:
Item Name | Type | Description |
Domain | String | The name of the foreign domain linked to the local domain. |
|
IBM WebSphere® DataPower® XC10 Appliance Release 1.0 Client API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |