com.tivoli.twg.engine
Class TWGDbFindTableReply

java.lang.Object
  extended bycom.tivoli.twg.engine.TWGDbFindTableReply
All Implemented Interfaces:
java.io.Serializable

public class TWGDbFindTableReply
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

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

TWGDbFindTableReply

public TWGDbFindTableReply(java.lang.String table_token_name)
Constructor for the reply

Parameters:
table_token_name - - the token name for the table

TWGDbFindTableReply

public TWGDbFindTableReply(byte[] buf)
                    throws TWGDbException
This method is public as an implementation side effect. Do not call or change. Its interface may be changed in a later release.

Constructor for the building the reply from an IntelByteBuffer format of the object

Parameters:
buf - - the reply in IntelByteBufferFormat
Throws:
- - TWGDbException thrown for parameter or version errors
TWGDbException
Method Detail

getTableTokenName

public java.lang.String getTableTokenName()
Get the table token name

Returns:
the token name for the table class

setIntelByteBufferParms

public void setIntelByteBufferParms(Command cmd)
This method is public as an implementation side effect. Do not call or change. Its interface may be changed in a later release. Build IntelByteBuffer parms version of this reply and add it to the IPC command

Parameters:
cmd - - the IPC command whose input parameters will be set by this method

getIntelByteBufferSize

protected int getIntelByteBufferSize()
This method is protected as an implementation side effect. Do not call or change. Its interface may be changed in a later release.

Determines the IntelByteBuffer size for this object.

Returns:
- size of buffer needed