Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


oracle.axia.platform.runtimembean.pn
Interface RuntimeMbeanConfigMBean


public interface RuntimeMbeanConfigMBean

Method Summary
 void addGeneralMonitoringParams()
          Add a new element named generalMonitoringParams
 void addStateChangedNotifications()
          Add a new element named stateChangedNotifications
 void addThresholdCrossedNotifications()
          Add a new element named thresholdCrossedNotifications
 GeneralMonitoringParamsMBean getGeneralMonitoringParamsMBean()
          Return the value of the GeneralMonitoringParams element
 StateChangedNotificationsMBean getStateChangedNotificationsMBean()
          Return the value of the StateChangedNotifications element
 ThresholdCrossedNotificationsMBean getThresholdCrossedNotificationsMBean()
          Return the value of the ThresholdCrossedNotifications element
 void removeGeneralMonitoringParams()
          Remove an element named generalMonitoringParams
 void removeStateChangedNotifications()
          Remove an element named stateChangedNotifications
 void removeThresholdCrossedNotifications()
          Remove an element named thresholdCrossedNotifications
 void setGeneralMonitoringParamsMBean(GeneralMonitoringParamsMBean val)
          Set the value of the GeneralMonitoringParams element
 void setStateChangedNotificationsMBean(StateChangedNotificationsMBean val)
          Set the value of the StateChangedNotifications element
 void setThresholdCrossedNotificationsMBean(ThresholdCrossedNotificationsMBean val)
          Set the value of the ThresholdCrossedNotifications element

 

Method Detail

addGeneralMonitoringParams

void addGeneralMonitoringParams()
Add a new element named generalMonitoringParams

removeGeneralMonitoringParams

void removeGeneralMonitoringParams()
Remove an element named generalMonitoringParams

addThresholdCrossedNotifications

void addThresholdCrossedNotifications()
Add a new element named thresholdCrossedNotifications

removeThresholdCrossedNotifications

void removeThresholdCrossedNotifications()
Remove an element named thresholdCrossedNotifications

addStateChangedNotifications

void addStateChangedNotifications()
Add a new element named stateChangedNotifications

removeStateChangedNotifications

void removeStateChangedNotifications()
Remove an element named stateChangedNotifications

getGeneralMonitoringParamsMBean

GeneralMonitoringParamsMBean getGeneralMonitoringParamsMBean()
Return the value of the GeneralMonitoringParams element

setGeneralMonitoringParamsMBean

void setGeneralMonitoringParamsMBean(GeneralMonitoringParamsMBean val)
Set the value of the GeneralMonitoringParams element

getThresholdCrossedNotificationsMBean

ThresholdCrossedNotificationsMBean getThresholdCrossedNotificationsMBean()
Return the value of the ThresholdCrossedNotifications element

setThresholdCrossedNotificationsMBean

void setThresholdCrossedNotificationsMBean(ThresholdCrossedNotificationsMBean val)
Set the value of the ThresholdCrossedNotifications element

getStateChangedNotificationsMBean

StateChangedNotificationsMBean getStateChangedNotificationsMBean()
Return the value of the StateChangedNotifications element

setStateChangedNotificationsMBean

void setStateChangedNotificationsMBean(StateChangedNotificationsMBean val)
Set the value of the StateChangedNotifications element

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


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