Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


oracle.ocsg.rest.discovery.management
Interface DiscoveryMBean


public interface DiscoveryMBean

This is the generated code for the management interface for the Plug-in


Field Summary
static String List_Operator_Callback_Url
           
static String List_Operator_Url
           
static String listOperatorCallbackUrl
          List Operator Callback URL.
static String listOperatorUrl
          List Operator URL.
static String Query_Type
           
static String queryType
          Query type.
static String Server_Url
           
static String serverUrl
          REST service server URL.

 

Method Summary
 String getListOperatorCallbackUrl()
           
 String getListOperatorUrl()
           
 String getQueryType()
           
 String getServerUrl()
           
 void setListOperatorCallbackUrl(String value)
           
 void setListOperatorUrl(String value)
           
 void setQueryType(String value)
           
 void setServerUrl(String value)
           

 

Field Detail

List_Operator_Callback_Url

public static final String List_Operator_Callback_Url
See Also:
Constant Field Values

List_Operator_Url

public static final String List_Operator_Url
See Also:
Constant Field Values

listOperatorCallbackUrl

public static final String listOperatorCallbackUrl
List Operator Callback URL.
See Also:
Constant Field Values

listOperatorUrl

public static final String listOperatorUrl
List Operator URL.
See Also:
Constant Field Values

Query_Type

public static final String Query_Type
See Also:
Constant Field Values

queryType

public static final String queryType
Query type.
See Also:
Constant Field Values

Server_Url

public static final String Server_Url
See Also:
Constant Field Values

serverUrl

public static final String serverUrl
REST service server URL.
See Also:
Constant Field Values

Method Detail

getListOperatorCallbackUrl

public String getListOperatorCallbackUrl()
                                  throws ManagementException
Throws:
ManagementException

getListOperatorUrl

public String getListOperatorUrl()
                          throws ManagementException
Throws:
ManagementException

getQueryType

public String getQueryType()
                    throws ManagementException
Throws:
ManagementException

getServerUrl

public String getServerUrl()
                    throws ManagementException
Throws:
ManagementException

setListOperatorCallbackUrl

public void setListOperatorCallbackUrl(String value)
                                throws ManagementException
Throws:
ManagementException

setListOperatorUrl

public void setListOperatorUrl(String value)
                        throws ManagementException
Throws:
ManagementException

setQueryType

public void setQueryType(String value)
                  throws ManagementException
Throws:
ManagementException

setServerUrl

public void setServerUrl(String value)
                  throws ManagementException
Throws:
ManagementException

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.