Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Interface dkDatastoreIntOD

All Superinterfaces:
dkDatastore, dkQueryEvaluator, dkQueryManager
All Known Implementing Classes:
DKDatastoreOD

public interface dkDatastoreIntOD
extends dkDatastore

dkDatastoreIntOD: the following methods are additions or modifications of the existing method in the current implementation of dkDatastoreIntOD


Method Summary
 java.lang.Object evaluate(dkSearchTemplate st, DKNVPair[] params)
           
 void executeWithCallback(dkSearchTemplate st, DKNVPair[] params, dkCallback callbackObj)
           
 void startTransaction()
          Starts a transaction
 
Methods inherited from interface com.ibm.mm.sdk.common.dkDatastore
addExtension, addObject, addObject, addObject, addObjects, addObjects, addObjects, changePassword, clearCache, clearCache, commit, connect, connection, createDDO, createQuery, createQuery, datastoreDef, datastoreName, datastoreType, deleteObject, deleteObject, deleteObject, deleteObjects, deleteObjects, deleteObjects, destroy, disconnect, evaluate, evaluate, evaluate, evaluate, execute, execute, execute, execute, executeWithCallback, executeWithCallback, executeWithCallback, executeWithCallback, getExtension, getMapping, getOption, handle, isConnected, listAvailableServices, listDataSourceNames, listDataSources, listEntities, listEntityAttrNames, listEntityAttrs, listEntityNames, listExtensionNames, listMappingNames, listSchema, listSchemaAttributes, listSearchableEntities, listSearchableEntityNames, listSearchTemplateNames, listSearchTemplates, listServers, registerMapping, removeExtension, retrieveObject, retrieveObject, retrieveObject, retrieveObjects, retrieveObjects, retrieveObjects, rollback, serviceMgr, setOption, unRegisterMapping, updateObject, updateObject, updateObject, updateObjects, updateObjects, updateObjects, userName
 

Method Detail

startTransaction

public void startTransaction()
                      throws DKException,
                             java.lang.Exception
Description copied from interface: dkDatastore
Starts a transaction

Note:DKUsageError exception thrown if method is not implemented

Specified by:
startTransaction in interface dkDatastore

evaluate

public java.lang.Object evaluate(dkSearchTemplate st,
                                 DKNVPair[] params)
                          throws DKException,
                                 java.rmi.RemoteException,
                                 java.lang.Exception

executeWithCallback

public void executeWithCallback(dkSearchTemplate st,
                                DKNVPair[] params,
                                dkCallback callbackObj)
                         throws DKException,
                                java.rmi.RemoteException,
                                java.lang.Exception

EIP Java APIs

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