|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceURL | |
---|---|
org.sblim.cimclient.internal.discovery.slp | This package and the subpackages contain the internal implementation of the SBLIM CIM Client for Java. |
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.cimclient.internal.discovery.slp |
---|
Constructors in org.sblim.cimclient.internal.discovery.slp with parameters of type ServiceURL | |
---|---|
WBEMServiceAdvertisementSLP(java.lang.String pDA,
ServiceURL pUrl,
java.util.List<java.lang.String> pAttributes)
Ctor. |
Uses of ServiceURL in org.sblim.slp |
---|
Methods in org.sblim.slp with parameters of type ServiceURL | |
---|---|
void |
Advertiser.addAttributes(ServiceURL pURL,
java.util.Vector<ServiceLocationAttribute> pAttributes)
Update the registration by adding the given attributes. |
void |
Advertiser.deleteAttributes(ServiceURL pURL,
java.util.Vector<java.lang.String> pAttributeIds)
Delete the attributes from a URL for the locale with which the Advertiser was created. |
void |
Advertiser.deregister(ServiceURL pURL)
Deregister a service from the SLP framework. |
ServiceLocationEnumeration |
Locator.findAttributes(ServiceURL URL,
java.util.Vector<java.lang.String> scopes,
java.util.Vector<java.lang.String> 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<java.lang.String> pScopes,
java.util.Vector<java.lang.String> pAttributeIds,
java.util.Vector<java.net.InetAddress> pDirectoryAgents)
For the URL and scope, return a Vector of ServiceLocationAttribute objects whose ids match the String patterns in the attributeIds Vector. |
void |
Advertiser.register(ServiceURL pURL,
java.util.Vector<ServiceLocationAttribute> pAttributes)
Register a new service with SLP having the given attributes. |
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<ServiceLocationAttribute> pAttributes)
|
void |
AdvertiserImpl.deleteAttributes(ServiceURL pURL,
java.util.Vector<java.lang.String> pAttributeIds)
|
void |
AdvertiserImpl.deregister(ServiceURL pURL)
|
void |
AdvertiserImpl.register(ServiceURL pURL,
java.util.Vector<ServiceLocationAttribute> 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 |
ServiceRegistration.getServiceURL()
getServiceURL |
ServiceURL |
ServiceDeregistration.getServiceURL()
getServiceURL |
ServiceURL |
SLPInputStream.readURL()
|
Methods in org.sblim.slp.internal.msg that return types with arguments of type ServiceURL | |
---|---|
java.util.Iterator<ServiceURL> |
ServiceReply.getResultIterator()
getResultIterator |
java.util.List<ServiceURL> |
ServiceReply.getURLEntries()
getURLEntries |
java.util.List<ServiceURL> |
SLPInputStream.readUrlList(java.util.List<java.lang.Exception> pURLExceptions)
readUrlList |
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<java.lang.String> pScopeList,
ServiceURL pURL,
java.util.List<java.lang.String> pTagList)
Ctor. |
|
ServiceDeregistration(MsgHeader pHeader,
java.util.List<java.lang.String> pScopeList,
ServiceURL pURL,
java.util.List<java.lang.String> pTagList)
Ctor. |
|
ServiceDeregistration(java.lang.String pLangTag,
java.util.List<java.lang.String> pScopeList,
ServiceURL pURL,
java.util.List<java.lang.String> pTagList)
Ctor. |
|
ServiceRegistration(MsgHeader pHeader,
ServiceURL pServURL,
java.util.List<java.lang.String> pScopeList,
java.util.List<ServiceLocationAttribute> pAttrList,
java.util.List<?> pAuthBlockList)
Ctor. |
|
ServiceRegistration(ServiceURL pServURL,
java.util.List<java.lang.String> pScopeList,
java.util.List<ServiceLocationAttribute> pAttrList,
java.util.List<?> pAuthBlockList)
Ctor. |
|
ServiceRegistration(java.lang.String pLangTag,
ServiceURL pServURL,
java.util.List<java.lang.String> pScopeList,
java.util.List<ServiceLocationAttribute> pAttrList,
java.util.List<?> pAuthBlockList)
Ctor. |
Constructor parameters in org.sblim.slp.internal.msg with type arguments of type ServiceURL | |
---|---|
ServiceReply(int pErrorCode,
java.util.List<ServiceURL> pURLEntries)
Ctor. |
|
ServiceReply(MsgHeader pHeader,
int pErrorCode,
java.util.List<ServiceURL> pURLEntries,
java.util.List<java.lang.Exception> pURLExceptions)
Ctor. |
|
ServiceReply(java.lang.String pLangTag,
int pErrorCode,
java.util.List<ServiceURL> pURLEntries,
java.util.List<java.lang.Exception> pURLExceptions)
Ctor. |
Uses of ServiceURL in org.sblim.slp.internal.sa |
---|
Methods in org.sblim.slp.internal.sa that return types with arguments of type ServiceURL | |
---|---|
java.util.List<ServiceURL> |
ServiceTable.getServiceURLs(ServiceType pSrvType,
java.util.List<java.lang.String> pScopes)
getServiceURLs |
Methods in org.sblim.slp.internal.sa with parameters of type ServiceURL | |
---|---|
void |
ServiceTable.add(ServiceURL pSrvURL,
java.util.List<ServiceLocationAttribute> pAttrList,
java.util.List<java.lang.String> pScopes)
add |
java.util.List<ServiceLocationAttribute> |
ServiceTable.getAttributes(ServiceURL pSrvURL,
java.util.List<java.lang.String> pScopes)
getAttributes |
void |
ServiceTable.remove(ServiceURL pSrvURL)
remove |
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<java.lang.String> pScopes,
java.util.Vector<java.lang.String> pAttributeIds)
|
ServiceLocationEnumeration |
LocatorImpl.findAttributes(ServiceURL pURL,
java.util.Vector<java.lang.String> pScopes,
java.util.Vector<java.lang.String> pAttributeIds,
java.util.Vector<java.net.InetAddress> pDirectoryAgents)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |