|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.rgma.Endpoint
public class Endpoint
A service endpoint, containing a URL.
Constructor Summary | |
---|---|
Endpoint(java.lang.String url)
Creates a new Endpoint object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Compares this object with the specified object. |
java.lang.String |
getUrl()
Gets the service URL. |
int |
hashCode()
Returns a hash code value for the object. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Endpoint(java.lang.String url)
url
- The service URL.Method Detail |
---|
public java.lang.String getUrl()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- Object to compare.
true
if this object and the specified object are
equal.Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |