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 |
Modifier and Type | Method and Description |
---|---|
ServiceType |
ServiceLocationAttributeVerifier.getServiceType()
Returns the SLP service type for which this is the verifier.
|
ServiceType |
ServiceURL.getServiceType()
Returns the service type object representing the service type name of the
URL.
|
ServiceType |
ServiceLocationAttributeVerifier.getServiceType()
Returns the SLP service type for which this is the verifier.
|
ServiceType |
ServiceURL.getServiceType()
Returns the service type object representing the service type name of the
URL.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
TemplateRegistry.deregisterServiceTemplate(ServiceType pType,
java.util.Locale pLocale,
java.lang.String pVersion)
Deregister the template for the service type.
|
abstract void |
TemplateRegistry.deregisterServiceTemplate(ServiceType pType,
java.util.Locale pLocale,
java.lang.String pVersion)
Deregister the template for the service type.
|
ServiceLocationEnumeration |
Locator.findAttributes(ServiceType pType,
java.util.Vector pScopes,
java.util.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,
java.util.Vector pScopes,
java.util.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,
java.util.Vector pScopes,
java.util.Vector pAttributeIds,
java.util.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.findAttributes(ServiceType pType,
java.util.Vector pScopes,
java.util.Vector pAttributeIds,
java.util.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,
java.util.Vector 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.
|
ServiceLocationEnumeration |
Locator.findServices(ServiceType pType,
java.util.Vector 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.
|
ServiceLocationEnumeration |
Locator.findServices(ServiceType pType,
java.util.Vector pScopes,
java.lang.String pSearchFilter,
java.util.Vector pDirectoryAgents)
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,
java.util.Vector pScopes,
java.lang.String pSearchFilter,
java.util.Vector pDirectoryAgents)
Returns a vector of ServiceURL objects for services matching the query,
and having a matching type in the given scopes.
|
abstract java.lang.String |
TemplateRegistry.findTemplateURL(ServiceType pType,
java.util.Locale pLocale,
java.lang.String pVersion)
Returns the URL for the template document.
|
abstract java.lang.String |
TemplateRegistry.findTemplateURL(ServiceType pType,
java.util.Locale pLocale,
java.lang.String pVersion)
Returns the URL for the template document.
|
abstract void |
TemplateRegistry.registerServiceTemplate(ServiceType pType,
java.lang.String pDocumentURL,
java.util.Locale pLocale,
java.lang.String pVersion)
Register the service template with the template registry.
|
abstract void |
TemplateRegistry.registerServiceTemplate(ServiceType pType,
java.lang.String pDocumentURL,
java.util.Locale pLocale,
java.lang.String pVersion)
Register the service template with the template registry.
|
void |
ServiceURL.setServiceType(ServiceType pServicetype)
Set the service type name to the object.
|
void |
ServiceURL.setServiceType(ServiceType pServicetype)
Set the service type name to the object.
|
Modifier and Type | Field and Description |
---|---|
static ServiceType |
SLPDefaults.DA_SERVICE_TYPE
DA_SERVICE_TYPE
|
static ServiceType |
SLPDefaults.DA_SERVICE_TYPE
DA_SERVICE_TYPE
|
static ServiceType |
SLPDefaults.SA_SERVICE_TYPE
SA_SERVICE_TYPE
|
static ServiceType |
SLPDefaults.SA_SERVICE_TYPE
SA_SERVICE_TYPE
|
Modifier and Type | Method and Description |
---|---|
static java.net.InetAddress |
IPv6MulticastAddressFactory.get(int pScope,
ServiceType pSrvType)
get
|
static java.net.InetAddress |
IPv6MulticastAddressFactory.get(int pScope,
ServiceType pSrvType)
get
|
static 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
}
|
static 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
}
|
Modifier and Type | Method and Description |
---|---|
ServiceType |
ServiceRequest.getServiceType()
getServiceType
|
ServiceType |
ServiceRequest.getServiceType()
getServiceType
|
ServiceType |
SLPInputStream.readServiceType()
readServiceType
|
ServiceType |
SLPInputStream.readServiceType()
readServiceType
|
Modifier and Type | Method and Description |
---|---|
boolean |
SLPOutputStream.write(ServiceType pServType)
write
|
boolean |
SLPOutputStream.write(ServiceType pServType)
write
|
Constructor and Description |
---|
ServiceRequest(MsgHeader pHeader,
java.util.SortedSet pPrevResponderSet,
ServiceType pServiceType,
java.util.List pScopeList,
java.lang.String pPredicate,
java.lang.String pSlpSpi) |
ServiceRequest(MsgHeader pHeader,
java.util.SortedSet pPrevResponderSet,
ServiceType pServiceType,
java.util.List pScopeList,
java.lang.String pPredicate,
java.lang.String pSlpSpi) |
ServiceRequest(java.util.SortedSet pPrevResponderSet,
ServiceType pServiceType,
java.util.List pScopeList,
java.lang.String pPredicate,
java.lang.String pSlpSpi)
Ctor.
|
ServiceRequest(java.util.SortedSet pPrevResponderSet,
ServiceType pServiceType,
java.util.List pScopeList,
java.lang.String pPredicate,
java.lang.String pSlpSpi)
Ctor.
|
ServiceRequest(java.lang.String pLangTag,
java.util.SortedSet pPrevResponderSet,
ServiceType pServiceType,
java.util.List pScopeList,
java.lang.String pPredicate,
java.lang.String pSlpSpi)
Ctor.
|
ServiceRequest(java.lang.String pLangTag,
java.util.SortedSet pPrevResponderSet,
ServiceType pServiceType,
java.util.List pScopeList,
java.lang.String pPredicate,
java.lang.String pSlpSpi)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
ServiceTable.getAttributes(ServiceType pSrvType,
java.util.List pScopes)
getAttributes
|
java.util.List |
ServiceTable.getAttributes(ServiceType pSrvType,
java.util.List pScopes)
getAttributes
|
java.util.List |
ServiceTable.getServiceURLs(ServiceType pSrvType,
java.util.List pScopes)
getServiceURLs
|
java.util.List |
ServiceTable.getServiceURLs(ServiceType pSrvType,
java.util.List pScopes)
getServiceURLs
|
Modifier and Type | Method and Description |
---|---|
ServiceLocationEnumeration |
LocatorImpl.findAttributes(ServiceType pType,
java.util.Vector pScopes,
java.util.Vector pAttributeIds) |
ServiceLocationEnumeration |
LocatorImpl.findAttributes(ServiceType pType,
java.util.Vector pScopes,
java.util.Vector pAttributeIds) |
ServiceLocationEnumeration |
LocatorImpl.findAttributes(ServiceType pType,
java.util.Vector pScopes,
java.util.Vector pAttributeIds,
java.util.Vector pDirectoryAgents) |
ServiceLocationEnumeration |
LocatorImpl.findAttributes(ServiceType pType,
java.util.Vector pScopes,
java.util.Vector pAttributeIds,
java.util.Vector pDirectoryAgents) |
ServiceLocationEnumeration |
LocatorImpl.findServices(ServiceType pType,
java.util.Vector pScopes,
java.lang.String pSearchFilter) |
ServiceLocationEnumeration |
LocatorImpl.findServices(ServiceType pType,
java.util.Vector pScopes,
java.lang.String pSearchFilter) |
ServiceLocationEnumeration |
LocatorImpl.findServices(ServiceType pType,
java.util.Vector pScopes,
java.lang.String pSearchFilter,
java.util.Vector pDirectoryAgents) |
ServiceLocationEnumeration |
LocatorImpl.findServices(ServiceType pType,
java.util.Vector pScopes,
java.lang.String pSearchFilter,
java.util.Vector pDirectoryAgents) |
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.