|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.slp.internal.msg.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 pScopeSet,
java.util.List pAttributes)
Ctor. |
Method Summary | |
int |
compareTo(java.lang.Object 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 pScopeSet, java.util.List 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(java.lang.Object o)
compareTo
in interface java.lang.Comparable
public int hashCode()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |