|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.engine.TWGDbTableReply
The TWGDbTableReply class is sent through the IPC in response to a get tables command. One TWGDbTableReply object is returned for each table.
Constructor Summary | |
---|---|
TWGDbTableReply(byte[] buf)
This method is public as an implementation side effect. |
|
TWGDbTableReply(java.lang.String[] columnTokens,
java.lang.String[] columnDisplayNames,
java.lang.String tableTokenName,
java.lang.String tableRealName,
java.lang.String tableDisplayName,
java.lang.String tableGraphic)
This constructor should be used in only the Director engine |
Method Summary | |
---|---|
protected int |
getBufLen()
Get length of buffer containing the all the information about the object. |
java.lang.String[] |
getColumnDisplayNames()
Get the display names of all the columns in the table. |
java.lang.String[] |
getColumnTokenNames()
Get the token names of all the columns in the table. |
java.lang.String |
getTableDisplayName()
Get the displayable name for the table |
java.lang.String |
getTableGraphic()
Get the icon for the table |
java.lang.String |
getTableRealName()
Get real table name |
java.lang.String |
getTableTokenName()
Get table token name |
protected void |
setBufferParms(Command cmd)
The constructor is to be used only in the Director engine. |
java.lang.String |
toString()
Convert object to string for debug |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TWGDbTableReply(java.lang.String[] columnTokens, java.lang.String[] columnDisplayNames, java.lang.String tableTokenName, java.lang.String tableRealName, java.lang.String tableDisplayName, java.lang.String tableGraphic)
Constructor for the reply.
columnTokens
- - array to store a list of token names of the columns specified in the table.columnDisplayNames
- - array to store a list of column display names in a table.tableTokenName
- - the table token nametableRealName
- - the table real nametableDisplayName
- - the table display nametableGraphic
- - the name of icon graphic to be displayed on the inventory console for the table.public TWGDbTableReply(byte[] buf) throws TWGDbException
Constructor for the reply using an intel byte buffer format of the command as input.
buf
- - the intel byte buffer byte arrayMethod Detail |
public java.lang.String getTableTokenName()
public java.lang.String getTableRealName()
public java.lang.String getTableDisplayName()
public java.lang.String getTableGraphic()
public java.lang.String[] getColumnTokenNames()
public java.lang.String[] getColumnDisplayNames()
protected void setBufferParms(Command cmd)
Build IntelByteBuffer parms version of this command and add them to the IPC command This is only to be used in Director engine.
cmd
- - the IPC command whose input parameters will be set by this method.protected int getBufLen()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |