Uses of Package
org.jppf.client.event

Packages that use org.jppf.client.event
org.jppf.client Support for the clients connecting to the JPPF driver. 
org.jppf.client.event Support for event handling in the JPPF client. 
org.jppf.jca.work Classes supporting the JPPF server connectivity for the JPPF resource adapter. 
org.jppf.jca.work.submission Classes supporting the management of asynchronous submission of tasks. 
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. 
 

Classes in org.jppf.client.event used by org.jppf.client
ClientConnectionStatusEvent
          Event sent to notify of a status change for a client connection.
ClientConnectionStatusHandler
          Interface implemented by all classes that desire to handle a connection status and notify others about status changes.
ClientConnectionStatusListener
          Instances of this class listen to status change events on client connections.
ClientListener
           
TaskResultEvent
          Event object used to notify interested listeners that a list of task results have been received from the server.
TaskResultListener
          Listener interface for receiving notifications of task results received from the server.
 

Classes in org.jppf.client.event used by org.jppf.client.event
ClientConnectionStatusEvent
          Event sent to notify of a status change for a client connection.
ClientConnectionStatusHandler
          Interface implemented by all classes that desire to handle a connection status and notify others about status changes.
ClientConnectionStatusListener
          Instances of this class listen to status change events on client connections.
ClientEvent
          Instances of this class are events sent to notify interested listeners that a new connection to a JPPF driver was created.
TaskResultEvent
          Event object used to notify interested listeners that a list of task results have been received from the server.
 

Classes in org.jppf.client.event used by org.jppf.jca.work
ClientConnectionStatusEvent
          Event sent to notify of a status change for a client connection.
ClientConnectionStatusHandler
          Interface implemented by all classes that desire to handle a connection status and notify others about status changes.
ClientConnectionStatusListener
          Instances of this class listen to status change events on client connections.
TaskResultEvent
          Event object used to notify interested listeners that a list of task results have been received from the server.
TaskResultListener
          Listener interface for receiving notifications of task results received from the server.
 

Classes in org.jppf.client.event used by org.jppf.jca.work.submission
TaskResultEvent
          Event object used to notify interested listeners that a list of task results have been received from the server.
TaskResultListener
          Listener interface for receiving notifications of task results received from the server.
 

Classes in org.jppf.client.event used by org.jppf.ui.monitoring.data
ClientEvent
          Instances of this class are events sent to notify interested listeners that a new connection to a JPPF driver was created.
ClientListener
           
 

Classes in org.jppf.client.event used by org.jppf.ui.monitoring.job
ClientEvent
          Instances of this class are events sent to notify interested listeners that a new connection to a JPPF driver was created.
ClientListener
           
 

Classes in org.jppf.client.event used by org.jppf.ui.monitoring.node
ClientEvent
          Instances of this class are events sent to notify interested listeners that a new connection to a JPPF driver was created.
ClientListener
           
 



Copyright © 2005-2010 JPPF Team.