org.objectweb.joram.shared.admin
Class StopServerRequest

java.lang.Object
  extended byorg.objectweb.joram.shared.admin.AdminRequest
      extended byorg.objectweb.joram.shared.admin.StopServerRequest
All Implemented Interfaces:
java.io.Serializable

public class StopServerRequest
extends AdminRequest

A StopServerRequest instance requests to stop a given server.

See Also:
Serialized Form

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

StopServerRequest

public StopServerRequest(int serverId)
Constructs a StopServerRequest instance.

Parameters:
serverId - The id of the server to stop.
Method Detail

getServerId

public int getServerId()
Returns the id of the server to stop.



Copyright ? 2004 Scalagent - All rights reserved