Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Interface dkConfigurationMgmt

All Known Implementing Classes:
dkAbstractConfigurationMgmt

public interface dkConfigurationMgmt

dkConfigurationMgmt : This class represents and processes datastore configuration management functions.


Method Summary
 void clearCache()
          Clear configuration management cache
 dkDatastore getDatastore()
          Gets the reference to the owner datastore object
 void setDatastore(dkDatastore ds)
          Sets the reference to the owner datastore object
 

Method Detail

setDatastore

public void setDatastore(dkDatastore ds)
Sets the reference to the owner datastore object

getDatastore

public dkDatastore getDatastore()
Gets the reference to the owner datastore object
Returns:
the dkDatastore object

clearCache

public void clearCache()
                throws DKException,
                       java.lang.Exception
Clear configuration management cache

Note:DKUsageError exception thrown if method is not implemented


EIP Java APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.