Uses of Class
org.sblim.slp.ServiceType
Packages that use ServiceType
Package
Description
This package contains the external API of the SLP library.
Internal implementation of the SLP library.
-
Uses of ServiceType in org.sblim.slp
Methods in org.sblim.slp that return ServiceTypeModifier and TypeMethodDescriptionServiceLocationAttributeVerifier.getServiceType()
Returns the SLP service type for which this is the verifier.ServiceURL.getServiceType()
Returns the service type object representing the service type name of the URL.Methods in org.sblim.slp with parameters of type ServiceTypeModifier and TypeMethodDescriptionabstract void
TemplateRegistry.deregisterServiceTemplate
(ServiceType pType, Locale pLocale, String pVersion) Deregister the template for the service type.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.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.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.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.abstract String
TemplateRegistry.findTemplateURL
(ServiceType pType, Locale pLocale, String pVersion) Returns the URL for the template document.abstract void
TemplateRegistry.registerServiceTemplate
(ServiceType pType, String pDocumentURL, Locale pLocale, String pVersion) Register the service template with the template registry.void
ServiceURL.setServiceType
(ServiceType pServicetype) Set the service type name to the object. -
Uses of ServiceType in org.sblim.slp.internal
Fields in org.sblim.slp.internal declared as ServiceTypeModifier and TypeFieldDescriptionstatic final ServiceType
SLPDefaults.DA_SERVICE_TYPE
DA_SERVICE_TYPEstatic final ServiceType
SLPDefaults.SA_SERVICE_TYPE
SA_SERVICE_TYPEMethods in org.sblim.slp.internal with parameters of type ServiceTypeModifier and TypeMethodDescriptionstatic InetAddress
IPv6MulticastAddressFactory.get
(int pScope, ServiceType pSrvType) getstatic int
IPv6MulticastAddressFactory.getSrvTypeHash
(ServiceType pServiceType) unsigned long slp_hash(const char *pc, unsigned int len) { unsigned long h = 0; while (len-- != 0) { h *= 33; h += *pc++; } return (0x3FF invalid input: '&' h); // round to a range of 0-1023 } -
Uses of ServiceType in org.sblim.slp.internal.msg
Methods in org.sblim.slp.internal.msg that return ServiceTypeModifier and TypeMethodDescriptionServiceRequest.getServiceType()
getServiceTypeSLPInputStream.readServiceType()
readServiceTypeMethods in org.sblim.slp.internal.msg with parameters of type ServiceTypeConstructors in org.sblim.slp.internal.msg with parameters of type ServiceTypeModifierConstructorDescriptionServiceRequest
(String pLangTag, SortedSet pPrevResponderSet, ServiceType pServiceType, List pScopeList, String pPredicate, String pSlpSpi) Ctor.ServiceRequest
(SortedSet pPrevResponderSet, ServiceType pServiceType, List pScopeList, String pPredicate, String pSlpSpi) Ctor.ServiceRequest
(MsgHeader pHeader, SortedSet pPrevResponderSet, ServiceType pServiceType, List pScopeList, String pPredicate, String pSlpSpi) -
Uses of ServiceType in org.sblim.slp.internal.sa
Methods in org.sblim.slp.internal.sa with parameters of type ServiceTypeModifier and TypeMethodDescriptionServiceTable.getAttributes
(ServiceType pSrvType, List pScopes) getAttributesServiceTable.getServiceURLs
(ServiceType pSrvType, List pScopes) getServiceURLs -
Uses of ServiceType in org.sblim.slp.internal.ua
Methods in org.sblim.slp.internal.ua with parameters of type ServiceTypeModifier and TypeMethodDescriptionLocatorImpl.findAttributes
(ServiceType pType, Vector pScopes, Vector pAttributeIds) LocatorImpl.findAttributes
(ServiceType pType, Vector pScopes, Vector pAttributeIds, Vector pDirectoryAgents) LocatorImpl.findServices
(ServiceType pType, Vector pScopes, String pSearchFilter) LocatorImpl.findServices
(ServiceType pType, Vector pScopes, String pSearchFilter, Vector pDirectoryAgents)