org.sblim.slp.internal.msg
public class DADescriptor extends Object implements Comparable
This class contains the DA related information from a DAAdvert message. URL Scope list Attribute list
Constructor Summary | |
---|---|
DADescriptor(String pURL, TreeSet pScopeSet, List pAttributes)
Ctor.
|
Method Summary | |
---|---|
int | compareTo(Object o) |
String | getURL()
getURL
|
int | hashCode() |
boolean | hasScope(String pScope)
hasScope
|
String | toString() |
Parameters: pURL pScopeSet - set of scope Strings pAttributes - set of ServiceLocationAttributes
Returns: String
Parameters: pScope
Returns: boolean