fr.dyade.aaa.admin.script
Class Script
java.lang.Object
fr.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 |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
newConfig
public boolean newConfig
- create new configuration
Script
public Script()
- Script
- See Also:
AgentAdmin
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