|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is the common base interface for all QueryManagers in the API.
| Method Summary | |
RegistryObject |
getRegistryObject(String id)
Gets the RegistryObject specified by the Id. |
RegistryObject |
getRegistryObject(String id,
String objectType)
Gets the RegistryObject specified by the Id and type of object. |
BulkResponse |
getRegistryObjects()
Gets the RegistryObjects owned by the caller. |
BulkResponse |
getRegistryObjects(Collection objectKeys)
Gets the specified RegistryObjects. |
BulkResponse |
getRegistryObjects(Collection objectKeys,
String objectTypes)
Gets the specified RegistryObjects. |
BulkResponse |
getRegistryObjects(String objectType)
Gets the RegistryObjects owned by the caller, that are of the specified type. |
RegistryService |
getRegistryService()
Returns the parent RegistryService that created this object. |
| Method Detail |
public RegistryObject getRegistryObject(String id, String objectType) throws JAXRException
id - is the id of the Key for a RegistryObject.objectType - is a constant definition from LifeCycleManager that specifies the type of object desired.
JAXRException - If the JAXR provider encounters an internal errorpublic RegistryObject getRegistryObject(String id) throws JAXRException
id - the id for the desired object
JAXRException - If the JAXR provider encounters an internal errorpublic BulkResponse getRegistryObjects(Collection objectKeys) throws JAXRException
objectKeys - a Collection of Key objects for the desired objects
JAXRException - If the JAXR provider encounters an internal errorpublic BulkResponse getRegistryObjects(Collection objectKeys, String objectTypes) throws JAXRException
objectKeys - a Collection of Key objects for the desired objectsobjectTypes - a Collection of String objects that allow filtering desired objects by their type
JAXRException - If the JAXR provider encounters an internal errorpublic BulkResponse getRegistryObjects() throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorpublic BulkResponse getRegistryObjects(String objectType) throws JAXRException
objectType - Is a constant that defines the type of object sought. See LifeCycleManager for constants for object types.
JAXRException - If the JAXR provider encounters an internal errorLifeCycleManager.ORGANIZATIONpublic RegistryService getRegistryService() throws JAXRException
JAXRException - If the JAXR provider encounters an internal error
|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.