|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.dkAbstractEntityDef | +--com.ibm.mm.sdk.common.DKEntityInventoryDefFed
This class implements the dkEntityDef interface to access the data in Server Inventory table. The extra data member ServerName needs to be set to complete the operation;
Fields inherited from interface com.ibm.mm.sdk.common.DKConstantFed |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKConstant |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
DKEntityInventoryDefFed()
Default Constructor |
|
DKEntityInventoryDefFed(dkDatastore ds)
Constructs a new DKEntityInventoryDefFed class with owner datastore object |
Method Summary | |
void |
add()
Adds this Inventory Entity to become a persistent part in the federated database |
void |
add(dkAttrDef attrObj)
Add the Inventory Attribute to the Entity and put in the persistent database |
void |
addAttr(dkAttrDef attrObj)
Add the Inventory Attribute to the Entity as in memory. |
java.lang.String |
datastoreName()
Gets the name of the native server. |
void |
del()
Removes this inventory entity and associated attributes from the persistent federated database |
void |
del(dkAttrDef attrObj)
Removes this inventory attributes from the persistent federated database |
java.lang.String |
getServerName()
Get the server name. |
java.lang.String[] |
listAttrNames()
Gets a list of attributes |
dkCollection |
listAttrs()
Gets a list of attributes |
void |
setServerName(java.lang.String name)
Set the server name. |
Methods inherited from class com.ibm.mm.sdk.common.dkAbstractEntityDef |
add, addSubEntity, clearCache, createAttr, createSubEntity, datastoreType, del, deleteAttr, deleteSubEntity, getAttr, getDatastore, getDescription, getName, getParentEntityName, getSubEntity, getType, hasSubEntities, isSearchable, isTextSearchable, listSubEntities, listSubEntityNames, removeAttr, removeSubEntity, retrieveAttr, retrieveSubEntity, setDatastore, setDescription, setName, setParentEntityName, setTextSearchable, setType |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKEntityInventoryDefFed()
public DKEntityInventoryDefFed(dkDatastore ds) throws java.lang.Exception, DKException
ds
- reference to owner datastore objectMethod Detail |
public java.lang.String datastoreName() throws java.lang.Exception
datastoreName
in class dkAbstractEntityDef
public void add(dkAttrDef attrObj) throws DKException, java.lang.Exception
add
in class dkAbstractEntityDef
attrObj
- an instance of DKAttrInventoryDefFed.javapublic void add() throws DKException, java.lang.Exception
add
in class dkAbstractEntityDef
com.ibm.mm.sdk.common.dkAbstractEntityDef
DKException
- when the subclass does not
implement this methodpublic void addAttr(dkAttrDef attrObj) throws DKException, java.lang.Exception
addAttr
in class dkAbstractEntityDef
attrObj
- an instance of DKAttrInventoryDefFed.javapublic void del() throws DKException, java.lang.Exception
del
in class dkAbstractEntityDef
com.ibm.mm.sdk.common.dkAbstractEntityDef
DKException
- when the subclass does not implement this methodpublic void del(dkAttrDef attrObj) throws DKException, java.lang.Exception
del
in class dkAbstractEntityDef
attrObj
- an instance of DKAttrInventoryDefFed.javapublic dkCollection listAttrs() throws DKException, java.lang.Exception
listAttrs
in class dkAbstractEntityDef
public java.lang.String[] listAttrNames() throws DKException, java.lang.Exception
listAttrNames
in class dkAbstractEntityDef
public java.lang.String getServerName()
public void setServerName(java.lang.String name) throws DKException, java.lang.Exception
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |