|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface JPPFClientConnection
Interface for a client connection to a JPPF driver.
| Method Summary | |
|---|---|
List<JPPFJob> |
close()
Shutdown this client and retrieve all pending executions for resubmission. |
String |
getName()
Get the name assigned tothis client connection. |
int |
getPriority()
Get the priority assigned to this connection. |
void |
init()
Initialize this client connection. |
void |
submit(JPPFJob job)
Deprecated. job submissions should be performed via the JPPFClient directly. |
| Methods inherited from interface org.jppf.client.event.ClientConnectionStatusHandler |
|---|
addClientConnectionStatusListener, getStatus, removeClientConnectionStatusListener, setStatus |
| Method Detail |
|---|
void init()
void submit(JPPFJob job)
throws Exception
JPPFClient directly.
job - the job to execute remotely.
Exception - if an error occurs while sending the request.int getPriority()
List<JPPFJob> close()
JPPFJob instances to resubmit.String getName()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||