|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
javax.xml.registry.BusinessLifeCycleManager getBusinessLifeCycleManager()
BusinessLifeCycleManager
, which may be used to
create, or delete, objects.
javax.xml.registry.BusinessQueryManager getBusinessQueryManager()
BusinessQueryManager
, which may be used to query for
registry objects.
javax.xml.registry.RegistryService getRegistryService()
RegistryService
.
RegistryAccessor getRegistryAccessor()
RegistryAccessor
, which is a helper object for
registry operations.
BeanPool getBeanPool()
java.util.Locale getLocale()
Locale
for the context.
Configuration getConfiguration()
Configuration
.
Configuration
RegistryObjectPaths getRegistryObjectPaths()
RegistryObjectPaths
RegistryObjectPaths
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |