|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.1 E37524-01 |
||||||||||
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, where address shoud be in format of <host>:<port>. |
static String |
destinationRealm Diameter Destination-Realm value. |
static String |
domain Service-Context-Id AVP's domain. |
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 Whether enable OneAPI query. |
static String |
serviceContext Service-Context-Id AVP's service-context. |
static boolean |
splitChargeEnabled |
Method Summary | |
void |
connect() |
void |
disconnect() |
String |
getChargingChannel() |
String |
getDestinationAddresses() |
String |
getDestinationRealm() |
String |
getDomain() |
String |
getOriginHost() |
int |
getOriginPort() |
String |
getOriginRealm() |
String |
getServiceContext() |
boolean |
isConnected() |
boolean |
isQueryEnabled() |
boolean |
isSplitChargeEnabled() |
void |
setChargingChannel(String value) |
void |
setDestinationAddresses(String addresses) |
void |
setDestinationRealm(String value) |
void |
setDomain(String value) |
void |
setOriginHost(String value) |
void |
setOriginPort(int value) |
void |
setOriginRealm(String value) |
void |
setQueryEnabled(boolean value) |
void |
setServiceContext(String value) |
void |
setSplitChargeEnabled(boolean value) |
Field Detail |
public static final String chargingChannel
public static final boolean connected
public static final String destinationAddresses
public static final String destinationRealm
public static final String domain
public static final String originHost
public static final int originPort
public static final String originRealm
public static final boolean queryEnabled
public static final String serviceContext
public static final boolean splitChargeEnabled
Method Detail |
public void connect() throws ManagementException
ManagementException
public void disconnect()
public String getChargingChannel() throws ManagementException
ManagementException
public String getDestinationAddresses() throws ManagementException
ManagementException
public String getDestinationRealm() throws ManagementException
ManagementException
public String getDomain() throws ManagementException
ManagementException
public String getOriginHost() throws ManagementException
ManagementException
public int getOriginPort() throws ManagementException
ManagementException
public String getOriginRealm() throws ManagementException
ManagementException
public String getServiceContext() throws ManagementException
ManagementException
public boolean isConnected() throws ManagementException
ManagementException
public boolean isQueryEnabled() throws ManagementException
ManagementException
public boolean isSplitChargeEnabled() throws ManagementException
ManagementException
public void setChargingChannel(String value) throws ManagementException
ManagementException
public void setDestinationAddresses(String addresses) throws ManagementException
ManagementException
public void setDestinationRealm(String value) throws ManagementException
ManagementException
public void setDomain(String value) throws ManagementException
ManagementException
public void setOriginHost(String value) throws ManagementException
ManagementException
public void setOriginPort(int value) throws ManagementException
ManagementException
public void setOriginRealm(String value) throws ManagementException
ManagementException
public void setQueryEnabled(boolean value) throws ManagementException
ManagementException
public void setServiceContext(String value) throws ManagementException
ManagementException
public void setSplitChargeEnabled(boolean value) throws ManagementException
ManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.1 E37524-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |