Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKDatastoreService

java.lang.Object
  |
  +--com.ibm.mm.sdk.common.DKDatastoreService
All Implemented Interfaces:
dkExtension, java.io.Serializable

public class DKDatastoreService
extends java.lang.Object
implements dkExtension, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DKDatastoreService()
          Constructs a new DKDatastoreService object.
DKDatastoreService(dkDatastore ds)
          Constructs a new DKDatastoreService object.
 
Method Summary
 java.lang.String getAuthentication()
          Gets the authentication
 dkDatastore getDatastore()
          Gets the reference to the owner datastore object
 java.lang.String getDatastoreName()
          Gets the datastore name
 java.lang.String getDatastoreType()
          Gets the datastore type
 boolean getLiveConnection()
          Gets the live connection indicator
 java.lang.String getName()
          Gets the name of this extension object
 java.lang.String getSearchIndexInfo()
          Gets search index, the search index should be a null-terminated string(ASCII).
 java.lang.String getUserid()
          Gets the userid
 void setAuthentication(java.lang.String auth)
          Sets the authentication
 void setDatastore(dkDatastore ds)
          Sets the reference to the owner datastore object
 void setDatastoreName(java.lang.String dsName)
          Sets the datastore name
 void setDatastoreType(java.lang.String dsType)
          Sets the datastore type
 void setLiveConnection(boolean liveConnect)
          Sets the live connection indicator
 void setName(java.lang.String extName)
          Sets the name of this extension object
 void setSearchIndexInfo(java.lang.String aSearchIndexInfo)
          Sets search index, the search index should be a null-terminated string(ASCII).
 void setUserid(java.lang.String userid)
          Sets the userid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DKDatastoreService

public DKDatastoreService()
                   throws java.lang.Exception
Constructs a new DKDatastoreService object.

DKDatastoreService

public DKDatastoreService(dkDatastore ds)
                   throws java.lang.Exception
Constructs a new DKDatastoreService object.
Parameters:
ds - datastore
Method Detail

getName

public java.lang.String getName()
                         throws java.lang.Exception
Gets the name of this extension object
Specified by:
getName in interface dkExtension
Returns:
name of this object

setName

public void setName(java.lang.String extName)
             throws java.lang.Exception
Sets the name of this extension object
Specified by:
setName in interface dkExtension
Parameters:
extName - name of this extension object

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

setDatastoreType

public void setDatastoreType(java.lang.String dsType)
Sets the datastore type

getDatastoreType

public java.lang.String getDatastoreType()
                                  throws java.lang.Exception
Gets the datastore type
Returns:
the dkDatastore type

setDatastoreName

public void setDatastoreName(java.lang.String dsName)
Sets the datastore name

getDatastoreName

public java.lang.String getDatastoreName()
                                  throws java.lang.Exception
Gets the datastore name
Returns:
the dkDatastore name

setUserid

public void setUserid(java.lang.String userid)
Sets the userid

getUserid

public java.lang.String getUserid()
                           throws java.lang.Exception
Gets the userid
Returns:
the userid

setAuthentication

public void setAuthentication(java.lang.String auth)
Sets the authentication

getAuthentication

public java.lang.String getAuthentication()
Gets the authentication
Returns:
the authentication

setLiveConnection

public void setLiveConnection(boolean liveConnect)
Sets the live connection indicator

getLiveConnection

public boolean getLiveConnection()
Gets the live connection indicator
Returns:
the live connection indicator

setSearchIndexInfo

public void setSearchIndexInfo(java.lang.String aSearchIndexInfo)
Sets search index, the search index should be a null-terminated string(ASCII). ie. "SearchIndexName" for TextMiner and "DataBase-Catalog" for QBIC.
Parameters:
aSearchIndexInfo - a search index info

getSearchIndexInfo

public java.lang.String getSearchIndexInfo()
Gets search index, the search index should be a null-terminated string(ASCII). ie. "SearchIndexName" for TextMiner and "DataBase-Catalog" for QBIC.
Returns:
a search index info

EIP Java APIs

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