com.ibm.mm.sdk.common
Class dkAbstractConfigurationMgmt
java.lang.Object
|
+--com.ibm.mm.sdk.common.dkAbstractConfigurationMgmt
- All Implemented Interfaces:
- dkConfigurationMgmt, DKMessageId, java.io.Serializable
- Direct Known Subclasses:
- DKConfigurationMgmtICM, DKLSConfigurationMgmtICM, DKRMConfigurationMgmtICM
- public abstract class dkAbstractConfigurationMgmt
- extends java.lang.Object
- implements dkConfigurationMgmt, DKMessageId, java.io.Serializable
This class defines methods to access configuration management
- See Also:
- Serialized Form
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dkAbstractConfigurationMgmt
public dkAbstractConfigurationMgmt()
- Constructs a new dkAbstractConfigurationMgmt class without owner datastore
object.
dkAbstractConfigurationMgmt
public dkAbstractConfigurationMgmt(dkDatastore ds)
- Constructs a new dkAbstractConfigurationMgmt class with owner datastore object
- Parameters:
ds
- reference to owner datastore object
setDatastore
public void setDatastore(dkDatastore ds)
- Sets the reference to the owner datastore object
- Specified by:
setDatastore
in interface dkConfigurationMgmt
- Parameters:
ds
- reference to the owner dkDatastore object
getDatastore
public dkDatastore getDatastore()
- Gets the reference to the owner datastore object
- Specified by:
getDatastore
in interface dkConfigurationMgmt
- Returns:
- the dkDatastore object
clearCache
public void clearCache()
throws DKException,
java.lang.Exception
- Clear datastore cache
Note:DKUsageError exception thrown if method is not implemented
- Specified by:
clearCache
in interface dkConfigurationMgmt
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.