|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.toplink.ejb.bmp.BMPDatastoreManager
Purpose: Global Datastore collection location used in our suggested BMP implementation.
Description: This allows for a global location for datastore objects which can be accessed globally from EntityBeans.
Responsibilities:
| Method Summary |
| Type | Method |
|---|---|
EJBDataStore |
getDatastore(java.lang.Class classType)
PUBLIC: This method returns a dataStore instance for a particular sesssion and bean class. |
EJBDataStore |
getDatastore(XMLLoader xmlLoader,
java.lang.String sessionName,
java.lang.Class classType)
PUBLIC: This method returns a dataStore instance for a particular sesssion and bean class. |
static BMPDatastoreManager |
getManager()
PUBLIC: Return the singleton datastore manager. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public EJBDataStore getDatastore(java.lang.Class classType)
classType - java.lang.String the bean class
public EJBDataStore getDatastore(XMLLoader xmlLoader,
java.lang.String sessionName,
java.lang.Class classType)
sessionName - java.lang.String The registered name of the sessionclassType - java.lang.String the bean classpublic static BMPDatastoreManager getManager()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||