Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.objectweb.joram.shared.admin.AdminRequest
org.objectweb.joram.shared.admin.StopServerRequest
public class StopServerRequest
extends AdminRequest
StopServerRequest
instance requests to stop a given server.
Constructor Summary | |
|
Method Summary | |
int |
|
public StopServerRequest(int serverId)
Constructs aStopServerRequest
instance.
- Parameters:
serverId
- The id of the server to stop.