|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.admin.AdminRequest
org.objectweb.joram.shared.admin.StopServerRequest
A StopServerRequest
instance requests to stop a given server.
Constructor Summary | |
StopServerRequest(int serverId)
Constructs a StopServerRequest instance. |
Method Summary | |
int |
getServerId()
Returns the id of the server to stop. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StopServerRequest(int serverId)
StopServerRequest
instance.
serverId
- The id of the server to stop.Method Detail |
public int getServerId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |