org.sblim.slp.internal.msg
public class DADescriptor extends java.lang.Object implements java.lang.Comparable
This class contains the DA related information from a DAAdvert message. URL Scope list Attribute list
Constructor and Description |
---|
DADescriptor(java.lang.String pURL,
java.util.TreeSet pScopeSet,
java.util.List pAttributes)
Ctor.
|
public DADescriptor(java.lang.String pURL, java.util.TreeSet pScopeSet, java.util.List pAttributes)
pURL
- pScopeSet
- - set of scope StringspAttributes
- - set of ServiceLocationAttributespublic 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()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.