|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean interface for the example traffic path.
Field Summary | |
static String |
chargingChannel OneAPI charging channels. |
static boolean |
connected True if the Node is connected. |
static String |
destinationAddresses The destination addresses separated by comma, in the format of <host>:<port>. |
static String |
destinationRealm Diameter Destination-Realm value. |
static String |
domain Service-Context-Id AVP's domain. |
static boolean |
includeXParamAVPListInResponse If true, the AVP-list in the response from charging server will be forwarded as an xparam in response to application. |
static String |
originHost Diameter Origin-Host value. |
static int |
originPort Plug-in node port value. |
static String |
originRealm Diameter Origin-Realm value. |
static boolean |
queryEnabled True to enable a OneAPI query. |
static String |
serviceContext Service-Context-Id AVP's service-context. |
static boolean |
splitChargeEnabled True to enable Volume Split Charging. |
Method Summary | |
void |
connect() Connects to the Diameter server. |
void |
disconnect() Disconnects from the Diameter server. |
String |
getChargingChannel() Returns the OneAPI charging channels. |
String |
getDestinationAddresses() Returns the Diameter server host addresses. |
String |
getDestinationRealm() Returns the Destination-Realm AVP in Diameter requests. |
String |
getDomain() Returns the Service-Context ID AVP. |
String |
getOriginHost() Returns the Origin-Host value in Diameter requests. |
int |
getOriginPort() Returns the local originator port to be used for the connection to the Diameter server. |
String |
getOriginRealm() Returns the Origin-Realm value in Diameter requests. |
String |
getServiceContext() |
boolean |
isConnected() Returns the status of the connection to the Diameter server, true if connected, false if not. |
boolean |
isIncludeXParamAVPListInResponse() |
boolean |
isQueryEnabled() Returns true if OneAPI queries are enabled, otherwise false. |
boolean |
isSplitChargeEnabled() Returns true Volume Split Charging is enabled, otherwise false. |
void |
setChargingChannel(String value) Sets the OneAPI charging channels. |
void |
setDestinationAddresses(String addresses) Sets the Diameter server host addresses. |
void |
setDestinationRealm(String value) Sets the the Destination-Realm AVP in Diameter requests. |
void |
setDomain(String value) Sets the Service-Context ID AVP. |
void |
setIncludeXParamAVPListInResponse(boolean value) |
void |
setOriginHost(String value) Sets the Origin-Host value in Diameter requests. |
void |
setOriginPort(int value) Sets the local originator port to be used for the connection to the Diameter server. |
void |
setOriginRealm(String value) Sets the Origin-Realm value in Diameter requests. |
void |
setQueryEnabled(boolean value) If true, OneAPI queries are enabled, if false, disabled. |
void |
setServiceContext(String value) |
void |
setSplitChargeEnabled(boolean value) If true, Volume Split Charging is enabled, if false, disabled. |
Field Detail |
public static final String chargingChannel
Scope: Cluster
public static final boolean connected
Scope: Cluster
public static final String destinationAddresses
Scope: Cluster
public static final String destinationRealm
Scope: Cluster
public static final String domain
Scope: Cluster
public static final boolean includeXParamAVPListInResponse
<Avp-List> <Session-Id Flags="64">192.168.1.22;1417686781;1</Session-Id> <Origin-Host Flags="64">127.0.0.1</Origin-Host> <Origin-Realm Flags="64">destination.com</Origin-Realm> <Result-Code Flags="64">2001</Result-Code> <CC-Request-Type Flags="64">4</CC-Request-Type> <CC-Request-Number Flags="64">0</CC-Request-Number> </Avp-List>
Scope: Cluster
public static final String originHost
Scope: Server
public static final int originPort
Scope: Server
public static final String originRealm
Scope: Server
public static final boolean queryEnabled
Scope: Cluster
public static final String serviceContext
Scope: Cluster
public static final boolean splitChargeEnabled
Scope: Cluster
Method Detail |
public void connect() throws ManagementException
Scope: Server
ManagementException
public void disconnect()
Scope: Cluster
public String getChargingChannel() throws ManagementException
Scope: Cluster
ManagementException
public String getDestinationAddresses() throws ManagementException
Scope: Cluster
ManagementException
public String getDestinationRealm() throws ManagementException
Scope: Cluster
ManagementException
public String getDomain() throws ManagementException
Scope: Cluster
ManagementException
public String getOriginHost() throws ManagementException
Scope: Server
ManagementException
public int getOriginPort() throws ManagementException
Scope: Server
ManagementException
public String getOriginRealm() throws ManagementException
Scope: Server
ManagementException
public String getServiceContext() throws ManagementException
ManagementException
public boolean isConnected() throws ManagementException
Scope: Cluster
ManagementException
public boolean isIncludeXParamAVPListInResponse() throws ManagementException
ManagementException
public boolean isQueryEnabled() throws ManagementException
Scope: Cluster
ManagementException
public boolean isSplitChargeEnabled() throws ManagementException
Scope: Cluster
ManagementException
public void setChargingChannel(String value) throws ManagementException
Scope: Cluster
value
- OneAPI charging channelManagementException
public void setDestinationAddresses(String addresses) throws ManagementException
Scope: Cluster
addresses
- host addresses of Diameter serversManagementException
public void setDestinationRealm(String value) throws ManagementException
Scope: Cluster
value
- Destination-Realm AVPManagementException
public void setDomain(String value) throws ManagementException
Scope: Cluster
value
- Service-Context ID AVPManagementException
public void setIncludeXParamAVPListInResponse(boolean value) throws ManagementException
ManagementException
public void setOriginHost(String value) throws ManagementException
Scope: Server
value
- Origin-Host AVPManagementException
public void setOriginPort(int value) throws ManagementException
Scope: Server
value
- local originator portManagementException
public void setOriginRealm(String value) throws ManagementException
Scope: Server
value
- Origin-Realm valueManagementException
public void setQueryEnabled(boolean value) throws ManagementException
Scope: Cluster
value
- true if OneAPI queries enabled, false if disabledManagementException
public void setServiceContext(String value) throws ManagementException
ManagementException
public void setSplitChargeEnabled(boolean value) throws ManagementException
Scope: Cluster
value
- true if Volume Split Charging is enabled, false if disabledManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |