Frames | No Frames |
Methods with return type org.sblim.slp.ServiceLocationEnumeration | |
ServiceLocationEnumeration | For the type and scope, return a Vector of all ServiceLocationAttribute
objects whose ids match the String patterns in the attributeIds Vector
regardless of the Locator's locale. |
ServiceLocationEnumeration | Locator.findAttributes(ServiceType pType, Vector pScopes, Vector pAttributeIds, Vector pDirectoryAgents) For the type and scope, return a Vector of all ServiceLocationAttribute
objects whose ids match the String patterns in the attributeIds Vector
regardless of the Locator's locale. |
ServiceLocationEnumeration | For the URL and scope, return a Vector of ServiceLocationAttribute
objects whose ids match the String patterns in the attributeIds Vector. |
ServiceLocationEnumeration | Locator.findAttributes(ServiceURL pURL, Vector pScopes, Vector pAttributeIds, Vector pDirectoryAgents) For the URL and scope, return a Vector of ServiceLocationAttribute
objects whose ids match the String patterns in the attributeIds Vector. |
ServiceLocationEnumeration | Locator.findServiceTypes(String pNamingAuthority, Vector pScopes) Returns an enumeration of ServiceType objects giving known service types
for the given scopes and given naming authority. |
ServiceLocationEnumeration | Locator.findServiceTypes(String pNamingAuthority, Vector pScopes, Vector pDirectoryAgent) Returns an enumeration of ServiceType objects giving known service types
for the given scopes and given naming authority. |
ServiceLocationEnumeration | Returns a vector of ServiceURL objects for services matching the query,
and having a matching type in the given scopes. |
ServiceLocationEnumeration | Locator.findServices(ServiceType pType, Vector pScopes, String pSearchFilter, Vector pDirectoryAgents) Returns a vector of ServiceURL objects for services matching the query,
and having a matching type in the given scopes. |
Classes implementing org.sblim.slp.ServiceLocationEnumeration | |
class | ServiceLocationEnumerator.java
(C) Copyright IBM Corp. |
class | ServiceLocationEnumeratorStreamed.java
(C) Copyright IBM Corp. |
Methods with return type org.sblim.slp.ServiceLocationEnumeration | |
ServiceLocationEnumeration | For the type and scope, return a Vector of all ServiceLocationAttribute
objects whose ids match the String patterns in the attributeIds Vector
regardless of the Locator's locale. |
ServiceLocationEnumeration | For the type and scope, return a Vector of all ServiceLocationAttribute
objects whose ids match the String patterns in the attributeIds Vector
regardless of the Locator's locale. |
ServiceLocationEnumeration | LocatorImpl.findAttributes(ServiceType pType, Vector pScopes, Vector pAttributeIds, Vector directoryAgents) For the type and scope, return a Vector of all ServiceLocationAttribute
objects whose ids match the String patterns in the attributeIds Vector
regardless of the Locator's locale. |
ServiceLocationEnumeration | LocatorImplStreamed.findAttributes(ServiceType pServiceType, Vector pScopes, Vector pAttributeIds, Vector pDirectoryAgents) For the type and scope, return a Vector of all ServiceLocationAttribute
objects whose ids match the String patterns in the attributeIds Vector
regardless of the Locator's locale. |
ServiceLocationEnumeration | For the URL and scope, return a Vector of ServiceLocationAttribute
objects whose ids match the String patterns in the attributeIds Vector. |
ServiceLocationEnumeration | For the URL and scope, return a Vector of ServiceLocationAttribute
objects whose ids match the String patterns in the attributeIds Vector. |
ServiceLocationEnumeration | LocatorImpl.findAttributes(ServiceURL pURL, Vector pScopes, Vector pAttributeIds, Vector directoryAgents) For the URL and scope, return a Vector of ServiceLocationAttribute
objects whose ids match the String patterns in the attributeIds Vector. |
ServiceLocationEnumeration | LocatorImplStreamed.findAttributes(ServiceURL pServiceUrl, Vector pScopes, Vector pAttributeIds, Vector pDirectoryAgents) For the URL and scope, return a Vector of ServiceLocationAttribute
objects whose ids match the String patterns in the attributeIds Vector. |
ServiceLocationEnumeration | LocatorImpl.findServiceTypes(String pNamingAuthority, Vector pScopes) Returns an enumeration of ServiceType objects giving known service types
for the given scopes and given naming authority. |
ServiceLocationEnumeration | LocatorImplStreamed.findServiceTypes(String pNamingAuthority, Vector pScopes) Returns an enumeration of ServiceType objects giving known service types
for the given scopes and given naming authority. |
ServiceLocationEnumeration | LocatorImpl.findServiceTypes(String pNamingAuthority, Vector pScopes, Vector pDirectoryAgent) Returns an enumeration of ServiceType objects giving known service types
for the given scopes and given naming authority. |
ServiceLocationEnumeration | LocatorImplStreamed.findServiceTypes(String pNamingAuthority, Vector pScopes, Vector pDirectoryAgent) Returns an enumeration of ServiceType objects giving known service types
for the given scopes and given naming authority. |
ServiceLocationEnumeration | Returns a vector of ServiceURL objects for services matching the query,
and having a matching type in the given scopes. |
ServiceLocationEnumeration | Returns a vector of ServiceURL objects for services matching the query,
and having a matching type in the given scopes. |
ServiceLocationEnumeration | LocatorImpl.findServices(ServiceType pServicetype, Vector pScopes, String pQuery, Vector pDiscoveryAgents) Returns a vector of ServiceURL objects for services matching the query,
and having a matching type in the given scopes. |
ServiceLocationEnumeration | LocatorImplStreamed.findServices(ServiceType pServiceType, Vector pScopes, String pQuery, Vector pDiscoveryAgents) Returns a vector of ServiceURL objects for services matching the query,
and having a matching type in the given scopes. |