Package | Description |
---|---|
org.jppf.client |
Support for the clients connecting to the JPPF driver.
|
org.jppf.client.concurrent |
Classes supporting submission of tasks via executor services as specified in
java.util.concurrent . |
org.jppf.client.event |
Support for event handling in the JPPF client.
|
org.jppf.client.monitoring.topology |
Classes supporting the monitoring and refreshing of the JPPF grid topology.
|
org.jppf.ui.console |
Support classes for launching the JPPF administration console as a standalone GUI application
or to embed it within ane external Swing-based GUI.
|
Modifier and Type | Method and Description |
---|---|
JPPFClient |
JPPFConnectionPool.getClient()
Get the JPPF client which holds this pool.
|
Constructor and Description |
---|
JPPFExecutorService(JPPFClient client)
Initialize this executor service with the specified JPPF client.
|
Modifier and Type | Method and Description |
---|---|
JPPFClient |
ClientQueueEvent.getClient()
Get the JPPF client source of this event.
|
Constructor and Description |
---|
ClientQueueEvent(JPPFClient client,
JPPFJob job,
JPPFPriorityQueue queue)
Initialize this event with the specified source JPPF client and Job.
|
Modifier and Type | Method and Description |
---|---|
JPPFClient |
TopologyManager.getJPPFClient()
Get the JPPF client.
|
Constructor and Description |
---|
TopologyManager(JPPFClient client,
TopologyListener... listeners)
Initialize this topology manager with the specified
JPPFClient and listeners. |
TopologyManager(long topologyRefreshInterval,
long jvmHealthRefreshInterval,
JPPFClient client,
TopologyListener... listeners)
Initialize this topology manager with the specified
JPPFClient and listeners. |
Modifier and Type | Method and Description |
---|---|
static JPPFClient |
JPPFAdminConsole.getJPPFClient()
Get the JPPF client used by the admin console.
|
Copyright © 2005-2015 JPPF Team.