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