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