|
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.DKDatastoreSession
This class contains datastore with assigned session Id to support the datastore pool.
Constructor Summary | |
DKDatastoreSession()
Default constructor |
|
DKDatastoreSession(dkDatastore aDs,
int aSessionId)
Constructs new DKDatastoreSession object with datastore and session Id |
Method Summary | |
dkDatastore |
getDatastore()
Gets the datastore object |
int |
getId()
Gets the session Id of the datastore |
void |
setDatastore(dkDatastore aDs)
Sets the datastore object |
void |
setId(int aSessionId)
Sets the session Id for the datastore |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKDatastoreSession()
public DKDatastoreSession(dkDatastore aDs, int aSessionId)
aDs
- a datastoreaSessionId
- a session Id assigned to the datastoreMethod Detail |
public void setId(int aSessionId)
aSessionId
- a session Idpublic int getId()
aSessionId
- a session Idpublic void setDatastore(dkDatastore aDs)
ds
- a dkDatastorepublic dkDatastore getDatastore()
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |