|
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 TL MLP traffic path.
Field Summary | |
static String |
characterEncoding Indicates the type of Unicode character encoding accepted by the MLP node. |
static int |
cleanupInterval Specifies the time interval at which periodic notification expiration checks are performed. |
static boolean |
decimalDegreesToDMSH Tells whether conversion from decimal format -> DMSH (Degrees Minutes Seconds Hemisphere) is needed or not for coordinates x and y. |
static int |
maxDuration Specifies the maximum duration for a periodic location request. |
static boolean |
mlpAltitudeSupported Specifies if the MLP server supports altitude requests. |
static boolean |
mlpLocationEstimates Specifies if the MLP server is allowed to estimate locations. |
static String |
mlpPushAddr Specifies the callback URL to which the MLP server delivers location reports, periodic or triggered. |
static String |
mlpRequestType Specifies which type of location request to use towards the MLP server. |
static String |
mlpServerUrl The MLP server URL. |
static String |
mlpSrsName MLP Spatial Reference System (SRS) name. |
static String |
mlpVersionSupported MLP version supported. |
static String |
msidType MSID type of identifier for mobile subscriber. |
static String |
password Specifies the password used when Services Gatekeeper connects to the MLP server. |
static String |
requestor Specifies the requestor ID. |
static int |
requestTimeout The MLP request time out in seconds. |
static String |
serviceId Specifies the Services Gatekeeper service ID. |
static boolean |
useInterval When enabled this flag indicates that the interval element will be used when sending a TLRR. |
static String |
username Specifies the Services Gatekeeper user ID used for connecting to the MLP server. |
static boolean |
xmlDoctypeTagUsage Specifies if the XML tag !DOCTYPE should be included in requests towards the MLP node. |
Field Detail |
public static final String characterEncoding
Scope: Cluster
public static final int cleanupInterval
Scope: Cluster
public static final boolean decimalDegreesToDMSH
Scope: Cluster
public static final int maxDuration
Scope: Cluster
public static final boolean mlpAltitudeSupported
Scope: Cluster
public static final boolean mlpLocationEstimates
Scope: Cluster
public static final String mlpPushAddr
Scope: Cluster
public static final String mlpRequestType
Scope: Cluster
public static final String mlpServerUrl
Scope: Cluster
public static final String mlpSrsName
Scope: Cluster
public static final String mlpVersionSupported
Scope: Cluster
public static final String msidType
Scope: Cluster
public static final String password
Scope: Cluster
public static final String requestor
Scope: Cluster
public static final int requestTimeout
Scope: Cluster
public static final String serviceId
Scope: Cluster
public static final boolean useInterval
Scope: Cluster
public static final String username
Scope: Cluster
public static final boolean xmlDoctypeTagUsage
Scope: Cluster
Method Detail |
public String getCharacterEncoding() throws ManagementException
ManagementException
public int getCleanupInterval() throws ManagementException
ManagementException
public boolean getDecimalDegreesToDMSH() throws ManagementException
ManagementException
public int getMaxDuration() throws ManagementException
ManagementException
public boolean getMlpAltitudeSupported() throws ManagementException
ManagementException
public boolean getMlpLocationEstimates() throws ManagementException
ManagementException
public String getMlpPushAddr() throws ManagementException
ManagementException
public String getMlpRequestType() throws ManagementException
ManagementException
public String getMlpServerUrl() throws ManagementException
ManagementException
public String getMlpSrsName() throws ManagementException
ManagementException
public String getMlpVersionSupported() throws ManagementException
ManagementException
public String getMsidType() throws ManagementException
ManagementException
public String getPassword() throws ManagementException
ManagementException
public String getRequestor() throws ManagementException
ManagementException
public int getRequestTimeout() throws ManagementException
ManagementException
public String getServiceId() throws ManagementException
ManagementException
public boolean getUseInterval() throws ManagementException
ManagementException
public String getUsername() throws ManagementException
ManagementException
public boolean getXmlDoctypeTagUsage() throws ManagementException
ManagementException
public void setCharacterEncoding(String encoding) throws ManagementException
ManagementException
public void setCleanupInterval(int interval) throws ManagementException
ManagementException
public void setDecimalDegreesToDMSH(boolean decimalDegToDMSH) throws ManagementException
ManagementException
public void setMaxDuration(int duration) throws ManagementException
ManagementException
public void setMlpAltitudeSupported(boolean supported) throws ManagementException
ManagementException
public void setMlpLocationEstimates(boolean locationEstimates) throws ManagementException
ManagementException
public void setMlpPushAddr(String mlpPushAddr) throws ManagementException
ManagementException
public void setMlpRequestType(String requestType) throws ManagementException
ManagementException
public void setMlpServerUrl(String mlpServerUrl) throws ManagementException
ManagementException
public void setMlpSrsName(String srsName) throws ManagementException
ManagementException
public void setMlpVersionSupported(String version) throws ManagementException
ManagementException
public void setMsidType(String type) throws ManagementException
ManagementException
public void setPassword(String password) throws ManagementException
ManagementException
public void setRequestor(String requestor) throws ManagementException
ManagementException
public void setRequestTimeout(int requestTimeout) throws ManagementException
ManagementException
public void setServiceId(String serviceId) throws ManagementException
ManagementException
public void setUseInterval(boolean useInterval) throws ManagementException
ManagementException
public void setUsername(String username) throws ManagementException
ManagementException
public void setXmlDoctypeTagUsage(boolean usage) 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 |