|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.libs.Command
com.tivoli.twg.libs.SendAuthorizationCommand
This command is a special command used for sending authorization to an app to allow it to send messages (assuming the app is on a system which is not authorized to send)
Field Summary |
---|
Constructor Summary | |
---|---|
SendAuthorizationCommand(int timeout)
Constructor for authorization command |
|
SendAuthorizationCommand(int timeout,
CommandCompleteListener ccl)
Constructor for authorization command |
Method Summary | |
---|---|
byte[] |
MakeFlatInputBuffer(int offset)
Build a flat input buffer, and return as a byte array. |
byte[] |
MakeFlatOutputBuffer(int offset)
Build a flat output buffer, and return as a byte array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SendAuthorizationCommand(int timeout)
timeout
- - duration of authorization, in millisecondspublic SendAuthorizationCommand(int timeout, CommandCompleteListener ccl)
timeout
- - duration of authorization, in millisecondsccl
- - command complete listenerMethod Detail |
public byte[] MakeFlatOutputBuffer(int offset)
MakeFlatOutputBuffer
in class Command
offset
- - offset in byte array of start of output buffer
public byte[] MakeFlatInputBuffer(int offset)
MakeFlatInputBuffer
in class Command
offset
- - offset in byte array of start of output buffer
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |