|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ClientListener | |
|---|---|
| org.jppf.client | Support for the clients connecting to the JPPF driver. |
| org.jppf.ui.monitoring.data | Set of classes to handle the incoming statistics from the server. |
| org.jppf.ui.monitoring.job | Classes supporting the UI for job monitoring via JMX. |
| org.jppf.ui.monitoring.node | Classes supporting the UI for nodes monitoring via JMX. |
| Uses of ClientListener in org.jppf.client |
|---|
| Fields in org.jppf.client with type parameters of type ClientListener | |
|---|---|
protected List<ClientListener> |
AbstractJPPFClient.listeners
List of listeners to this JPPF client. |
| Methods in org.jppf.client with parameters of type ClientListener | |
|---|---|
void |
AbstractJPPFClient.addClientListener(ClientListener listener)
Add a listener to the list of listeners to this client. |
void |
AbstractJPPFClient.removeClientListener(ClientListener listener)
Remove a listener from the list of listeners to this client. |
| Constructors in org.jppf.client with parameters of type ClientListener | |
|---|---|
JPPFClient(ClientListener... listeners)
Initialize this client with an automatically generated application UUID. |
|
JPPFClient(String uuid,
ClientListener... listeners)
Initialize this client with the specified application UUID and new connection listeners. |
|
| Uses of ClientListener in org.jppf.ui.monitoring.data |
|---|
| Classes in org.jppf.ui.monitoring.data that implement ClientListener | |
|---|---|
class |
StatsHandler
This class provides a convenient access to the statistics obtained from the JPPF server. |
| Methods in org.jppf.ui.monitoring.data with parameters of type ClientListener | |
|---|---|
JPPFClient |
StatsHandler.getJppfClient(ClientListener clientListener)
JPPF client used to submit data udpate and administration requests. |
| Uses of ClientListener in org.jppf.ui.monitoring.job |
|---|
| Classes in org.jppf.ui.monitoring.job that implement ClientListener | |
|---|---|
class |
JobDataPanel
Panel displaying the tree of all driver connections and attached nodes. |
| Uses of ClientListener in org.jppf.ui.monitoring.node |
|---|
| Classes in org.jppf.ui.monitoring.node that implement ClientListener | |
|---|---|
class |
NodeDataPanel
Panel displaying the tree of all driver connections and attached nodes. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||