Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imocfpcp.beans
Interface DiameterCreditControlApplicationAvpsMBean


public interface DiameterCreditControlApplicationAvpsMBean

Inteface for DiameterCreditControlApplicationAvpsMBean

Author:
osnat DiameterCreditControlApplicationAvpsMBean enables you to specify Attribute-Value Pairs (AVPs) to be set in CCRs. 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 getDestinationHostAvp()
          Specifies the value to set in a CCR Destination-Host AVP
 java.lang.String getDestinationRealmAvp()
          Specifies the value to set in a CCR Destination-Realm AVP
 java.lang.String getRoNodeFunctionalityAvp()
          Specifies the value to set in a CCR Node-Functionality AVP.
 java.lang.String getServiceContextIdAvp()
          Specifies the value to set in a CCR Service-Context-Id AVP.
 java.lang.String getUserNameAvp()
          Specifies the value to set in a CCR User-Name AVP.
 void setDestinationHostAvp(java.lang.String param)
          Specifies the value to set in a CCR Destination-Host AVP
 void setDestinationRealmAvp(java.lang.String param)
          Specifies the value to set in a CCR Destination-Realm AVP
 void setRoNodeFunctionalityAvp(java.lang.String param)
          Specifies the value to set in a CCR Node-Functionality AVP.
 void setServiceContextIdAvp(java.lang.String param)
          Specifies the value to set in a CCR Service-Context-Id AVP.
 void setUserNameAvp(java.lang.String param)
          Specifies the value to set in a CCR User-Name AVP.

 

Method Detail

getDestinationHostAvp

java.lang.String getDestinationHostAvp()
                                       throws java.io.IOException
Specifies the value to set in a CCR Destination-Host AVP
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setDestinationHostAvp

void setDestinationHostAvp(java.lang.String param)
                           throws java.io.IOException
Specifies the value to set in a CCR Destination-Host AVP
Parameters:
param -
Throws:
java.io.IOException

getDestinationRealmAvp

java.lang.String getDestinationRealmAvp()
                                        throws java.io.IOException
Specifies the value to set in a CCR Destination-Realm AVP
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setDestinationRealmAvp

void setDestinationRealmAvp(java.lang.String param)
                            throws java.io.IOException
Specifies the value to set in a CCR Destination-Realm AVP
Parameters:
param -
Throws:
java.io.IOException

getServiceContextIdAvp

java.lang.String getServiceContextIdAvp()
                                        throws java.io.IOException
Specifies the value to set in a CCR Service-Context-Id AVP.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setServiceContextIdAvp

void setServiceContextIdAvp(java.lang.String param)
                            throws java.io.IOException
Specifies the value to set in a CCR Service-Context-Id AVP.
Parameters:
param -
Throws:
java.io.IOException

getUserNameAvp

java.lang.String getUserNameAvp()
                                throws java.io.IOException
Specifies the value to set in a CCR User-Name AVP.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setUserNameAvp

void setUserNameAvp(java.lang.String param)
                    throws java.io.IOException
Specifies the value to set in a CCR User-Name AVP.
Parameters:
param -
Throws:
java.io.IOException

getRoNodeFunctionalityAvp

java.lang.String getRoNodeFunctionalityAvp()
                                           throws java.io.IOException
Specifies the value to set in a CCR Node-Functionality AVP. Possible values: 0(S-CSCF), 1(P-CSCF), 2(I-CSCF), 3(MRFC), 4(MGCF), 5(BGCF), 6(AS)
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setRoNodeFunctionalityAvp

void setRoNodeFunctionalityAvp(java.lang.String param)
                               throws java.io.IOException
Specifies the value to set in a CCR Node-Functionality AVP. Possible values: 0(S-CSCF), 1(P-CSCF), 2(I-CSCF), 3(MRFC), 4(MGCF), 5(BGCF), 6(AS)
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.