|
TPTP 4.5.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.common.CommandElement
org.eclipse.hyades.internal.execution.local.common.SimpleProcessCommand
org.eclipse.hyades.internal.execution.local.common.ActiveAgentListCommand
public class ActiveAgentListCommand
Insert the type's description here. Creation date: (10/31/00 9:35:35 PM)
| Field Summary | |
|---|---|
protected java.util.Vector |
_agents
|
protected RAString |
_processName
|
| Fields inherited from class org.eclipse.hyades.internal.execution.local.common.CommandElement |
|---|
_context, _tag |
| Constructor Summary | |
|---|---|
ActiveAgentListCommand()
ActiveAgentListCommand constructor comment. |
|
ActiveAgentListCommand(java.lang.String processName,
java.util.Vector agents)
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
getAgents()
Insert the method's description here. |
java.lang.String |
getProcessName()
|
int |
getSize()
getSize method comment. |
int |
readFromBuffer(byte[] buffer,
int offset)
readFromBuffer method comment. |
int |
writeToBuffer(byte[] buffer,
int offset)
writeToBuffer method comment. |
| Methods inherited from class org.eclipse.hyades.internal.execution.local.common.SimpleProcessCommand |
|---|
getProcessId, setProcessId |
| Methods inherited from class org.eclipse.hyades.internal.execution.local.common.CommandElement |
|---|
getContext, getTag, setContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Vector _agents
protected RAString _processName
| Constructor Detail |
|---|
public ActiveAgentListCommand()
public ActiveAgentListCommand(java.lang.String processName,
java.util.Vector agents)
| Method Detail |
|---|
public java.lang.String[] getAgents()
public java.lang.String getProcessName()
public int getSize()
getSize in class SimpleProcessCommand
public int readFromBuffer(byte[] buffer,
int offset)
readFromBuffer in class SimpleProcessCommandbuffer - Buffer containing serialized commandoffset - Start position for reading
public int writeToBuffer(byte[] buffer,
int offset)
writeToBuffer in class SimpleProcessCommandbuffer - Buffer containing serialized commandoffset - Start position for reading
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||