|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.pom.DataServicesRegistry
DataServicesRegistry maintains the datastore - PDS mappings.
Supported API: false
Extendable: false
Nested Class Summary | |
(package private) class |
DataServicesRegistry.PdsApplicationContext
|
Field Summary | |
private static String |
CLASSNAME
|
private Hashtable |
classRegistry
|
static String |
DEFAULT
|
private static DataServicesRegistry |
defaultRegistry
|
private static String |
LOB_HANDLER
|
private Hashtable |
pdsRegistry
|
private static String |
RESOURCE
|
Constructor Summary | |
DataServicesRegistry()
Supported API: false |
Method Summary | |
static DataServicesRegistry |
getDefault()
Supported API: false |
LobHandler |
getLobHandler(Class a_requestor)
Returns a LobHandler implementation for the specified class. |
PDSIfc |
getPdsFor(String aDatastoreName)
Answer a PersistentDataService instance for a datastore Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static DataServicesRegistry defaultRegistry
private Hashtable pdsRegistry
private Hashtable classRegistry
public static final String DEFAULT
private static final String LOB_HANDLER
Constructor Detail |
public DataServicesRegistry()
Method Detail |
public static DataServicesRegistry getDefault()
public PDSIfc getPdsFor(String aDatastoreName) throws UnsupportedPDSException
aDatastoreName
- The persist target
UnsupportedPDSException
- if datastore not supportedpublic LobHandler getLobHandler(Class a_requestor)
a_requestor
- Class requesting the implementation
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |