|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.persistence.impl.QueryContextImpl
public class QueryContextImpl
Default implementation of the QueryContext
interface.
Constructor Summary | |
---|---|
QueryContextImpl(ManagedBeanPool pool,
RegistryProvider registryHanlder,
RegistryObjectPaths registryObjectPaths)
|
Method Summary | |
---|---|
BeanPool |
getBeanPool()
Retrieves reference to the bean pool. |
javax.xml.registry.BusinessLifeCycleManager |
getBusinessLifeCycleManager()
Returns the BusinessLifeCycleManager , which may be used to
create, or delete, objects. |
javax.xml.registry.BusinessQueryManager |
getBusinessQueryManager()
Returns the BusinessQueryManager , which may be used to query for
registry objects. |
Configuration |
getConfiguration()
Retrieves the Configuration . |
java.util.Locale |
getLocale()
Retrieves the Locale for the context. |
RegistryAccessor |
getRegistryAccessor()
Returns the RegistryAccessor , which is a helper object for
registry operations. |
RegistryObjectPaths |
getRegistryObjectPaths()
Retrieves reference to the RegistryObjectPaths |
javax.xml.registry.RegistryService |
getRegistryService()
Returns the RegistryService . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryContextImpl(ManagedBeanPool pool, RegistryProvider registryHanlder, RegistryObjectPaths registryObjectPaths)
pool
- registryHanlder
- Method Detail |
---|
public BeanPool getBeanPool()
QueryContext
getBeanPool
in interface QueryContext
public javax.xml.registry.BusinessLifeCycleManager getBusinessLifeCycleManager()
QueryContext
BusinessLifeCycleManager
, which may be used to
create, or delete, objects.
getBusinessLifeCycleManager
in interface QueryContext
public javax.xml.registry.BusinessQueryManager getBusinessQueryManager()
QueryContext
BusinessQueryManager
, which may be used to query for
registry objects.
getBusinessQueryManager
in interface QueryContext
public java.util.Locale getLocale()
QueryContext
Locale
for the context.
getLocale
in interface QueryContext
public RegistryAccessor getRegistryAccessor()
QueryContext
RegistryAccessor
, which is a helper object for
registry operations.
getRegistryAccessor
in interface QueryContext
public Configuration getConfiguration()
QueryContext
Configuration
.
getConfiguration
in interface QueryContext
Configuration
public RegistryObjectPaths getRegistryObjectPaths()
QueryContext
RegistryObjectPaths
getRegistryObjectPaths
in interface QueryContext
RegistryObjectPaths
public javax.xml.registry.RegistryService getRegistryService()
QueryContext
RegistryService
.
getRegistryService
in interface QueryContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |