Skip navigation links

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

E38079-01


oracle.ocsb.app.rcc.mediation.pcp2ro
Interface PcpToRoMediatorConfigMBean


public interface PcpToRoMediatorConfigMBean

Method Summary
 String getBlockedSessionResultcodeList()
          Gets the value of the blockedSessionResultcodeList property.
 String getBrmClientProgramName()
          Gets the value of the brmClientProgramName property.
 String getBrmObjectType()
          Gets the value of the brmObjectType property.
 long getCcrTimeout()
          Gets the value of the ccrTimeout property.
 long getChargingSessionStateTimeout()
          Gets the value of the chargingSessionStateTimeout property.
 String getCustomizedProcessorKeyGeneratorClass()
          Gets the value of the customizedProcessorKeyGeneratorClass property.
 Integer getDefaultRequestMode()
          Gets the value of the defaultRequestMode property.
 DegradedModeTypeMBean getDegradedModeMBean()
          Return the value of the DegradedModeType element
 String getHostStationId()
          Gets the value of the hostStationId property.
 OpcodeMappingTypeMBean getOpcodeMappingMBean()
          Return the value of the OpcodeMappingType element
 Long getReservationExpirationTime()
          Gets the value of the reservationExpirationTime property.
 ServiceTypesMBean getServiceTypesMBean()
          Return the value of the ServiceTypes element
 SsupcpAliasResolveTypeMBean getSsupcpAliasResolveMBean()
          Return the value of the SsupcpAliasResolveType element
 boolean isPtModeStatisticsEnabled()
          Gets the value of the ptModeStatisticsEnabled property.
 boolean isSetBlockedSessionResultcodeList()
           
 boolean isSetBrmClientProgramName()
           
 boolean isSetBrmObjectType()
           
 boolean isSetCcrTimeout()
           
 boolean isSetChargingSessionStateTimeout()
           
 boolean isSetCustomizedProcessorKeyGeneratorClass()
           
 boolean isSetDefaultRequestMode()
           
 boolean isSetDegradedMode()
           
 boolean isSetHostStationId()
           
 boolean isSetOpcodeMapping()
           
 boolean isSetPtModeStatisticsEnabled()
           
 boolean isSetReservationExpirationTime()
           
 boolean isSetServiceTypes()
           
 boolean isSetSsupcpAliasResolve()
           
 void setBlockedSessionResultcodeList(String value)
          Sets the value of the blockedSessionResultcodeList property.
 void setBrmClientProgramName(String value)
          Sets the value of the brmClientProgramName property.
 void setBrmObjectType(String value)
          Sets the value of the brmObjectType property.
 void setCcrTimeout(long value)
          Sets the value of the ccrTimeout property.
 void setChargingSessionStateTimeout(long value)
          Sets the value of the chargingSessionStateTimeout property.
 void setCustomizedProcessorKeyGeneratorClass(String value)
          Sets the value of the customizedProcessorKeyGeneratorClass property.
 void setDefaultRequestMode(Integer value)
          Sets the value of the defaultRequestMode property.
 void setDegradedModeMBean(DegradedModeTypeMBean val)
          Set the value of the DegradedModeType element
 void setHostStationId(String value)
          Sets the value of the hostStationId property.
 void setOpcodeMappingMBean(OpcodeMappingTypeMBean val)
          Set the value of the OpcodeMappingType element
 void setPtModeStatisticsEnabled(boolean value)
          Sets the value of the ptModeStatisticsEnabled property.
 void setReservationExpirationTime(Long value)
          Sets the value of the reservationExpirationTime property.
 void setServiceTypesMBean(ServiceTypesMBean val)
          Set the value of the ServiceTypes element
 void setSsupcpAliasResolveMBean(SsupcpAliasResolveTypeMBean val)
          Set the value of the SsupcpAliasResolveType element

 

Method Detail

isSetServiceTypes

boolean isSetServiceTypes()

getBrmClientProgramName

String getBrmClientProgramName()
Gets the value of the brmClientProgramName property.

setBrmClientProgramName

void setBrmClientProgramName(String value)
Sets the value of the brmClientProgramName property.

isSetBrmClientProgramName

boolean isSetBrmClientProgramName()

getBrmObjectType

String getBrmObjectType()
Gets the value of the brmObjectType property.

