org.sblim.slp.internal.msg

Class DADescriptor

public class DADescriptor extends Object implements Comparable

 This class contains the DA related information from a DAAdvert message.
 URL
 Scope list
 Attribute list
 
Constructor Summary
DADescriptor(String pURL, TreeSet pScopeSet, List pAttributes)
Ctor.
Method Summary
intcompareTo(Object o)
StringgetURL()
getURL
inthashCode()
booleanhasScope(String pScope)
hasScope
StringtoString()

Constructor Detail

DADescriptor

public DADescriptor(String pURL, TreeSet pScopeSet, List pAttributes)
Ctor.

Parameters: pURL pScopeSet - set of scope Strings pAttributes - set of ServiceLocationAttributes

Method Detail

compareTo

public int compareTo(Object o)

getURL

public String getURL()
getURL

Returns: String

hashCode

public int hashCode()

hasScope

public boolean hasScope(String pScope)
hasScope

Parameters: pScope

Returns: boolean

toString

public String toString()
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.