Frames | No Frames |
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
|
Methods with parameter type org.sblim.slp.ServiceType | |
void | Deregister the template for the service type. |
ServiceLocationEnumeration | 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 | 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 | 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. |
Methods with parameter type org.sblim.slp.ServiceType | |
List | getAttributes
|
List | getServiceURLs
|
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 } |
Methods with parameter type org.sblim.slp.ServiceType | |
ServiceLocationEnumeration | |
ServiceLocationEnumeration | LocatorImpl.findAttributes(ServiceType pType, Vector pScopes, Vector pAttributeIds, Vector pDirectoryAgents) |
ServiceLocationEnumeration | |
ServiceLocationEnumeration | LocatorImpl.findServices(ServiceType pType, Vector pScopes, String pSearchFilter, Vector pDirectoryAgents) |