Uses of Class org.sblim.slp.ServiceType

Uses in package org.sblim.slp

Methods with parameter type org.sblim.slp.ServiceType

void
TemplateRegistry.deregisterServiceTemplate(ServiceType pType, Locale pLocale, String pVersion)
Deregister the template for the service type.
ServiceLocationEnumeration
Locator.findAttributes(ServiceType pType, Vector pScopes, Vector pAttributeIds)
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
Locator.findServices(ServiceType pType, Vector pScopes, String pSearchFilter)
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
TemplateRegistry.findTemplateURL(ServiceType pType, Locale pLocale, String pVersion)
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.

Uses in package org.sblim.slp.internal

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
LocatorImpl.findAttributes(ServiceType pServiceType, Vector pScopes, Vector pAttributeIds)
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)
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
ServiceRepository.findServiceTypes(ServiceType pServiceType, Vector pScopes)
ServiceLocationEnumeration
LocatorImpl.findServices(ServiceType pServicetype, Vector pScopes, String pQuery)
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)
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

Copyright © 2005, 2007 IBM Corporation. All Rights Reserved.