fr.dyade.aaa.admin.script

Class StartScript

Implemented Interfaces:
Serializable

public class StartScript
extends java.lang.Object
implements Serializable

StartScript contain a StartAdminCmd vector and a ServerDesc hashtable. It permits to start networks, servers and services.

See Also:
AgentAdmin, AgentServer, StartAdminCmd, A3CMLConfig, ServerDesc

Field Summary

Hashtable
serverDesc
hashtable of server description

Constructor Summary

StartScript()
StartScript

Method Summary

void
add(StartAdminCmd cmd)
boolean
contains(StartAdminCmd cmd)
Object
elementAt(int i)
Enumeration
elements()
boolean
remove(StartAdminCmd cmd)
int
size()
String
toString()

Field Details

serverDesc

public Hashtable serverDesc
hashtable of server description

Constructor Details

StartScript

public StartScript()
StartScript

See Also:
AgentAdmin

Method Details

add

public void add(StartAdminCmd cmd)


contains

public boolean contains(StartAdminCmd cmd)


elementAt

public Object elementAt(int i)
            throws ArrayIndexOutOfBoundsException


elements

public Enumeration elements()


remove

public boolean remove(StartAdminCmd cmd)


size

public int size()


toString

public String toString()


Copyright B) 2004 Scalagent - All rights reserved