|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface ClassServerDelegate
Interface for all class server clients.
| Method Summary | |
|---|---|
void |
close()
Close the socket connection. |
String |
getName()
Get the name of this delegate. |
boolean |
isClosed()
Determine whether the socket connection is closed |
void |
setName(String name)
Set the name of this delegate. |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Methods inherited from interface org.jppf.client.ClientConnectionHandler |
|---|
getSocketClient, init, initSocketClient |
| Methods inherited from interface org.jppf.client.event.ClientConnectionStatusHandler |
|---|
addClientConnectionStatusListener, getStatus, removeClientConnectionStatusListener, setStatus |
| Method Detail |
|---|
boolean isClosed()
void close()
close in interface ClientConnectionHandlerString getName()
void setName(String name)
name - the name as a string.
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||