Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.1

E37524-01


com.bea.wlcp.wlng.geostorage.management
Interface GeoStorageServiceMBean


public interface GeoStorageServiceMBean

Field Summary
static String geoMasterSiteId
          The geographic redundant master site name.

 

Method Summary
 String getGeoMasterSiteId()
           
 void setGeoMasterSiteId(String geoSiteId)
           
 void syncFromGeoMaster()
          Sync all geo-redundant configuration from the geo-master.

 

Field Detail

geoMasterSiteId

public static final String geoMasterSiteId
The geographic redundant master site name. Value can be any string.
See Also:
Constant Field Values

Method Detail

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

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.1

E37524-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.