Uses of Class org.sblim.slp.ServiceType

Uses in package org.sblim.slp.internal.msg

Constructors with parameter type org.sblim.slp.ServiceType

ServiceRequest.ServiceRequest(SortedSet pPrevResponderSet, ServiceType pServiceType, List pScopeList, String pPredicate, String pSlpSpi)
Ctor.
ServiceRequest.ServiceRequest(String pLangTag, SortedSet pPrevResponderSet, ServiceType pServiceType, List pScopeList, String pPredicate, String pSlpSpi)
Ctor.
ServiceRequest.ServiceRequest(MsgHeader pHeader, SortedSet pPrevResponderSet, ServiceType pServiceType, List pScopeList, String pPredicate, String pSlpSpi)

Methods with parameter type org.sblim.slp.ServiceType

boolean
write

Methods with return type org.sblim.slp.ServiceType

ServiceType
getServiceType
ServiceType
readServiceType

Uses in package org.sblim.slp.internal.ua

Methods with parameter type org.sblim.slp.ServiceType

ServiceLocationEnumeration
LocatorImpl.findAttributes(ServiceType pType, Vector pScopes, Vector pAttributeIds)
ServiceLocationEnumeration
LocatorImpl.findAttributes(ServiceType pType, Vector pScopes, Vector pAttributeIds, Vector pDirectoryAgents)
ServiceLocationEnumeration
LocatorImpl.findServices(ServiceType pType, Vector pScopes, String pSearchFilter)
ServiceLocationEnumeration
LocatorImpl.findServices(ServiceType pType, Vector pScopes, String pSearchFilter, Vector pDirectoryAgents)

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

Fields of type org.sblim.slp.ServiceType

ServiceType
DA_SERVICE_TYPE
ServiceType
SA_SERVICE_TYPE

Methods with parameter type org.sblim.slp.ServiceType

InetAddress
get
int
  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 in package org.sblim.slp.internal.sa

Methods with parameter type org.sblim.slp.ServiceType

List
ServiceTable.getAttributes(ServiceType pSrvType, List pScopes)
getAttributes
List
ServiceTable.getServiceURLs(ServiceType pSrvType, List pScopes)
getServiceURLs

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