Skip navigation links

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

E38079-01


com.convergin.wcs.osgi.im.uix.sms.smpp34
Interface ModuleInstanceMBean


public interface ModuleInstanceMBean

Method Summary
 AdditionalHeaderMBean getAdditionalHeaderMBean()
          Return the value of the AdditionalHeader element
 AdvancedMBean getAdvancedMBean()
          Return the value of the Advanced element
 AdvancedSMPPConfigParserMBean getAdvancedSMPPMBean()
          Return the value of the AdvancedSMPPConfigParser element
 BigInteger getCheckIntervalSecondsForExpiringEventsMap()
          Gets the value of the checkIntervalSecondsForExpiringEventsMap property.
 CommandStatusToSalErrorMappingRuleSetMBean getCommandStatusToSalErrorMappingRuleSetMBean()
          Return the value of the CommandStatusToSalErrorMappingRuleSet element
 BigInteger getDefaultSubscriptionDurationSeconds()
          Gets the value of the defaultSubscriptionDurationSeconds property.
 BigInteger getExpiryTimeSecondsForExpiringEventsMap()
          Gets the value of the expiryTimeSecondsForExpiringEventsMap property.
 GeneralMBean getGeneralMBean()
          Return the value of the General element
 BigInteger getHashSizeForExpiringEventsMap()
          Gets the value of the hashSizeForExpiringEventsMap property.
 BigInteger getMaxSubscriptionDurationSeconds()
          Gets the value of the maxSubscriptionDurationSeconds property.
 BigInteger getMinSubscriptionDurationSeconds()
          Gets the value of the minSubscriptionDurationSeconds property.
 MonitoringGeneralMBean getMonitoringGeneralMBean()
          Return the value of the MonitoringGeneral element
 String getName()
          Gets the value of the name property.
 String getRel100DefaultModeValue()
           
 SalErrorToCommandStatusMappingRuleSetMBean getSalErrorToCommandStatusMappingRuleSetMBean()
          Return the value of the SalErrorToCommandStatusMappingRuleSet element
 SessionKeepAliveMBean getSessionKeepAliveMBean()
          Return the value of the SessionKeepAlive element
 SipMBean getSipMBean()
          Return the value of the Sip element
 SmppHandlingSMPPConfigParserMBean getSmppGeneralHandlingMBean()
          Return the value of the SmppHandlingSMPPConfigParser element
 AdvancedSmsSmppTimersDigesterMBean getSmsSmppTimersMBean()
          Return the value of the AdvancedSmsSmppTimersDigester element
 String getState()
          Gets the value of the state property.
 StateChangedNotificationRulesMBean getStateChangedNotificationRulesMBean()
          Return the value of the StateChangedNotificationRules element
 BigInteger getTcaTimeoutIntervalSeconds()
          Gets the value of the tcaTimeoutIntervalSeconds property.
 BigInteger getTcpTimeoutIntervalSeconds()
          Gets the value of the tcpTimeoutIntervalSeconds property.
 BigInteger getTcterTimeoutIntervalSeconds()
          Gets the value of the tcterTimeoutIntervalSeconds property.
 ThresholdCrossedNotificationsMBean getThresholdCrossedNotificationsMBean()
          Return the value of the ThresholdCrossedNotifications element
 BigInteger getTspTimeoutIntervalSeconds()
          Gets the value of the tspTimeoutIntervalSeconds property.
 BigInteger getTsterTimeoutIntervalSeconds()
          Gets the value of the tsterTimeoutIntervalSeconds property.
 void setAdditionalHeaderMBean(AdditionalHeaderMBean val)
          Set the value of the AdditionalHeader element
 void setAdvancedMBean(AdvancedMBean val)
          Set the value of the Advanced element
 void setAdvancedSMPPMBean(AdvancedSMPPConfigParserMBean val)
          Set the value of the AdvancedSMPPConfigParser element
 void setCheckIntervalSecondsForExpiringEventsMap(BigInteger value)
          Sets the value of the checkIntervalSecondsForExpiringEventsMap property.
 void setCommandStatusToSalErrorMappingRuleSetMBean(CommandStatusToSalErrorMappingRuleSetMBean val)
          Set the value of the CommandStatusToSalErrorMappingRuleSet element
 void setDefaultSubscriptionDurationSeconds(BigInteger value)
          Sets the value of the defaultSubscriptionDurationSeconds property.
 void setExpiryTimeSecondsForExpiringEventsMap(BigInteger value)
          Sets the value of the expiryTimeSecondsForExpiringEventsMap property.
 void setGeneralMBean(GeneralMBean val)
          Set the value of the General element
 void setHashSizeForExpiringEventsMap(BigInteger value)
          Sets the value of the hashSizeForExpiringEventsMap property.
 void setMaxSubscriptionDurationSeconds(BigInteger value)
          Sets the value of the maxSubscriptionDurationSeconds property.
 void setMinSubscriptionDurationSeconds(BigInteger value)
          Sets the value of the minSubscriptionDurationSeconds property.
 void setMonitoringGeneralMBean(MonitoringGeneralMBean val)
          Set the value of the MonitoringGeneral element
 void setName(String value)
          Sets the value of the name property.
 void setRel100DefaultModeValue(String value)
          Set the value of rel100DefaultMode
 void setSalErrorToCommandStatusMappingRuleSetMBean(SalErrorToCommandStatusMappingRuleSetMBean val)
          Set the value of the SalErrorToCommandStatusMappingRuleSet element
 void setSessionKeepAliveMBean(SessionKeepAliveMBean val)
          Set the value of the SessionKeepAlive element
 void setSipMBean(SipMBean val)
          Set the value of the Sip element
 void setSmppGeneralHandlingMBean(SmppHandlingSMPPConfigParserMBean val)
          Set the value of the SmppHandlingSMPPConfigParser element
 void setSmsSmppTimersMBean(AdvancedSmsSmppTimersDigesterMBean val)
          Set the value of the AdvancedSmsSmppTimersDigester element
 void setState(String value)
          Sets the value of the state property.
 void setStateChangedNotificationRulesMBean(StateChangedNotificationRulesMBean val)
          Set the value of the StateChangedNotificationRules element
 void setTcaTimeoutIntervalSeconds(BigInteger value)
          Sets the value of the tcaTimeoutIntervalSeconds property.
 void setTcpTimeoutIntervalSeconds(BigInteger value)
          Sets the value of the tcpTimeoutIntervalSeconds property.
 void setTcterTimeoutIntervalSeconds(BigInteger value)
          Sets the value of the tcterTimeoutIntervalSeconds property.
 void setThresholdCrossedNotificationsMBean(ThresholdCrossedNotificationsMBean val)
          Set the value of the ThresholdCrossedNotifications element
 void setTspTimeoutIntervalSeconds(BigInteger value)
          Sets the value of the tspTimeoutIntervalSeconds property.
 void setTsterTimeoutIntervalSeconds(BigInteger value)
          Sets the value of the tsterTimeoutIntervalSeconds property.

 

