fr.dyade.aaa.admin.script
Class Script

java.lang.Object
  extended byfr.dyade.aaa.admin.script.Script
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class Script
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

Script contains an AdminCmd vector. Each commands permits to create/remove domain, network, server and set/unset property or jvm argument in A3CMLConfig (configuration).

See Also:
AgentAdmin, AdminCmd, A3CMLConfig, Serialized Form

Field Summary
 boolean newConfig
          create new configuration
 
Constructor Summary
Script()
          Script
 
Method Summary
 void add(AdminCmd cmd)
           
 java.lang.Object clone()
           
 boolean contains(AdminCmd cmd)
           
 java.lang.Object elementAt(int i)
           
 java.util.Enumeration elements()
           
 java.lang.Object firstElement()
           
 boolean isEmpty()
           
 boolean remove(AdminCmd cmd)
           
 int size()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

newConfig

public boolean newConfig
create new configuration

Constructor Detail

Script

public Script()
Script

See Also:
AgentAdmin
Method Detail

add

public void add(AdminCmd cmd)

remove

public boolean remove(AdminCmd cmd)

contains

public boolean contains(AdminCmd cmd)

isEmpty

public boolean isEmpty()

elements

public java.util.Enumeration elements()

size

public int size()

elementAt

public java.lang.Object elementAt(int i)
                           throws java.lang.ArrayIndexOutOfBoundsException
Throws:
java.lang.ArrayIndexOutOfBoundsException

firstElement

public java.lang.Object firstElement()
                              throws java.util.NoSuchElementException
Throws:
java.util.NoSuchElementException

toString

public java.lang.String toString()

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException


Copyright ? 2004 Scalagent - All rights reserved