|
||||||||||
| 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)
|
boolean |
equals(Object pObj)
|
String |
getURL()
getURL |
int |
hashCode()
|
boolean |
hasScope(String pScope)
hasScope |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, 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 ServiceLocationAttributes| Method Detail |
|---|
public String getURL()
public boolean hasScope(String pScope)
pScope -
public int compareTo(DADescriptor o)
compareTo in interface Comparable<DADescriptor>public boolean equals(Object pObj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||