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<String> pScopes, Vector<String> 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<String> pScopes, Vector<String> pAttributeIds, Vector<InetAddress> 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<String> 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<String> pScopes, String pSearchFilter, Vector<InetAddress> 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 & 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 that return types with arguments of type ServiceTypeModifier and TypeMethodDescriptionServiceTypeReply.getResultIterator()
SLPInputStream.readServTypeList()
readServTypeListMethods 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<String> pPrevResponderSet, ServiceType pServiceType, List<String> pScopeList, String pPredicate, String pSlpSpi) Ctor.ServiceRequest
(SortedSet<String> pPrevResponderSet, ServiceType pServiceType, List<String> pScopeList, String pPredicate, String pSlpSpi) Ctor.ServiceRequest
(MsgHeader pHeader, SortedSet<String> pPrevResponderSet, ServiceType pServiceType, List<String> pScopeList, String pPredicate, String pSlpSpi) Constructor parameters in org.sblim.slp.internal.msg with type arguments of type ServiceTypeModifierConstructorDescriptionServiceTypeReply
(int pErrorCode, List<ServiceType> pServTypeList) Ctor.ServiceTypeReply
(String pLangTag, int pErrorCode, List<ServiceType> pServTypeList) Ctor.ServiceTypeReply
(MsgHeader pHeader, int pErrorCode, List<ServiceType> pServTypeList) Ctor. -
Uses of ServiceType in org.sblim.slp.internal.sa
Methods in org.sblim.slp.internal.sa that return types with arguments of type ServiceTypeModifier and TypeMethodDescriptionServiceTable.getServiceTypes
(List<String> pScopes) getServiceTypesMethods in org.sblim.slp.internal.sa with parameters of type ServiceTypeModifier and TypeMethodDescriptionServiceTable.getAttributes
(ServiceType pSrvType, List<String> pScopes) getAttributesServiceTable.getServiceURLs
(ServiceType pSrvType, List<String> 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<String> pScopes, Vector<String> pAttributeIds) LocatorImpl.findAttributes
(ServiceType pType, Vector<String> pScopes, Vector<String> pAttributeIds, Vector<InetAddress> pDirectoryAgents) LocatorImpl.findServices
(ServiceType pType, Vector<String> pScopes, String pSearchFilter) LocatorImpl.findServices
(ServiceType pType, Vector<String> pScopes, String pSearchFilter, Vector<InetAddress> pDirectoryAgents)