TPTP 4.4.0 Platform Project
Internal API Specification

org.eclipse.hyades.internal.execution.local.control
Class AgentConfiguration

java.lang.Object
  extended byorg.eclipse.hyades.internal.execution.local.control.AgentConfiguration

public class AgentConfiguration
extends java.lang.Object

Insert the type's description here. Creation date: (11/9/00 8:15:06 AM)


Field Summary
protected  java.lang.String _agentName
           
protected  java.util.Vector _entries
           
 
Constructor Summary
AgentConfiguration()
          AgentConfiguration constructor comment.
 
Method Summary
 void addEntry(AgentConfigurationEntry entry)
          Insert the method's description here.
 void clear()
          Insert the method's description here.
 java.lang.String getAgentName()
          Insert the method's description here.
 AgentConfigurationEntry getEntryAt(int offset)
          Insert the method's description here.
 boolean removeEntry(AgentConfigurationEntry entry)
          Removes an entry from this configuration.
 void setAgentName(java.lang.String name)
          Insert the method's description here.
 int size()
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_agentName

protected java.lang.String _agentName

_entries

protected java.util.Vector _entries
Constructor Detail

AgentConfiguration

public AgentConfiguration()
AgentConfiguration constructor comment.

Method Detail

addEntry

public void addEntry(AgentConfigurationEntry entry)
Insert the method's description here. Creation date: (11/9/00 8:18:32 AM)


clear

public void clear()
Insert the method's description here. Creation date: (10/15/2001 3:47:31 PM)


getAgentName

public java.lang.String getAgentName()
Insert the method's description here. Creation date: (11/9/00 8:20:58 AM)

Returns:
java.lang.String

getEntryAt

public AgentConfigurationEntry getEntryAt(int offset)
Insert the method's description here. Creation date: (11/9/00 12:32:57 PM)

Parameters:
offset - int
Returns:
the requested agent configuration entry

setAgentName

public void setAgentName(java.lang.String name)
Insert the method's description here. Creation date: (11/9/00 8:20:29 AM)

Parameters:
name - java.lang.String

size

public int size()
Insert the method's description here. Creation date: (11/9/00 12:30:28 PM)

Returns:
int

removeEntry

public boolean removeEntry(AgentConfigurationEntry entry)
Removes an entry from this configuration.


TPTP 4.4.0 Platform Project
Internal API Specification