|
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 |
Field Summary | |
static String |
fromAddress The From address to use in the SIP SUBSCRIBE requests. |
static long |
groupRequestInterval The interval in milliseconds between SUBSCRIBE messages for each request for the getStatusForGroup and startNotification methods. |
static long |
groupRequestTimeout Serves as time out in milliseconds for a notification guard timer for the getStatusForGroup and startNotification methods. |
static String |
psxServerAddress The IM-PSX Server Address. |
static String |
psxSipDomain The IM-:PSX SIP domain name. |
static long |
sipNotifyTimeout The timeout value in milliseconds. |
static String |
TOKEN_TO_PARAMETER_MSISDN |
static String |
toParameters The value configured will be appended to the To address of the initial SUBSCRIBE message sent by the plug-in: configured value: ;gtaddr=TOKEN_MSISDN To: tel:+46701243567@domain --> To: +46701243567:user@domain;gtaddr=46701243567 Tokens can be used in the value and will be substituted before they are sent out. |
Method Summary | |
String |
getFromAddress() |
long |
getGroupRequestInterval() |
long |
getGroupRequestTimeout() |
String |
getPsxServerAddress() |
String |
getPsxSipDomain() |
long |
getSipNotifyTimeout() |
String |
getToParameters() |
void |
setFromAddress(String value) |
void |
setGroupRequestInterval(long value) |
void |
setGroupRequestTimeout(long value) |
void |
setPsxServerAddress(String value) |
void |
setPsxSipDomain(String value) |
void |
setSipNotifyTimeout(long value) |
void |
setToParameters(String value) |
Field Detail |
public static final String fromAddress
Scope: Cluster
public static final long groupRequestInterval
Scope: Cluster
public static final long groupRequestTimeout
Scope: Cluster
public static final String psxServerAddress
Scope: Cluster
public static final String psxSipDomain
Scope: Cluster
public static final long sipNotifyTimeout
Scope: Cluster
public static final String TOKEN_TO_PARAMETER_MSISDN
public static final String toParameters
configured value: ;gtaddr=TOKEN_MSISDN
To: tel:+46701243567@domain --> To: +46701243567:user@domain;gtaddr=46701243567 Tokens can be used in the value and will be substituted before they are sent out.Method Detail |
public String getFromAddress() throws ManagementException
ManagementException
public long getGroupRequestInterval() throws ManagementException
ManagementException
public long getGroupRequestTimeout() throws ManagementException
ManagementException
public String getPsxServerAddress() throws ManagementException
ManagementException
public String getPsxSipDomain() throws ManagementException
ManagementException
public long getSipNotifyTimeout() throws ManagementException
ManagementException
public String getToParameters() throws ManagementException
ManagementException
public void setFromAddress(String value) throws ManagementException
ManagementException
public void setGroupRequestInterval(long value) throws ManagementException
ManagementException
public void setGroupRequestTimeout(long value) throws ManagementException
ManagementException
public void setPsxServerAddress(String value) throws ManagementException
ManagementException
public void setPsxSipDomain(String value) throws ManagementException
ManagementException
public void setSipNotifyTimeout(long value) throws ManagementException
ManagementException
public void setToParameters(String value) throws ManagementException
ManagementException
|
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 |