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 and Description |
---|
WBEMServiceAdvertisementSLP(String pDA,
ServiceURL pUrl,
List<String> pAttributes)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
Advertiser.addAttributes(ServiceURL pURL,
Vector<ServiceLocationAttribute> pAttributes)
Update the registration by adding the given attributes.
|
void |
Advertiser.deleteAttributes(ServiceURL pURL,
Vector<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,
Vector<String> scopes,
Vector<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,
Vector<String> pScopes,
Vector<String> pAttributeIds,
Vector<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,
Vector<ServiceLocationAttribute> pAttributes)
Register a new service with SLP having the given attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
AdvertiserImpl.addAttributes(ServiceURL pURL,
Vector<ServiceLocationAttribute> pAttributes) |
void |
AdvertiserImpl.deleteAttributes(ServiceURL pURL,
Vector<String> pAttributeIds) |
void |
AdvertiserImpl.deregister(ServiceURL pURL) |
void |
AdvertiserImpl.register(ServiceURL pURL,
Vector<ServiceLocationAttribute> pAttributes) |
Modifier and Type | Method and Description |
---|---|
ServiceURL |
AttributeRequest.getServiceURL()
getServiceURL
|
ServiceURL |
ServiceRegistration.getServiceURL()
getServiceURL
|
ServiceURL |
ServiceDeregistration.getServiceURL()
getServiceURL
|
ServiceURL |
SLPInputStream.readURL() |
Modifier and Type | Method and Description |
---|---|
Iterator<ServiceURL> |
ServiceReply.getResultIterator()
getResultIterator
|
List<ServiceURL> |
ServiceReply.getURLEntries()
getURLEntries
|
List<ServiceURL> |
SLPInputStream.readUrlList(List<Exception> pURLExceptions)
readUrlList
|
Modifier and Type | Method and Description |
---|---|
boolean |
SLPOutputStream.write(ServiceURL pURL) |
Constructor and Description |
---|
ServiceDeregistration(List<String> pScopeList,
ServiceURL pURL,
List<String> pTagList)
Ctor.
|
ServiceDeregistration(MsgHeader pHeader,
List<String> pScopeList,
ServiceURL pURL,
List<String> pTagList)
Ctor.
|
ServiceDeregistration(String pLangTag,
List<String> pScopeList,
ServiceURL pURL,
List<String> pTagList)
Ctor.
|
ServiceRegistration(MsgHeader pHeader,
ServiceURL pServURL,
List<String> pScopeList,
List<ServiceLocationAttribute> pAttrList,
List<?> pAuthBlockList)
Ctor.
|
ServiceRegistration(ServiceURL pServURL,
List<String> pScopeList,
List<ServiceLocationAttribute> pAttrList,
List<?> pAuthBlockList)
Ctor.
|
ServiceRegistration(String pLangTag,
ServiceURL pServURL,
List<String> pScopeList,
List<ServiceLocationAttribute> pAttrList,
List<?> pAuthBlockList)
Ctor.
|
Constructor and Description |
---|
ServiceReply(int pErrorCode,
List<ServiceURL> pURLEntries)
Ctor.
|
ServiceReply(MsgHeader pHeader,
int pErrorCode,
List<ServiceURL> pURLEntries,
List<Exception> pURLExceptions)
Ctor.
|
ServiceReply(String pLangTag,
int pErrorCode,
List<ServiceURL> pURLEntries,
List<Exception> pURLExceptions)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
List<ServiceURL> |
ServiceTable.getServiceURLs(ServiceType pSrvType,
List<String> pScopes)
getServiceURLs
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceTable.add(ServiceURL pSrvURL,
List<ServiceLocationAttribute> pAttrList,
List<String> pScopes)
add
|
List<ServiceLocationAttribute> |
ServiceTable.getAttributes(ServiceURL pSrvURL,
List<String> pScopes)
getAttributes
|
void |
ServiceTable.remove(ServiceURL pSrvURL)
remove
|
Modifier and Type | Method and Description |
---|---|
ServiceLocationEnumeration |
LocatorImpl.findAttributes(ServiceURL pURL,
Vector<String> pScopes,
Vector<String> pAttributeIds) |
ServiceLocationEnumeration |
LocatorImpl.findAttributes(ServiceURL pURL,
Vector<String> pScopes,
Vector<String> pAttributeIds,
Vector<InetAddress> pDirectoryAgents) |
Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.