|
||||||||||
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 | This package contains internal implementation of the SLP library. |
Uses of ServiceType in org.sblim.slp |
---|
Methods in org.sblim.slp that return ServiceType | |
---|---|
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. |
Methods in org.sblim.slp with parameters of type ServiceType | |
---|---|
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,
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,
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 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. |
Uses of ServiceType in org.sblim.slp.internal |
---|
Fields in org.sblim.slp.internal declared as ServiceType | |
---|---|
static ServiceType |
SLPDefaults.DA_SERVICE_TYPE
|
static ServiceType |
SLPDefaults.SA_SERVICE_TYPE
|
Methods in org.sblim.slp.internal that return ServiceType | |
---|---|
ServiceType |
SLPServiceRequestMessage.getServiceType()
Getter for serviceType |
Methods in org.sblim.slp.internal with parameters of type ServiceType | |
---|---|
ServiceLocationEnumeration |
LocatorImpl.findAttributes(ServiceType pServiceType,
java.util.Vector pScopes,
java.util.Vector pAttributeIds)
|
ServiceLocationEnumeration |
LocatorImplStreamed.findAttributes(ServiceType pServiceType,
java.util.Vector pScopes,
java.util.Vector pAttributeIds)
|
ServiceLocationEnumeration |
LocatorImpl.findAttributes(ServiceType pType,
java.util.Vector pScopes,
java.util.Vector pAttributeIds,
java.util.Vector directoryAgents)
|
ServiceLocationEnumeration |
LocatorImplStreamed.findAttributes(ServiceType pServiceType,
java.util.Vector pScopes,
java.util.Vector pAttributeIds,
java.util.Vector pDirectoryAgents)
|
ServiceLocationEnumeration |
LocatorImpl.findServices(ServiceType pServicetype,
java.util.Vector pScopes,
java.lang.String pQuery)
|
ServiceLocationEnumeration |
LocatorImplStreamed.findServices(ServiceType pServiceType,
java.util.Vector pScopes,
java.lang.String pQuery)
|
java.util.Vector |
ServiceRepository.findServices(ServiceType pServiceType,
java.util.Vector pScopes,
java.lang.String pQuery,
java.util.Locale pLocale)
|
ServiceLocationEnumeration |
LocatorImpl.findServices(ServiceType pServicetype,
java.util.Vector pScopes,
java.lang.String pQuery,
java.util.Vector pDiscoveryAgents)
|
ServiceLocationEnumeration |
LocatorImplStreamed.findServices(ServiceType pServiceType,
java.util.Vector pScopes,
java.lang.String pQuery,
java.util.Vector pDiscoveryAgents)
|
java.util.Vector |
ServiceRepository.findServiceTypes(ServiceType pServiceType,
java.util.Vector pScopes)
|
Constructors in org.sblim.slp.internal with parameters of type ServiceType | |
---|---|
SLPServiceRequestMessage(java.util.Locale pLocale,
ServiceType pServiceType,
java.util.Vector pScopes,
java.lang.String pQuery)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |