Frames | No Frames |
Methods with parameter type org.sblim.slp.ServiceType | |
void | Deregister the template for the service type. |
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 | 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. |
String | Returns the URL for the template document. |
void | TemplateRegistry.registerServiceTemplate(ServiceType pType, String pDocumentURL, Locale pLocale, String pVersion) Register the service template with the template registry. |
void | Set the service type name to the object. |
Methods with return type org.sblim.slp.ServiceType | |
ServiceType | Returns the SLP service type for which this is the verifier. |
ServiceType | Returns the service type object representing the service type name of the
URL. |
Constructors with parameter type org.sblim.slp.ServiceType | |
SLPServiceRequestMessage.SLPServiceRequestMessage(Locale pLocale, ServiceType pServiceType, Vector pScopes, String pQuery) |
Fields of type org.sblim.slp.ServiceType | |
ServiceType | |
ServiceType |
Methods with parameter type org.sblim.slp.ServiceType | |
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. |
Vector | |
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. |
Vector | ServiceRepository.findServices(ServiceType pServiceType, Vector pScopes, String pQuery, Locale pLocale) |
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. |
Methods with return type org.sblim.slp.ServiceType | |
ServiceType | Getter for serviceType
|