setBrmObjectType

void setBrmObjectType(String value)
Sets the value of the brmObjectType property.

isSetBrmObjectType

boolean isSetBrmObjectType()

getDefaultRequestMode

Integer getDefaultRequestMode()
Gets the value of the defaultRequestMode property.

setDefaultRequestMode

void setDefaultRequestMode(Integer value)
Sets the value of the defaultRequestMode property.

isSetDefaultRequestMode

boolean isSetDefaultRequestMode()

getCcrTimeout

long getCcrTimeout()
Gets the value of the ccrTimeout property.

setCcrTimeout

void setCcrTimeout(long value)
Sets the value of the ccrTimeout property.

isSetCcrTimeout

boolean isSetCcrTimeout()

getChargingSessionStateTimeout

long getChargingSessionStateTimeout()
Gets the value of the chargingSessionStateTimeout property.

setChargingSessionStateTimeout

void setChargingSessionStateTimeout(long value)
Sets the value of the chargingSessionStateTimeout property.

isSetChargingSessionStateTimeout

boolean isSetChargingSessionStateTimeout()

getReservationExpirationTime

Long getReservationExpirationTime()
Gets the value of the reservationExpirationTime property.

setReservationExpirationTime

void setReservationExpirationTime(Long value)
Sets the value of the reservationExpirationTime property.

isSetReservationExpirationTime

boolean isSetReservationExpirationTime()

isSetSsupcpAliasResolve

boolean isSetSsupcpAliasResolve()

isSetOpcodeMapping

boolean isSetOpcodeMapping()

getHostStationId

String getHostStationId()
Gets the value of the hostStationId property.

setHostStationId

void setHostStationId(String value)
Sets the value of the hostStationId property.

isSetHostStationId

boolean isSetHostStationId()

isSetDegradedMode

boolean isSetDegradedMode()

getCustomizedProcessorKeyGeneratorClass

String getCustomizedProcessorKeyGeneratorClass()
Gets the value of the customizedProcessorKeyGeneratorClass property.

setCustomizedProcessorKeyGeneratorClass

void setCustomizedProcessorKeyGeneratorClass(String value)
Sets the value of the customizedProcessorKeyGeneratorClass property.

isSetCustomizedProcessorKeyGeneratorClass

boolean isSetCustomizedProcessorKeyGeneratorClass()

isPtModeStatisticsEnabled

boolean isPtModeStatisticsEnabled()
Gets the value of the ptModeStatisticsEnabled property.

setPtModeStatisticsEnabled

void setPtModeStatisticsEnabled(boolean value)
Sets the value of the ptModeStatisticsEnabled property.

isSetPtModeStatisticsEnabled

boolean isSetPtModeStatisticsEnabled()

getBlockedSessionResultcodeList

String getBlockedSessionResultcodeList()
Gets the value of the blockedSessionResultcodeList property.

setBlockedSessionResultcodeList

void setBlockedSessionResultcodeList(String value)
Sets the value of the blockedSessionResultcodeList property.

isSetBlockedSessionResultcodeList

boolean isSetBlockedSessionResultcodeList()

getServiceTypesMBean

ServiceTypesMBean getServiceTypesMBean()
Return the value of the ServiceTypes element

setServiceTypesMBean

void setServiceTypesMBean(ServiceTypesMBean val)
Set the value of the ServiceTypes element

getSsupcpAliasResolveMBean

SsupcpAliasResolveTypeMBean getSsupcpAliasResolveMBean()
Return the value of the SsupcpAliasResolveType element

setSsupcpAliasResolveMBean

void setSsupcpAliasResolveMBean(SsupcpAliasResolveTypeMBean val)
Set the value of the SsupcpAliasResolveType element

getOpcodeMappingMBean

OpcodeMappingTypeMBean getOpcodeMappingMBean()
Return the value of the OpcodeMappingType element

setOpcodeMappingMBean

void setOpcodeMappingMBean(OpcodeMappingTypeMBean val)
Set the value of the OpcodeMappingType element

getDegradedModeMBean

DegradedModeTypeMBean getDegradedModeMBean()
Return the value of the DegradedModeType element

setDegradedModeMBean

void setDegradedModeMBean(DegradedModeTypeMBean val)
Set the value of the DegradedModeType 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.