Method Detail

getName

String getName()
Gets the value of the name property.

setName

void setName(String value)
Sets the value of the name property.

getState

String getState()
Gets the value of the state property.

setState

void setState(String value)
Sets the value of the state property.

getTsterTimeoutIntervalSeconds

BigInteger getTsterTimeoutIntervalSeconds()
Gets the value of the tsterTimeoutIntervalSeconds property.

setTsterTimeoutIntervalSeconds

void setTsterTimeoutIntervalSeconds(BigInteger value)
Sets the value of the tsterTimeoutIntervalSeconds property.

getTcterTimeoutIntervalSeconds

BigInteger getTcterTimeoutIntervalSeconds()
Gets the value of the tcterTimeoutIntervalSeconds property.

setTcterTimeoutIntervalSeconds

void setTcterTimeoutIntervalSeconds(BigInteger value)
Sets the value of the tcterTimeoutIntervalSeconds property.

getTspTimeoutIntervalSeconds

BigInteger getTspTimeoutIntervalSeconds()
Gets the value of the tspTimeoutIntervalSeconds property.

setTspTimeoutIntervalSeconds

void setTspTimeoutIntervalSeconds(BigInteger value)
Sets the value of the tspTimeoutIntervalSeconds property.

getTcpTimeoutIntervalSeconds

