public class QueryContextImpl extends java.lang.Object implements QueryContext
QueryContext
interface.Constructor and Description |
---|
QueryContextImpl(ManagedBeanPool pool,
RegistryProvider registryHanlder,
RegistryObjectPaths registryObjectPaths)
Constructor for initializing the
QueryContextImpl . |
Modifier and Type | Method and Description |
---|---|
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 . |
public QueryContextImpl(ManagedBeanPool pool, RegistryProvider registryHanlder, RegistryObjectPaths registryObjectPaths)
QueryContextImpl
.pool
- The ManagedBeanPool
instanceregistryHanlder
- The RegistryProvider
instanceregistryObjectPaths
- The RegistryObjectPaths
objectpublic BeanPool getBeanPool()
QueryContext
getBeanPool
in interface QueryContext
BeanPool
instancepublic javax.xml.registry.BusinessLifeCycleManager getBusinessLifeCycleManager()
QueryContext
BusinessLifeCycleManager
, which may be used to
create, or delete, objects.getBusinessLifeCycleManager
in interface QueryContext
BusinessLifeCycleManager
instancepublic javax.xml.registry.BusinessQueryManager getBusinessQueryManager()
QueryContext
BusinessQueryManager
, which may be used to query for
registry objects.getBusinessQueryManager
in interface QueryContext
BusinessQueryManager
instancepublic java.util.Locale getLocale()
QueryContext
Locale
for the context.getLocale
in interface QueryContext
Locale
for the contextpublic RegistryAccessor getRegistryAccessor()
QueryContext
RegistryAccessor
, which is a helper object for
registry operations.getRegistryAccessor
in interface QueryContext
RegistryAccessor
instancepublic Configuration getConfiguration()
QueryContext
Configuration
.getConfiguration
in interface QueryContext
Configuration
instancepublic RegistryObjectPaths getRegistryObjectPaths()
QueryContext
RegistryObjectPaths
.getRegistryObjectPaths
in interface QueryContext
RegistryObjectPaths
instancepublic javax.xml.registry.RegistryService getRegistryService()
QueryContext
RegistryService
.getRegistryService
in interface QueryContext
RegistryService
instance