|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.slp.internal.msg.DADescriptor
public class 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 |
int |
hashCode()
|
boolean |
hasScope(String pScope)
hasScope |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DADescriptor(String pURL, TreeSet<String> pScopeSet, List<ServiceLocationAttribute> pAttributes)
pURL
- pScopeSet
- - set of scope StringspAttributes
- - set of ServiceLocationAttributesMethod Detail |
---|
public String getURL()
public boolean hasScope(String pScope)
pScope
-
public int compareTo(DADescriptor o)
compareTo
in interface Comparable<DADescriptor>
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |