public interface ModuleInstanceMBean
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getCheckIntervalSecondsForExpiringEventsMap()
Gets the value of the checkIntervalSecondsForExpiringEventsMap property.
|
java.math.BigInteger |
getExpiryTimeSecondsForExpiringEventsMap()
Gets the value of the expiryTimeSecondsForExpiringEventsMap property.
|
java.lang.String |
getGloballyRoutableUri()
Gets the value of the globallyRoutableUri property.
|
java.math.BigInteger |
getHashSizeForExpiringEventsMap()
Gets the value of the hashSizeForExpiringEventsMap property.
|
MonitoringGeneralMBean |
getMonitoringGeneralMBean()
Return the value of the MonitoringGeneral element
|
java.lang.String |
getName()
Gets the value of the name property.
|
SipInboundRoutingMBean |
getSipIncomingRoutingRulesMBean()
Return the value of the SipInboundRouting element
|
SipOutboundRoutingMBean |
getSipNetworkEntitiesMBean()
Return the value of the SipOutboundRouting element
|
java.lang.String |
getState()
Gets the value of the state property.
|
StateChangedNotificationRulesMBean |
getStateChangedNotificationRulesMBean()
Return the value of the StateChangedNotificationRules element
|
ThresholdCrossedNotificationsMBean |
getThresholdCrossedNotificationsMBean()
Return the value of the ThresholdCrossedNotifications element
|
boolean |
isSessionIDOverride()
Gets the value of the sessionIDOverride property.
|
void |
setCheckIntervalSecondsForExpiringEventsMap(java.math.BigInteger value)
Sets the value of the checkIntervalSecondsForExpiringEventsMap property.
|
void |
setExpiryTimeSecondsForExpiringEventsMap(java.math.BigInteger value)
Sets the value of the expiryTimeSecondsForExpiringEventsMap property.
|
void |
setGloballyRoutableUri(java.lang.String value)
Sets the value of the globallyRoutableUri property.
|
void |
setHashSizeForExpiringEventsMap(java.math.BigInteger value)
Sets the value of the hashSizeForExpiringEventsMap property.
|
void |
setMonitoringGeneralMBean(MonitoringGeneralMBean val)
Set the value of the MonitoringGeneral element
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setSessionIDOverride(boolean value)
Sets the value of the sessionIDOverride property.
|
void |
setSipIncomingRoutingRulesMBean(SipInboundRoutingMBean val)
Set the value of the SipInboundRouting element
|
void |
setSipNetworkEntitiesMBean(SipOutboundRoutingMBean val)
Set the value of the SipOutboundRouting element
|
void |
setState(java.lang.String value)
Sets the value of the state property.
|
void |
setStateChangedNotificationRulesMBean(StateChangedNotificationRulesMBean val)
Set the value of the StateChangedNotificationRules element
|
void |
setThresholdCrossedNotificationsMBean(ThresholdCrossedNotificationsMBean val)
Set the value of the ThresholdCrossedNotifications element
|
java.lang.String getName()
void setName(java.lang.String value)
java.lang.String getState()
void setState(java.lang.String value)
java.math.BigInteger getHashSizeForExpiringEventsMap()
void setHashSizeForExpiringEventsMap(java.math.BigInteger value)
java.math.BigInteger getExpiryTimeSecondsForExpiringEventsMap()
void setExpiryTimeSecondsForExpiringEventsMap(java.math.BigInteger value)
java.math.BigInteger getCheckIntervalSecondsForExpiringEventsMap()
void setCheckIntervalSecondsForExpiringEventsMap(java.math.BigInteger value)
java.lang.String getGloballyRoutableUri()
void setGloballyRoutableUri(java.lang.String value)
boolean isSessionIDOverride()
void setSessionIDOverride(boolean value)
MonitoringGeneralMBean getMonitoringGeneralMBean()
void setMonitoringGeneralMBean(MonitoringGeneralMBean val)
StateChangedNotificationRulesMBean getStateChangedNotificationRulesMBean()
void setStateChangedNotificationRulesMBean(StateChangedNotificationRulesMBean val)
ThresholdCrossedNotificationsMBean getThresholdCrossedNotificationsMBean()
void setThresholdCrossedNotificationsMBean(ThresholdCrossedNotificationsMBean val)
SipInboundRoutingMBean getSipIncomingRoutingRulesMBean()
void setSipIncomingRoutingRulesMBean(SipInboundRoutingMBean val)
SipOutboundRoutingMBean getSipNetworkEntitiesMBean()
void setSipNetworkEntitiesMBean(SipOutboundRoutingMBean val)