Class DADescriptor
java.lang.Object
org.sblim.slp.internal.msg.DADescriptor
- All Implemented Interfaces:
Comparable<DADescriptor>
This class contains the DA related information from a DAAdvert message. URL Scope list Attribute list
-
Constructor Summary
ConstructorsConstructorDescriptionDADescriptor
(String pURL, TreeSet<String> pScopeSet, List<ServiceLocationAttribute> pAttributes) Ctor. -
Method Summary
-
Constructor Details
-
DADescriptor
public DADescriptor(String pURL, TreeSet<String> pScopeSet, List<ServiceLocationAttribute> pAttributes) Ctor.- Parameters:
pURL
-pScopeSet
- - set of scope StringspAttributes
- - set of ServiceLocationAttributes
-
-
Method Details
-
getURL
-
hasScope
-
compareTo
- Specified by:
compareTo
in interfaceComparable<DADescriptor>
-
equals
-
hashCode
-
toString
-