org.almendra.janet.cas.node
Class AgentDescriptor
java.lang.Object
org.almendra.janet.cas.node.Descriptor
org.almendra.janet.cas.node.AgentDescriptor
public class AgentDescriptor
- extends Descriptor
- Author:
- Oliver
Constructor Summary |
AgentDescriptor()
Creates a new AgentDescriptor object. |
AgentDescriptor(java.lang.String name)
Creates a new AgentDescriptor object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLExecuteWhenAppStartedTag
public static final java.lang.String XMLExecuteWhenAppStartedTag
- See Also:
- Constant Field Values
XMLAgentNameTag
public static final java.lang.String XMLAgentNameTag
- See Also:
- Constant Field Values
name
protected java.lang.String name
executeWhenAppStarted
protected java.lang.String executeWhenAppStarted
AgentDescriptor
public AgentDescriptor()
- Creates a new
AgentDescriptor
object.
AgentDescriptor
public AgentDescriptor(java.lang.String name)
- Creates a new
AgentDescriptor
object.
getName
public java.lang.String getName()
- Returns:
- Returns the name.
setName
public void setName(java.lang.String name)
- Parameters:
name
- The name to set.
create
public static AgentDescriptor create(org.jdom.Element node)
throws XMLParseException
- Throws:
XMLParseException
getExecuteWhenAppStarted
public java.lang.String getExecuteWhenAppStarted()
- Returns:
- Returns the executeWhenAppStarted.
setExecuteWhenAppStarted
public void setExecuteWhenAppStarted(java.lang.String executeWhenAppStarted)
- Parameters:
executeWhenAppStarted
- The executeWhenAppStarted to set.