|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.cog.abstraction.impl.common.task.ServiceContactImpl
| Field Summary | |
static ServiceContact |
LOCALHOST
|
| Constructor Summary | |
ServiceContactImpl()
|
|
ServiceContactImpl(String contact)
|
|
ServiceContactImpl(String host,
int port)
|
|
| Method Summary | |
boolean |
equals(Object object)
|
boolean |
equals(ServiceContact serviceContact)
Checks if the given ServiceContact is equal to this
ServiceContact. |
String |
getContact()
Returns the entire contact string of this ServiceContact |
String |
getHost()
Returns the host element of this ServiceContact |
int |
getPort()
Returns the port element of this ServiceContact |
int |
hashCode()
|
void |
setContact(String contact)
Sets the entire contact string of this ServiceContact |
void |
setHost(String host)
Sets the host element of this ServiceContact |
void |
setPort(int port)
Sets the port element of this ServiceContact |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final ServiceContact LOCALHOST
| Constructor Detail |
public ServiceContactImpl()
public ServiceContactImpl(String contact)
public ServiceContactImpl(String host,
int port)
| Method Detail |
public void setHost(String host)
ServiceContactServiceContact
setHost in interface ServiceContactpublic String getHost()
ServiceContactServiceContact
getHost in interface ServiceContactpublic void setPort(int port)
ServiceContactServiceContact
setPort in interface ServiceContactpublic int getPort()
ServiceContactServiceContact
getPort in interface ServiceContactpublic void setContact(String contact)
ServiceContactServiceContact
setContact in interface ServiceContactpublic String getContact()
ServiceContactServiceContact
getContact in interface ServiceContactpublic boolean equals(ServiceContact serviceContact)
ServiceContactServiceContact is equal to this
ServiceContact.
equals in interface ServiceContactpublic boolean equals(Object object)
public int hashCode()
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||