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