BigInteger getTcpTimeoutIntervalSeconds()
Gets the value of the tcpTimeoutIntervalSeconds property.

setTcpTimeoutIntervalSeconds

void setTcpTimeoutIntervalSeconds(BigInteger value)
Sets the value of the tcpTimeoutIntervalSeconds property.

getTcaTimeoutIntervalSeconds

BigInteger getTcaTimeoutIntervalSeconds()
Gets the value of the tcaTimeoutIntervalSeconds property.

setTcaTimeoutIntervalSeconds

void setTcaTimeoutIntervalSeconds(BigInteger value)
Sets the value of the tcaTimeoutIntervalSeconds property.

getMinSubscriptionDurationSeconds

BigInteger getMinSubscriptionDurationSeconds()
Gets the value of the minSubscriptionDurationSeconds property.

setMinSubscriptionDurationSeconds

void setMinSubscriptionDurationSeconds(BigInteger value)
Sets the value of the minSubscriptionDurationSeconds property.

getMaxSubscriptionDurationSeconds

BigInteger getMaxSubscriptionDurationSeconds()
Gets the value of the maxSubscriptionDurationSeconds property.

setMaxSubscriptionDurationSeconds

void setMaxSubscriptionDurationSeconds(BigInteger value)
Sets the value of the maxSubscriptionDurationSeconds property.

getDefaultSubscriptionDurationSeconds

BigInteger getDefaultSubscriptionDurationSeconds()
Gets the value of the defaultSubscriptionDurationSeconds property.

setDefaultSubscriptionDurationSeconds

void setDefaultSubscriptionDurationSeconds(BigInteger value)
Sets the value of the defaultSubscriptionDurationSeconds property.

getHashSizeForExpiringEventsMap

BigInteger getHashSizeForExpiringEventsMap()
Gets the value of the hashSizeForExpiringEventsMap property.

setHashSizeForExpiringEventsMap

void setHashSizeForExpiringEventsMap(BigInteger value)
Sets the value of the hashSizeForExpiringEventsMap property.

getExpiryTimeSecondsForExpiringEventsMap

BigInteger getExpiryTimeSecondsForExpiringEventsMap()
Gets the value of the expiryTimeSecondsForExpiringEventsMap property.

setExpiryTimeSecondsForExpiringEventsMap

void setExpiryTimeSecondsForExpiringEventsMap(BigInteger value)
Sets the value of the expiryTimeSecondsForExpiringEventsMap property.

getCheckIntervalSecondsForExpiringEventsMap

BigInteger getCheckIntervalSecondsForExpiringEventsMap()
Gets the value of the checkIntervalSecondsForExpiringEventsMap property.

setCheckIntervalSecondsForExpiringEventsMap

void setCheckIntervalSecondsForExpiringEventsMap(BigInteger value)
Sets the value of the checkIntervalSecondsForExpiringEventsMap property.

setRel100DefaultModeValue

void setRel100DefaultModeValue(String value)
Set the value of rel100DefaultMode

getRel100DefaultModeValue

String getRel100DefaultModeValue()

getSmppGeneralHandlingMBean

SmppHandlingSMPPConfigParserMBean getSmppGeneralHandlingMBean()
Return the value of the SmppHandlingSMPPConfigParser element

setSmppGeneralHandlingMBean

void setSmppGeneralHandlingMBean(SmppHandlingSMPPConfigParserMBean val)
Set the value of the SmppHandlingSMPPConfigParser element

getAdvancedSMPPMBean

