|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.petals.tools.juddiAdmin.search.SearchRegistryImpl
public class SearchRegistryImpl
Constructor Summary | |
---|---|
SearchRegistryImpl(java.lang.String realPath)
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(java.lang.String realPath)
realPath
- the real path of the root directoryMethod Detail |
---|
public java.util.List<javax.xml.registry.infomodel.Organization> findAllOrganizations()
SearchRegistry
findAllOrganizations
in interface SearchRegistry
public java.util.List<javax.xml.registry.infomodel.Service> findAllServices()
SearchRegistry
findAllServices
in interface SearchRegistry
public javax.xml.registry.infomodel.Organization findOrganizationByName(java.lang.String name)
SearchRegistry
findOrganizationByName
in interface SearchRegistry
public javax.xml.registry.infomodel.Service findServiceByName(java.lang.String name)
SearchRegistry
findServiceByName
in interface SearchRegistry
public javax.xml.registry.infomodel.Service findServiceByCompany(java.lang.String name, javax.xml.registry.infomodel.Organization org)
SearchRegistry
findServiceByCompany
in interface SearchRegistry
name
- service name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |