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 and Description |
|---|
DADescriptor(String pURL,
TreeSet<String> pScopeSet,
List<ServiceLocationAttribute> pAttributes)
Ctor.
|
public DADescriptor(String pURL, TreeSet<String> pScopeSet, List<ServiceLocationAttribute> pAttributes)
pURL - pScopeSet - - set of scope StringspAttributes - - set of ServiceLocationAttributespublic String getURL()
public boolean hasScope(String pScope)
pScope - public int compareTo(DADescriptor o)
compareTo in interface Comparable<DADescriptor>Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.