Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.rimocf.config
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 getEcurAvps()
          Specifies AVPs that R-IM-OCF place inside CCAs when constructing an ECUR CCA.
 java.lang.String getIecAvps()
          Specifies AVPs that R-IM-OCF place inside CCAs when constructing an IEC CCA.
 java.lang.String getScurAvps()
          Specifies AVPs that R-IM-OCF place inside CCAs when constructing an SCUR CCA.
 void setEcurAvps(java.lang.String param)
          Specifies AVPs that R-IM-OCF place inside CCAs when constructing an ECUR CCA.
 void setIecAvps(java.lang.String param)
          Specifies AVPs that R-IM-OCF place inside CCAs when constructing an IEC CCA.
 void setScurAvps(java.lang.String param)
          Specifies AVPs that R-IM-OCF place inside CCAs when constructing an SCUR CCA.

 

Method Detail

getScurAvps

java.lang.String getScurAvps()
                             throws java.io.IOException
Specifies AVPs that R-IM-OCF place inside CCAs when constructing an SCUR CCA.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setScurAvps

void setScurAvps(java.lang.String param)
                 throws java.io.IOException
Specifies AVPs that R-IM-OCF place inside CCAs when constructing an SCUR CCA.
Parameters:
param -
Throws:
java.io.IOException

getEcurAvps

java.lang.String getEcurAvps()
                             throws java.io.IOException
Specifies AVPs that R-IM-OCF place inside CCAs when constructing an ECUR CCA.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setEcurAvps

void setEcurAvps(java.lang.String param)
                 throws java.io.IOException
Specifies AVPs that R-IM-OCF place inside CCAs when constructing an ECUR CCA.
Parameters:
param -
Throws:
java.io.IOException

getIecAvps

java.lang.String getIecAvps()
                            throws java.io.IOException
Specifies AVPs that R-IM-OCF place inside CCAs when constructing an IEC CCA.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setIecAvps

void setIecAvps(java.lang.String param)
                throws java.io.IOException
Specifies AVPs that R-IM-OCF place inside CCAs when constructing an IEC CCA.
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.