com.bea.wlcp.wlng.geostorage.management
Interface GeoStorageServiceMBean
- public interface GeoStorageServiceMBean
- Copyright © 2008 Oracle Corporation. All Rights Reserved.
getGeoMasterSiteId
public String getGeoMasterSiteId()
setGeoMasterSiteId
public void setGeoMasterSiteId(String geoSiteId)
throws ManagementException
- Throws:
ManagementException
syncFromGeoMaster
public void syncFromGeoMaster()
throws ManagementException
- Sync all geo-redundant configuration from the geo-master.
This will cause the slave to block all traffic while applying
the copy of the configuration to the local store.
To be called whenever there is an alarm stating that a slave site is out of sync with the master.
This will reset configuration to whatever the geo-master has
- Throws:
ManagementException