|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.hyades.execution.local.common.CommandElement
org.eclipse.hyades.execution.local.common.SimpleProcessCommand
org.eclipse.hyades.execution.local.common.SimpleAgentInfoCommand
public abstract class SimpleAgentInfoCommand
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
SimpleAgentInfoCommand()
ProcessInfoCommandEntry constructor comment. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAgentName()
Insert the method's description here. |
int |
getSize()
Insert the method's description here. |
int |
readFromBuffer(byte[] buffer,
int offset)
Insert the method's description here. |
void |
setAgentName(java.lang.String name)
Insert the method's description here. |
int |
writeToBuffer(byte[] buffer,
int offset)
Insert the method's description here. |
| Methods inherited from class org.eclipse.hyades.execution.local.common.SimpleProcessCommand |
|---|
getProcessId, setProcessId |
| Methods inherited from class org.eclipse.hyades.execution.local.common.CommandElement |
|---|
getContext, getTag, setContext |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleAgentInfoCommand()
| Method Detail |
|---|
public java.lang.String getAgentName()
public int getSize()
getSize in class SimpleProcessCommand
public int readFromBuffer(byte[] buffer,
int offset)
readFromBuffer in class SimpleProcessCommandbuffer - byte[]length - int[]
public void setAgentName(java.lang.String name)
name - java.lang.String
public int writeToBuffer(byte[] buffer,
int offset)
writeToBuffer in class SimpleProcessCommandbuffer - byte[]offset - int
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||