|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestManager | |
org.objectweb.cjdbc.controller.cache.parsing | ParsingCache caches the request parsing meta-information so that a request is parsed only once if it is executed secveral times. |
org.objectweb.cjdbc.controller.requestmanager.distributed | Distributed implementation of the request manager. |
org.objectweb.cjdbc.controller.virtualdatabase | Virtual database core code including connection handling. |
Uses of RequestManager in org.objectweb.cjdbc.controller.cache.parsing |
Fields in org.objectweb.cjdbc.controller.cache.parsing declared as RequestManager | |
private RequestManager |
ParsingCache.requestManager
|
Methods in org.objectweb.cjdbc.controller.cache.parsing that return RequestManager | |
RequestManager |
ParsingCache.getRequestManager()
Returns the requestManager value. |
Methods in org.objectweb.cjdbc.controller.cache.parsing with parameters of type RequestManager | |
void |
ParsingCache.setRequestManager(RequestManager requestManager)
Sets the requestManager value. |
Uses of RequestManager in org.objectweb.cjdbc.controller.requestmanager.distributed |
Subclasses of RequestManager in org.objectweb.cjdbc.controller.requestmanager.distributed | |
class |
DistributedRequestManager
This class defines a Distributed Request Manager. |
class |
RAIDb1DistributedRequestManager
This class defines a RAIDb1DistributedRequestManager |
class |
RAIDb2DistributedRequestManager
This class defines a RAIDb2DistributedRequestManager |
Uses of RequestManager in org.objectweb.cjdbc.controller.virtualdatabase |
Fields in org.objectweb.cjdbc.controller.virtualdatabase declared as RequestManager | |
protected RequestManager |
VirtualDatabase.requestManager
The request manager to use for this database |
private RequestManager |
VirtualDatabaseDynamicMetaData.requestManager
|
Methods in org.objectweb.cjdbc.controller.virtualdatabase that return RequestManager | |
RequestManager |
VirtualDatabase.getRequestManager()
Gets the request manager associated to this database. |
Methods in org.objectweb.cjdbc.controller.virtualdatabase with parameters of type RequestManager | |
void |
DistributedVirtualDatabase.setRequestManager(RequestManager requestManager)
Sets a new distributed request manager for this database. |
void |
VirtualDatabase.setRequestManager(RequestManager requestManager)
Sets a new request manager for this database. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |