Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imscfgprs.cap3.config
Interface Scen2DPMBean


public interface Scen2DPMBean

Inteface for Scen2DPMBean

Author:
osnat NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getDisconnect()
          Specifies how the IM-SCF-GPRS arms Disconnect.
 javax.management.ObjectName getIMSCFGPRSCAP3()
          Returns the MBean parent get accessor to the parent mbean: IMSCFGPRSCAP3
 java.lang.String getPdpContextChangeOfPosition()
          Specifies how the IM-SCF-GPRS arms PdpContextChangeOfPosition.
 java.lang.String getPdpContextEstablishmentAcknowledgement()
          Specifies how the IM-SCF-GPRS arms PdpContextEstablishmentAcknowledgement.
 void setDisconnect(java.lang.String param)
          Specifies how the IM-SCF-GPRS arms Disconnect.
 void setPdpContextChangeOfPosition(java.lang.String param)
          Specifies how the IM-SCF-GPRS arms PdpContextChangeOfPosition.
 void setPdpContextEstablishmentAcknowledgement(java.lang.String param)
          Specifies how the IM-SCF-GPRS arms PdpContextEstablishmentAcknowledgement.

 

Method Detail

getIMSCFGPRSCAP3

javax.management.ObjectName getIMSCFGPRSCAP3()
                                             throws java.io.IOException
Returns the MBean parent get accessor to the parent mbean: IMSCFGPRSCAP3
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

getPdpContextEstablishmentAcknowledgement

java.lang.String getPdpContextEstablishmentAcknowledgement()
                                                           throws java.io.IOException
Specifies how the IM-SCF-GPRS arms PdpContextEstablishmentAcknowledgement. Possible values: INTERRUPTED, NOTIFY_AND_CONTINUE
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setPdpContextEstablishmentAcknowledgement

void setPdpContextEstablishmentAcknowledgement(java.lang.String param)
                                               throws java.io.IOException
Specifies how the IM-SCF-GPRS arms PdpContextEstablishmentAcknowledgement. Possible values: INTERRUPTED, NOTIFY_AND_CONTINUE
Parameters:
param -
Throws:
java.io.IOException

getDisconnect

java.lang.String getDisconnect()
                               throws java.io.IOException
Specifies how the IM-SCF-GPRS arms Disconnect. Possible values: INTERRUPTED, NOTIFY_AND_CONTINUE, TRANSPARENT, NOT_APPLICABLE
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setDisconnect

void setDisconnect(java.lang.String param)
                   throws java.io.IOException
Specifies how the IM-SCF-GPRS arms Disconnect. Possible values: INTERRUPTED, NOTIFY_AND_CONTINUE, TRANSPARENT, NOT_APPLICABLE
Parameters:
param -
Throws:
java.io.IOException

getPdpContextChangeOfPosition

java.lang.String getPdpContextChangeOfPosition()
                                               throws java.io.IOException
Specifies how the IM-SCF-GPRS arms PdpContextChangeOfPosition. Possible values: INTERRUPTED, NOTIFY_AND_CONTINUE, TRANSPARENT, NOT_APPLICABLE
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setPdpContextChangeOfPosition

void setPdpContextChangeOfPosition(java.lang.String param)
                                   throws java.io.IOException
Specifies how the IM-SCF-GPRS arms PdpContextChangeOfPosition. Possible values: INTERRUPTED, NOTIFY_AND_CONTINUE, TRANSPARENT, NOT_APPLICABLE
Parameters:
param -
Throws:
java.io.IOException

getDeploymentName

java.lang.String getDeploymentName()
return the Module instance name that this MBean configures
Returns:
String

Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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