Uses of Class
org.sblim.slp.ServiceType
-
Packages that use ServiceType Package Description org.sblim.slp This package contains the external API of the SLP library.org.sblim.slp.internal Internal implementation of the SLP library.org.sblim.slp.internal.msg org.sblim.slp.internal.sa org.sblim.slp.internal.ua -
-
Uses of ServiceType in org.sblim.slp
Methods in org.sblim.slp that return ServiceType Modifier and Type Method Description ServiceTypeServiceLocationAttributeVerifier. getServiceType()Returns the SLP service type for which this is the verifier.ServiceTypeServiceURL. getServiceType()Returns the service type object representing the service type name of the URL.Methods in org.sblim.slp with parameters of type ServiceType Modifier and Type Method Description abstract voidTemplateRegistry. deregisterServiceTemplate(ServiceType pType, java.util.Locale pLocale, java.lang.String pVersion)Deregister the template for the service type.ServiceLocationEnumerationLocator. findAttributes(ServiceType pType, java.util.Vector<java.lang.String> pScopes, java.util.Vector<java.lang.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.ServiceLocationEnumerationLocator. findAttributes(ServiceType pType, java.util.Vector<java.lang.String> pScopes, java.util.Vector<java.lang.String> pAttributeIds, java.util.Vector<java.net.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.ServiceLocationEnumerationLocator. findServices(ServiceType pType, java.util.Vector<java.lang.String> pScopes, java.lang.String pSearchFilter)Returns a vector of ServiceURL objects for services matching the query, and having a matching type in the given scopes.ServiceLocationEnumerationLocator. findServices(ServiceType pType, java.util.Vector<java.lang.String> pScopes, java.lang.String pSearchFilter, java.util.Vector<java.net.InetAddress> pDirectoryAgents)Returns a vector of ServiceURL objects for services matching the query, and having a matching type in the given scopes.abstract java.lang.StringTemplateRegistry. findTemplateURL(ServiceType pType, java.util.Locale pLocale, java.lang.String pVersion)Returns the URL for the template document.abstract voidTemplateRegistry. registerServiceTemplate(ServiceType pType, java.lang.String pDocumentURL, java.util.Locale pLocale, java.lang.String pVersion)Register the service template with the template registry.voidServiceURL. 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 ServiceType Modifier and Type Field Description static ServiceTypeSLPDefaults. DA_SERVICE_TYPEDA_SERVICE_TYPEstatic ServiceTypeSLPDefaults. SA_SERVICE_TYPESA_SERVICE_TYPEMethods in org.sblim.slp.internal with parameters of type ServiceType Modifier and Type Method Description static java.net.InetAddressIPv6MulticastAddressFactory. get(int pScope, ServiceType pSrvType)getstatic intIPv6MulticastAddressFactory. 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 ServiceType Modifier and Type Method Description ServiceTypeServiceRequest. getServiceType()getServiceTypeServiceTypeSLPInputStream. readServiceType()readServiceTypeMethods in org.sblim.slp.internal.msg that return types with arguments of type ServiceType Modifier and Type Method Description java.util.Iterator<ServiceType>ServiceTypeReply. getResultIterator()java.util.List<ServiceType>SLPInputStream. readServTypeList()readServTypeListMethods in org.sblim.slp.internal.msg with parameters of type ServiceType Modifier and Type Method Description booleanSLPOutputStream. write(ServiceType pServType)writeConstructors in org.sblim.slp.internal.msg with parameters of type ServiceType Constructor Description ServiceRequest(java.lang.String pLangTag, java.util.SortedSet<java.lang.String> pPrevResponderSet, ServiceType pServiceType, java.util.List<java.lang.String> pScopeList, java.lang.String pPredicate, java.lang.String pSlpSpi)Ctor.ServiceRequest(java.util.SortedSet<java.lang.String> pPrevResponderSet, ServiceType pServiceType, java.util.List<java.lang.String> pScopeList, java.lang.String pPredicate, java.lang.String pSlpSpi)Ctor.ServiceRequest(MsgHeader pHeader, java.util.SortedSet<java.lang.String> pPrevResponderSet, ServiceType pServiceType, java.util.List<java.lang.String> pScopeList, java.lang.String pPredicate, java.lang.String pSlpSpi)Constructor parameters in org.sblim.slp.internal.msg with type arguments of type ServiceType Constructor Description ServiceTypeReply(int pErrorCode, java.util.List<ServiceType> pServTypeList)Ctor.ServiceTypeReply(java.lang.String pLangTag, int pErrorCode, java.util.List<ServiceType> pServTypeList)Ctor.ServiceTypeReply(MsgHeader pHeader, int pErrorCode, java.util.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 ServiceType Modifier and Type Method Description java.util.List<ServiceType>ServiceTable. getServiceTypes(java.util.List<java.lang.String> pScopes)getServiceTypesMethods in org.sblim.slp.internal.sa with parameters of type ServiceType Modifier and Type Method Description java.util.List<ServiceLocationAttribute>ServiceTable. getAttributes(ServiceType pSrvType, java.util.List<java.lang.String> pScopes)getAttributesjava.util.List<ServiceURL>ServiceTable. getServiceURLs(ServiceType pSrvType, java.util.List<java.lang.String> pScopes)getServiceURLs -
Uses of ServiceType in org.sblim.slp.internal.ua
Methods in org.sblim.slp.internal.ua with parameters of type ServiceType Modifier and Type Method Description ServiceLocationEnumerationLocatorImpl. findAttributes(ServiceType pType, java.util.Vector<java.lang.String> pScopes, java.util.Vector<java.lang.String> pAttributeIds)ServiceLocationEnumerationLocatorImpl. findAttributes(ServiceType pType, java.util.Vector<java.lang.String> pScopes, java.util.Vector<java.lang.String> pAttributeIds, java.util.Vector<java.net.InetAddress> pDirectoryAgents)ServiceLocationEnumerationLocatorImpl. findServices(ServiceType pType, java.util.Vector<java.lang.String> pScopes, java.lang.String pSearchFilter)ServiceLocationEnumerationLocatorImpl. findServices(ServiceType pType, java.util.Vector<java.lang.String> pScopes, java.lang.String pSearchFilter, java.util.Vector<java.net.InetAddress> pDirectoryAgents)
-