AdvancedSMPPConfigParserMBean getAdvancedSMPPMBean()
Return the value of the AdvancedSMPPConfigParser element

setAdvancedSMPPMBean

void setAdvancedSMPPMBean(AdvancedSMPPConfigParserMBean val)
Set the value of the AdvancedSMPPConfigParser element

getAdvancedMBean

AdvancedMBean getAdvancedMBean()
Return the value of the Advanced element

setAdvancedMBean

void setAdvancedMBean(AdvancedMBean val)
Set the value of the Advanced element

getGeneralMBean

GeneralMBean getGeneralMBean()
Return the value of the General element

setGeneralMBean

void setGeneralMBean(GeneralMBean val)
Set the value of the General element

getCommandStatusToSalErrorMappingRuleSetMBean

CommandStatusToSalErrorMappingRuleSetMBean getCommandStatusToSalErrorMappingRuleSetMBean()
Return the value of the CommandStatusToSalErrorMappingRuleSet element

setCommandStatusToSalErrorMappingRuleSetMBean

void setCommandStatusToSalErrorMappingRuleSetMBean(CommandStatusToSalErrorMappingRuleSetMBean val)
Set the value of the CommandStatusToSalErrorMappingRuleSet element

getSalErrorToCommandStatusMappingRuleSetMBean

SalErrorToCommandStatusMappingRuleSetMBean getSalErrorToCommandStatusMappingRuleSetMBean()
Return the value of the SalErrorToCommandStatusMappingRuleSet element

setSalErrorToCommandStatusMappingRuleSetMBean

void setSalErrorToCommandStatusMappingRuleSetMBean(SalErrorToCommandStatusMappingRuleSetMBean val)
Set the value of the SalErrorToCommandStatusMappingRuleSet element

getSmsSmppTimersMBean

AdvancedSmsSmppTimersDigesterMBean getSmsSmppTimersMBean()
Return the value of the AdvancedSmsSmppTimersDigester element

setSmsSmppTimersMBean

void setSmsSmppTimersMBean(AdvancedSmsSmppTimersDigesterMBean val)
Set the value of the AdvancedSmsSmppTimersDigester element

getSipMBean

SipMBean getSipMBean()
Return the value of the Sip element

setSipMBean

void setSipMBean(SipMBean val)
Set the value of the Sip element

getAdditionalHeaderMBean

AdditionalHeaderMBean getAdditionalHeaderMBean()
Return the value of the AdditionalHeader element

setAdditionalHeaderMBean

void setAdditionalHeaderMBean(AdditionalHeaderMBean val)
Set the value of the AdditionalHeader element

getSessionKeepAliveMBean

SessionKeepAliveMBean getSessionKeepAliveMBean()
Return the value of the SessionKeepAlive element

setSessionKeepAliveMBean

void setSessionKeepAliveMBean(SessionKeepAliveMBean val)
Set the value of the SessionKeepAlive element

getMonitoringGeneralMBean

MonitoringGeneralMBean getMonitoringGeneralMBean()
Return the value of the MonitoringGeneral element

setMonitoringGeneralMBean

void setMonitoringGeneralMBean(MonitoringGeneralMBean val)
Set the value of the MonitoringGeneral element

getStateChangedNotificationRulesMBean

StateChangedNotificationRulesMBean getStateChangedNotificationRulesMBean()
Return the value of the StateChangedNotificationRules element

setStateChangedNotificationRulesMBean

void setStateChangedNotificationRulesMBean(StateChangedNotificationRulesMBean val)
Set the value of the StateChangedNotificationRules element

getThresholdCrossedNotificationsMBean

ThresholdCrossedNotificationsMBean getThresholdCrossedNotificationsMBean()
Return the value of the ThresholdCrossedNotifications element

setThresholdCrossedNotificationsMBean

void setThresholdCrossedNotificationsMBean(ThresholdCrossedNotificationsMBean val)
Set the value of the ThresholdCrossedNotifications 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.