KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > QueryManager

javax.xml.registry
Interface QueryManager

All Known Subinterfaces:
BusinessQueryManager, DeclarativeQueryManager
See Also:
Source Code

public RegistryObject getRegistryObject(String id)
                                 throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RegistryObject getRegistryObject(String id,
                                        String objectType)
                                 throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BulkResponse getRegistryObjects()
                                throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BulkResponse getRegistryObjects(String objectType)
                                throws JAXRException
See Also:
LifeCycleManager.ORGANIZATION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BulkResponse getRegistryObjects(Collection objectKeys)
                                throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BulkResponse getRegistryObjects(Collection objectKeys,
                                       String objectTypes)
                                throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RegistryService getRegistryService()
                                   throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags