|
TPTP 4.6.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.DetailedProcessCommand
public class DetailedProcessCommand
Insert the type's description here. Creation date: (11/29/00 11:56:45 AM)
| Field Summary | |
|---|---|
protected RAString |
_processUUID
|
| Fields inherited from class org.eclipse.hyades.internal.execution.local.common.CommandElement |
|---|
_context, _tag |
| Constructor Summary | |
|---|---|
DetailedProcessCommand()
DetailedProcessCommand constructor comment. |
|
| Method Summary | |
|---|---|
java.lang.String |
getProcessUUID()
Insert the method's description here. |
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 RAString _processUUID
| Constructor Detail |
|---|
public DetailedProcessCommand()
| Method Detail |
|---|
public java.lang.String getProcessUUID()
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.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||