|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.petals.tools.juddiAdmin.search.SearchRegistryImpl
public class SearchRegistryImpl
Constructor Summary | |
---|---|
SearchRegistryImpl()
Just initialize the connection attribute |
Method Summary | |
---|---|
java.util.List<javax.xml.registry.infomodel.Organization> |
findAllOrganizations()
Return all the organizations registered into the registry. |
java.util.List<javax.xml.registry.infomodel.Service> |
findAllServices()
Return all the services registered into the registry. |
javax.xml.registry.infomodel.Organization |
findOrganizationByName(java.lang.String name)
Return the organization whose name is the string passed in parameter. |
javax.xml.registry.infomodel.Service |
findServiceByCompany(java.lang.String name,
javax.xml.registry.infomodel.Organization org)
Return the service named 'name' and provided by 'org'. |
javax.xml.registry.infomodel.Service |
findServiceByName(java.lang.String name)
Return the service whose name is the string passed in parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchRegistryImpl() throws javax.xml.registry.JAXRException, WebConsoleConfigException
realPath
- the real path of the root directory
javax.xml.registry.JAXRException
WebConsoleConfigException
java.io.IOException
java.io.FileNotFoundException
Method Detail |
---|
public java.util.List<javax.xml.registry.infomodel.Organization> findAllOrganizations() throws javax.xml.registry.JAXRException
SearchRegistry
findAllOrganizations
in interface SearchRegistry
javax.xml.registry.JAXRException
public java.util.List<javax.xml.registry.infomodel.Service> findAllServices() throws javax.xml.registry.JAXRException
SearchRegistry
findAllServices
in interface SearchRegistry
javax.xml.registry.JAXRException
public javax.xml.registry.infomodel.Organization findOrganizationByName(java.lang.String name) throws javax.xml.registry.JAXRException
SearchRegistry
findOrganizationByName
in interface SearchRegistry
javax.xml.registry.JAXRException
public javax.xml.registry.infomodel.Service findServiceByName(java.lang.String name) throws javax.xml.registry.JAXRException
SearchRegistry
findServiceByName
in interface SearchRegistry
javax.xml.registry.JAXRException
public javax.xml.registry.infomodel.Service findServiceByCompany(java.lang.String name, javax.xml.registry.infomodel.Organization org) throws javax.xml.registry.JAXRException
SearchRegistry
findServiceByCompany
in interface SearchRegistry
name
- service name
javax.xml.registry.JAXRException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |