|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.livetribe.slp.ServiceInfo.Key
public static class ServiceInfo.Key
Services in SLP are identified by their ServiceURL and their language. This class encapsulates this service identity.
Constructor Summary | |
---|---|
ServiceInfo.Key(ServiceURL serviceURL,
String language)
Creates a new Key object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getLanguage()
Returns the language of this key. |
ServiceURL |
getServiceURL()
Returns the ServiceURL of this key. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceInfo.Key(ServiceURL serviceURL, String language)
Key
object.
serviceURL
- The ServiceURL of the servicelanguage
- The language of the serviceMethod Detail |
---|
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public ServiceURL getServiceURL()
public String getLanguage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |