com.softwareag.centrasite.appl.framework.persistence
Interface QueryContext

All Known Subinterfaces:
PersistenceContext
All Known Implementing Classes:
PersistenceContextImpl, QueryContextImpl

public interface QueryContext

Context, in which a query runs.


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.
 

Method Detail

getBusinessLifeCycleManager

javax.xml.registry.BusinessLifeCycleManager getBusinessLifeCycleManager()
Returns the BusinessLifeCycleManager, which may be used to create, or delete, objects.


getBusinessQueryManager

javax.xml.registry.BusinessQueryManager getBusinessQueryManager()
Returns the BusinessQueryManager, which may be used to query for registry objects.


getRegistryService

javax.xml.registry.RegistryService getRegistryService()
Returns the RegistryService.


getRegistryAccessor

RegistryAccessor getRegistryAccessor()
Returns the RegistryAccessor, which is a helper object for registry operations.


getBeanPool

BeanPool getBeanPool()
Retrieves reference to the bean pool.


getLocale

java.util.Locale getLocale()
Retrieves the Locale for the context.


getConfiguration

Configuration getConfiguration()
Retrieves the Configuration.

Returns:
Configuration

getRegistryObjectPaths

RegistryObjectPaths getRegistryObjectPaths()
Retrieves reference to the RegistryObjectPaths

Returns:
RegistryObjectPaths