com.softwareag.centrasite.appl.framework.persistence.impl
Class QueryContextImpl

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.persistence.impl.QueryContextImpl
All Implemented Interfaces:
QueryContext
Direct Known Subclasses:
PersistenceContextImpl

public class QueryContextImpl
extends java.lang.Object
implements QueryContext

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

QueryContextImpl

public QueryContextImpl(ManagedBeanPool pool,
                        RegistryProvider registryHanlder,
                        RegistryObjectPaths registryObjectPaths)
Parameters:
pool -
registryHanlder -
Method Detail

getBeanPool

public BeanPool getBeanPool()
Description copied from interface: QueryContext
Retrieves reference to the bean pool.

Specified by:
getBeanPool in interface QueryContext

getBusinessLifeCycleManager

public javax.xml.registry.BusinessLifeCycleManager getBusinessLifeCycleManager()
Description copied from interface: QueryContext
Returns the BusinessLifeCycleManager, which may be used to create, or delete, objects.

Specified by:
getBusinessLifeCycleManager in interface QueryContext

getBusinessQueryManager

public javax.xml.registry.BusinessQueryManager getBusinessQueryManager()
Description copied from interface: QueryContext
Returns the BusinessQueryManager, which may be used to query for registry objects.

Specified by:
getBusinessQueryManager in interface QueryContext

getLocale

public java.util.Locale getLocale()
Description copied from interface: QueryContext
Retrieves the Locale for the context.

Specified by:
getLocale in interface QueryContext

getRegistryAccessor

public RegistryAccessor getRegistryAccessor()
Description copied from interface: QueryContext
Returns the RegistryAccessor, which is a helper object for registry operations.

Specified by:
getRegistryAccessor in interface QueryContext

getConfiguration

public Configuration getConfiguration()
Description copied from interface: QueryContext
Retrieves the Configuration.

Specified by:
getConfiguration in interface QueryContext
Returns:
Configuration

getRegistryObjectPaths

public RegistryObjectPaths getRegistryObjectPaths()
Description copied from interface: QueryContext
Retrieves reference to the RegistryObjectPaths

Specified by:
getRegistryObjectPaths in interface QueryContext
Returns:
RegistryObjectPaths

getRegistryService

public javax.xml.registry.RegistryService getRegistryService()
Description copied from interface: QueryContext
Returns the RegistryService.

Specified by:
getRegistryService in interface QueryContext