|
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.AuthenticateCommand
public class AuthenticateCommand
| Field Summary |
|---|
| Fields inherited from class org.eclipse.hyades.internal.execution.local.common.CommandElement |
|---|
_context, _tag |
| Constructor Summary | |
|---|---|
AuthenticateCommand()
|
|
AuthenticateCommand(java.lang.String name,
java.lang.String password)
|
|
| Method Summary | |
|---|---|
int |
getSize()
Return the size of this command in number of bytes |
int |
readFromBuffer(byte[] buffer,
int offset)
Construct the command by reading the buffer |
void |
setName(java.lang.String name)
|
void |
setPassword(java.lang.String password)
|
int |
writeToBuffer(byte[] buffer,
int offset)
Serialize the command into the byte buffer |
| 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 |
| Constructor Detail |
|---|
public AuthenticateCommand()
public AuthenticateCommand(java.lang.String name,
java.lang.String password)
| Method Detail |
|---|
public void setName(java.lang.String name)
public void setPassword(java.lang.String password)
public int getSize()
CommandElement
getSize in class CommandElementCommandElement.getSize()
public int readFromBuffer(byte[] buffer,
int offset)
CommandElement
readFromBuffer in class CommandElementbuffer - Buffer containing serialized commandoffset - Start position for reading
CommandElement.readFromBuffer(byte[], int)
public int writeToBuffer(byte[] buffer,
int offset)
CommandElement
writeToBuffer in class CommandElementbuffer - Buffer containing serialized commandoffset - Start position for reading
CommandElement.writeToBuffer(byte[], int)
|
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 | ||||||||