|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.engine.TWGDbFindTableReply
A TWGDbFindTableReply instance is sent as output parameter 0 in the response to a database find table by classname command if the command is successful.
Constructor Summary | |
---|---|
TWGDbFindTableReply(byte[] buf)
This method is public as an implementation side effect. |
|
TWGDbFindTableReply(java.lang.String table_token_name)
Constructor for the reply |
Method Summary | |
---|---|
protected int |
getIntelByteBufferSize()
This method is protected as an implementation side effect. |
java.lang.String |
getTableTokenName()
Get the table token name |
void |
setIntelByteBufferParms(Command cmd)
This method is public as an implementation side effect. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TWGDbFindTableReply(java.lang.String table_token_name)
table_token_name
- - the token name for the tablepublic TWGDbFindTableReply(byte[] buf) throws TWGDbException
Constructor for the building the reply from an IntelByteBuffer format of the object
buf
- - the reply in IntelByteBufferFormat
-
- TWGDbException thrown for parameter or version errors
TWGDbException
Method Detail |
public java.lang.String getTableTokenName()
public void setIntelByteBufferParms(Command cmd)
cmd
- - the IPC command whose input parameters will be set by this methodprotected int getIntelByteBufferSize()
Determines the IntelByteBuffer size for this object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |