org.objectweb.joram.shared.admin

Class StopServerRequest

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.

Constructor Details

StopServerRequest

public StopServerRequest(int serverId)
Constructs a StopServerRequest instance.

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

Method Details

getServerId

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


Copyright B) 2004 Scalagent - All rights reserved