|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceType | |
---|---|
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 | |
---|---|
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. |
Methods in org.sblim.slp with parameters of type ServiceType | |
---|---|
abstract void |
TemplateRegistry.deregisterServiceTemplate(ServiceType pType,
Locale pLocale,
String pVersion)
Deregister the template for the service type. |
ServiceLocationEnumeration |
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. |
ServiceLocationEnumeration |
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. |
ServiceLocationEnumeration |
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. |
ServiceLocationEnumeration |
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 ServiceType | |
---|---|
static ServiceType |
SLPDefaults.DA_SERVICE_TYPE
DA_SERVICE_TYPE |
static ServiceType |
SLPDefaults.SA_SERVICE_TYPE
SA_SERVICE_TYPE |
Methods in org.sblim.slp.internal with parameters of type ServiceType | |
---|---|
static 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 } |
Uses of ServiceType in org.sblim.slp.internal.msg |
---|
Methods in org.sblim.slp.internal.msg that return ServiceType | |
---|---|
ServiceType |
ServiceRequest.getServiceType()
getServiceType |
ServiceType |
SLPInputStream.readServiceType()
readServiceType |
Methods in org.sblim.slp.internal.msg that return types with arguments of type ServiceType | |
---|---|
Iterator<ServiceType> |
ServiceTypeReply.getResultIterator()
|
List<ServiceType> |
SLPInputStream.readServTypeList()
readServTypeList |
Methods in org.sblim.slp.internal.msg with parameters of type ServiceType | |
---|---|
boolean |
SLPOutputStream.write(ServiceType pServType)
write |
Constructors in org.sblim.slp.internal.msg with parameters of type ServiceType | |
---|---|
ServiceRequest(MsgHeader pHeader,
SortedSet<String> pPrevResponderSet,
ServiceType pServiceType,
List<String> pScopeList,
String pPredicate,
String pSlpSpi)
|
|
ServiceRequest(SortedSet<String> pPrevResponderSet,
ServiceType pServiceType,
List<String> pScopeList,
String pPredicate,
String pSlpSpi)
Ctor. |
|
ServiceRequest(String pLangTag,
SortedSet<String> pPrevResponderSet,
ServiceType pServiceType,
List<String> pScopeList,
String pPredicate,
String pSlpSpi)
Ctor. |
Constructor parameters in org.sblim.slp.internal.msg with type arguments of type ServiceType | |
---|---|
ServiceTypeReply(int pErrorCode,
List<ServiceType> pServTypeList)
Ctor. |
|
ServiceTypeReply(MsgHeader pHeader,
int pErrorCode,
List<ServiceType> pServTypeList)
Ctor. |
|
ServiceTypeReply(String pLangTag,
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 ServiceType | |
---|---|
List<ServiceType> |
ServiceTable.getServiceTypes(List<String> pScopes)
getServiceTypes |
Methods in org.sblim.slp.internal.sa with parameters of type ServiceType | |
---|---|
List<ServiceLocationAttribute> |
ServiceTable.getAttributes(ServiceType pSrvType,
List<String> pScopes)
getAttributes |
List<ServiceURL> |
ServiceTable.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 ServiceType | |
---|---|
ServiceLocationEnumeration |
LocatorImpl.findAttributes(ServiceType pType,
Vector<String> pScopes,
Vector<String> pAttributeIds)
|
ServiceLocationEnumeration |
LocatorImpl.findAttributes(ServiceType pType,
Vector<String> pScopes,
Vector<String> pAttributeIds,
Vector<InetAddress> pDirectoryAgents)
|
ServiceLocationEnumeration |
LocatorImpl.findServices(ServiceType pType,
Vector<String> pScopes,
String pSearchFilter)
|
ServiceLocationEnumeration |
LocatorImpl.findServices(ServiceType pType,
Vector<String> pScopes,
String pSearchFilter,
Vector<InetAddress> pDirectoryAgents)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |