|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interfaces abstracts the endpoint service handle of remote Grid services.
| Method Summary | |
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 |
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 |
| Method Detail |
public void setHost(String host)
ServiceContact
public String getHost()
ServiceContact
public void setPort(int port)
ServiceContact
public int getPort()
ServiceContact
public void setContact(String contact)
ServiceContact
public String getContact()
ServiceContact
public boolean equals(ServiceContact serviceContact)
ServiceContact is equal to this
ServiceContact.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||