|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceURL | |
---|---|
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 ServiceURL in org.sblim.slp |
---|
Methods in org.sblim.slp with parameters of type ServiceURL | |
void |
Advertiser.register(ServiceURL pURL,
java.util.Vector pAttributes)
Register a new service with SLP having the given attributes. |
void |
Advertiser.deregister(ServiceURL pURL)
Deregister a service from the SLP framework. |
void |
Advertiser.addAttributes(ServiceURL pURL,
java.util.Vector pAttributes)
Update the registration by adding the given attributes. |
void |
Advertiser.deleteAttributes(ServiceURL pURL,
java.util.Vector pAttributeIds)
Delete the attributes from a URL for the locale with which the Advertiser was created. |
ServiceLocationEnumeration |
Locator.findAttributes(ServiceURL URL,
java.util.Vector scopes,
java.util.Vector attributeIds)
For the URL and scope, return a Vector of ServiceLocationAttribute objects whose ids match the String patterns in the attributeIds Vector. |
ServiceLocationEnumeration |
Locator.findAttributes(ServiceURL pURL,
java.util.Vector pScopes,
java.util.Vector pAttributeIds,
java.util.Vector pDirectoryAgents)
For the URL and scope, return a Vector of ServiceLocationAttribute objects whose ids match the String patterns in the attributeIds Vector. |
Uses of ServiceURL in org.sblim.slp.internal |
---|
Methods in org.sblim.slp.internal with parameters of type ServiceURL | |
void |
AdvertiserImpl.addAttributes(ServiceURL pURL,
java.util.Vector pAttributes)
|
void |
AdvertiserImpl.deleteAttributes(ServiceURL pURL,
java.util.Vector pAttributeIds)
|
void |
AdvertiserImpl.deregister(ServiceURL pURL)
|
void |
AdvertiserImpl.register(ServiceURL pURL,
java.util.Vector pAttributes)
|
Uses of ServiceURL in org.sblim.slp.internal.msg |
---|
Methods in org.sblim.slp.internal.msg that return ServiceURL | |
ServiceURL |
AttributeRequest.getServiceURL()
getServiceURL |
ServiceURL |
SLPInputStream.readURL()
|
ServiceURL |
ServiceDeregistration.getServiceURL()
getServiceURL |
ServiceURL |
ServiceRegistration.getServiceURL()
getServiceURL |
Methods in org.sblim.slp.internal.msg with parameters of type ServiceURL | |
boolean |
SLPOutputStream.write(ServiceURL pURL)
|
Constructors in org.sblim.slp.internal.msg with parameters of type ServiceURL | |
ServiceDeregistration(java.util.List pScopeList,
ServiceURL pURL,
java.util.List pTagList)
Ctor. |
|
ServiceDeregistration(java.lang.String pLangTag,
java.util.List pScopeList,
ServiceURL pURL,
java.util.List pTagList)
Ctor. |
|
ServiceDeregistration(MsgHeader pHeader,
java.util.List pScopeList,
ServiceURL pURL,
java.util.List pTagList)
Ctor. |
|
ServiceRegistration(ServiceURL pServURL,
java.util.List pScopeList,
java.util.List pAttrList,
java.util.List pAuthBlockList)
Ctor. |
|
ServiceRegistration(java.lang.String pLangTag,
ServiceURL pServURL,
java.util.List pScopeList,
java.util.List pAttrList,
java.util.List pAuthBlockList)
Ctor. |
|
ServiceRegistration(MsgHeader pHeader,
ServiceURL pServURL,
java.util.List pScopeList,
java.util.List pAttrList,
java.util.List pAuthBlockList)
Ctor. |
Uses of ServiceURL in org.sblim.slp.internal.sa |
---|
Methods in org.sblim.slp.internal.sa with parameters of type ServiceURL | |
void |
ServiceTable.add(ServiceURL pSrvURL,
java.util.List pAttrList,
java.util.List pScopes)
add |
void |
ServiceTable.remove(ServiceURL pSrvURL)
remove |
java.util.List |
ServiceTable.getAttributes(ServiceURL pSrvURL,
java.util.List pScopes)
getAttributes |
Uses of ServiceURL in org.sblim.slp.internal.ua |
---|
Methods in org.sblim.slp.internal.ua with parameters of type ServiceURL | |
ServiceLocationEnumeration |
LocatorImpl.findAttributes(ServiceURL pURL,
java.util.Vector pScopes,
java.util.Vector pAttributeIds)
|
ServiceLocationEnumeration |
LocatorImpl.findAttributes(ServiceURL pURL,
java.util.Vector pScopes,
java.util.Vector pAttributeIds,
java.util.Vector pDirectoryAgents)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |