|
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.DKStorageManageInfoICM
Use this class to define the system managed storage information assoicated with a resource in ICM datastore.
Constructor Summary | |
DKStorageManageInfoICM()
Constructs a new DKStorageManageInfoICM object and initialize the name of this extension to "DKStorageManageInfoICM". |
|
DKStorageManageInfoICM(DKStorageManageInfoICM sourceSMSDL)
Copy constructor to construct a DKStorageManageInfoICM object. |
Method Summary | |
java.lang.String |
getCollectionName()
Gets the user-defined SMS collection name where the resource is stored.. |
java.lang.String |
getExpirationDate()
Gets the number of days the resource is maintained in the ICM datstore. |
java.lang.String |
getManagementClass()
Gets the name of the management class of the resource. |
java.lang.String |
getName()
Gets the name of this extension object |
java.lang.String |
getStorageClass()
Gets the name of the storage class on which the resource is stored. |
java.lang.String |
getStoreSite()
Gets the name of the resource manager in which a resource is stored. |
void |
setCollectionName(java.lang.String aCollectionName)
Sets the name of the user-defined SMS collection where the resource is stored. |
void |
setExpirationDate(java.lang.String expirationTime)
Sets the period in days until which the ICM datastore retains the resource in the resource manager. |
void |
setManagementClass(java.lang.String aMgtClass)
Sets the name of the SMS management class for the resource. |
void |
setName(java.lang.String extName)
Sets the name of this extension object |
void |
setStorageClass(java.lang.String aStgClass)
Sets the name of the storage class on which the resource is stored. |
void |
setStoreSite(java.lang.String aStoreSite)
Sets the name of the resource manager in which an resource is stored. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKStorageManageInfoICM()
public DKStorageManageInfoICM(DKStorageManageInfoICM sourceSMSDL)
sourceSMSDL
- a source DKStorageManageInfoICM object whose copy is made.Method Detail |
public java.lang.String getName() throws java.lang.Exception
getName
in interface dkExtension
public void setName(java.lang.String extName) throws java.lang.Exception
setName
in interface dkExtension
extName
- name of this extension objectpublic void setExpirationDate(java.lang.String expirationTime)
expiration
- days after which the the resource expires.public java.lang.String getExpirationDate()
public void setCollectionName(java.lang.String aCollectionName)
setCollectionName
in interface dkStorageManageInfo
aCollectionName
- a user-defined SMS collection namepublic java.lang.String getCollectionName()
getCollectionName
in interface dkStorageManageInfo
public void setManagementClass(java.lang.String aMgtClass)
setManagementClass
in interface dkStorageManageInfo
aMgtClass
- a management class namepublic java.lang.String getManagementClass()
getManagementClass
in interface dkStorageManageInfo
public void setStorageClass(java.lang.String aStgClass)
setStorageClass
in interface dkStorageManageInfo
aStgClass
- a storage class name. The storage class name can be up to 32 characters.public java.lang.String getStorageClass()
getStorageClass
in interface dkStorageManageInfo
public void setStoreSite(java.lang.String aStoreSite)
setStoreSite
in interface dkStorageManageInfo
aStoreSite
- name of the resource manager where the resource is stored.
This string can be up to 128 characters.public java.lang.String getStoreSite()
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |