Package | Description |
---|---|
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 |
Constructor | Description |
---|---|
WBEMServiceAdvertisementSLP(java.lang.String pDA,
ServiceURL pUrl,
java.util.List<java.lang.String> pAttributes) |
Ctor.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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) |
Modifier and Type | Method | Description |
---|---|---|
ServiceURL |
AttributeRequest.getServiceURL() |
getServiceURL
|
ServiceURL |
ServiceDeregistration.getServiceURL() |
getServiceURL
|
ServiceURL |
ServiceRegistration.getServiceURL() |
getServiceURL
|
ServiceURL |
SLPInputStream.readURL() |
Modifier and Type | Method | Description |
---|---|---|
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
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
SLPOutputStream.write(ServiceURL pURL) |
Constructor | Description |
---|---|
ServiceDeregistration(java.lang.String pLangTag,
java.util.List<java.lang.String> pScopeList,
ServiceURL pURL,
java.util.List<java.lang.String> pTagList) |
Ctor.
|
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.
|
ServiceRegistration(java.lang.String pLangTag,
ServiceURL pServURL,
java.util.List<java.lang.String> pScopeList,
java.util.List<ServiceLocationAttribute> pAttrList,
java.util.List<?> pAuthBlockList) |
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.
|
Constructor | Description |
---|---|
ServiceReply(int pErrorCode,
java.util.List<ServiceURL> pURLEntries) |
Ctor.
|
ServiceReply(java.lang.String pLangTag,
int pErrorCode,
java.util.List<ServiceURL> pURLEntries,
java.util.List<java.lang.Exception> pURLExceptions) |
Ctor.
|
ServiceReply(MsgHeader pHeader,
int pErrorCode,
java.util.List<ServiceURL> pURLEntries,
java.util.List<java.lang.Exception> pURLExceptions) |
Ctor.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<ServiceURL> |
ServiceTable.getServiceURLs(ServiceType pSrvType,
java.util.List<java.lang.String> pScopes) |
getServiceURLs
|
Modifier and Type | Method | Description |
---|---|---|
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
|
Modifier and Type | Method | Description |
---|---|---|
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) |
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.