|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.engine.TWGDbGetMetaDataCmd
TWGDbGetMetaDataCmd encapsulates the parameters for getting meta information about the Director database. It is passed as a parameter on an IPC command to the database update service node.
If the return code from this command is zero, a TWGDbMetaData object is passed as output parameter 0 on the IPC response.
Return codes (all found in TWGDatabaseConstants):
TWGDbMetaData
,
TWGDatabaseConstants
,
Serialized FormField Summary | |
---|---|
static int |
TWG_DB_GET_METADATA_CMD
Command code for the get metadata command |
static int |
TWG_DB_GET_METADATA_CMD_INTEL
Command code for the get metatdata command with intelByteBuffer parameters. |
Constructor Summary | |
---|---|
TWGDbGetMetaDataCmd()
Constructor for the building the command - uses the default Director database name. |
|
TWGDbGetMetaDataCmd(java.lang.String databaseName)
Constructor for the building the command. |
Method Summary | |
---|---|
java.lang.String |
getDatabaseName()
Get the database 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 |
Field Detail |
public static final int TWG_DB_GET_METADATA_CMD
public static final int TWG_DB_GET_METADATA_CMD_INTEL
Constructor Detail |
public TWGDbGetMetaDataCmd(java.lang.String databaseName) throws TWGDbException
databaseName
- - database name about which the meta information is requested.
Database names are found in TWGDatabaseConstants.TWGDatabaseConstants
public TWGDbGetMetaDataCmd()
Method Detail |
public java.lang.String getDatabaseName()
public void setIntelByteBufferParms(Command cmd)
Build IntelByteBuffer parms version of this command and add them to the IPC command
cmd
- - the IPC command whose input parameters will be set by this method
-
- TWGDbException thrown for parameter or version errors
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |