|
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 |
This interface defines the management attributes and operations of the managed UCP plugin.
Field Summary | |
static String |
LISTEN_ADDRESS Listen address. |
static int |
LISTEN_PORT Listen port. |
Method Summary | |
String |
getListenAddress() Get Listen address. |
int |
getListenPort() Get Listen Port. |
void |
reRegisterWorkManager() Re-register the work manager in the UCP protocol server service. |
void |
setListenAddress(String listenAddress) Set listen address. |
void |
setListenPort(int listenPort) Set listen port. |
Field Detail |
public static final String LISTEN_ADDRESS
public static final int LISTEN_PORT
Method Detail |
public String getListenAddress() throws ManagementException
ManagementException
- ManagementExceptionpublic int getListenPort() throws ManagementException
ManagementException
- ManagementExceptionpublic void reRegisterWorkManager() throws ManagementException
ManagementException
- ManagementExceptionpublic void setListenAddress(String listenAddress) throws ManagementException
listenAddress
- listen address.ManagementException
- ManagementExceptionpublic void setListenPort(int listenPort) throws ManagementException
listenPort
- listen portManagementException
- 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 |