|
Joram 4.3.32 | ||||||||
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
public class 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()
|
Joram 4.3.32 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |