|
TPTP 4.4.0 Platform Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.hyades.internal.execution.local.control.AgentConfiguration
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 |
protected java.lang.String _agentName
protected java.util.Vector _entries
| Constructor Detail |
public AgentConfiguration()
| Method Detail |
public void addEntry(AgentConfigurationEntry entry)
public void clear()
public java.lang.String getAgentName()
public AgentConfigurationEntry getEntryAt(int offset)
offset - int
public void setAgentName(java.lang.String name)
name - java.lang.Stringpublic int size()
public boolean removeEntry(AgentConfigurationEntry entry)
|
TPTP 4.4.0 Platform Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||