|
IBM WebSphere® DataPower® XC10 Appliance Release 2.0 Client API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerMBean
This MBean interface allows a client process to access different attributes about a specific server process.
Method Summary | |
---|---|
java.lang.String |
getServerName()
Gets the name of the server associated with this MBean. |
void |
modifyServerTraceSpec(java.lang.String spec)
Deprecated. This is deprecated in version 7.1. See DynamicServerMBean.setTraceSpec(String) |
boolean |
stopServer()
Stops the server associated with this MBean. |
Method Detail |
---|
java.lang.String getServerName()
boolean stopServer()
true
if server was stopped,
false
if notObjectGridAdministrator.stopServer(String)
void modifyServerTraceSpec(java.lang.String spec)
DynamicServerMBean.setTraceSpec(String)
spec
- new trace specificationObjectGridAdministrator.setServerTraceSpec(String, String)
|
IBM WebSphere® DataPower® XC10 Appliance Release 2.0 Client API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |