|
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.DKDatastoreService
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 |
public DKDatastoreService() throws java.lang.Exception
public DKDatastoreService(dkDatastore ds) throws java.lang.Exception
ds
- datastoreMethod 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 setDatastore(dkDatastore ds)
public dkDatastore getDatastore()
public void setDatastoreType(java.lang.String dsType)
public java.lang.String getDatastoreType() throws java.lang.Exception
public void setDatastoreName(java.lang.String dsName)
public java.lang.String getDatastoreName() throws java.lang.Exception
public void setUserid(java.lang.String userid)
public java.lang.String getUserid() throws java.lang.Exception
public void setAuthentication(java.lang.String auth)
public java.lang.String getAuthentication()
public void setLiveConnection(boolean liveConnect)
public boolean getLiveConnection()
public void setSearchIndexInfo(java.lang.String aSearchIndexInfo)
aSearchIndexInfo
- a search index infopublic java.lang.String getSearchIndexInfo()
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |