Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.jppf.node.event Classes and Interfaces - 10 results found.
| Name | Description | Type | Package | Framework |
| DefaultLifeCycleErrorHandler | The default node life cycle error handler, used when the life cycle listener implementation does not implement NodeLifeCycleErrorHandler. | Class | org.jppf.node.event | Jppf |
|
| NodeIntegration | This interface groups two other interfaces, from which an external can receive notifications from the node. | Interface | org.jppf.node.event | Jppf |
|
| NodeIntegrationAdapter | An abstract adapter class for receiving node events. | Class | org.jppf.node.event | Jppf |
|
| NodeLifeCycleErrorHandler | Interface for handling uncaught throwables raised when executing one of the methods of NodeLifeCycleListener. | Interface | org.jppf.node.event | Jppf |
|
| NodeLifeCycleEvent | Instances of this class represent node life cycle events. | Class | org.jppf.node.event | Jppf |
|
| NodeLifeCycleEventType | enum NodeLifeCycleEventTypeA type safe enumeration of all possible types of node life cycle events. | Class | org.jppf.node.event | Jppf |
|
| NodeLifeCycleListener | Interface for all listeners to the node's life cycle events. | Interface | org.jppf.node.event | Jppf |
|
| NodeLifeCycleListenerAdapter | Convenience class that can be used when not all methods of NodeLifeCycleListener need to be implemented. | Class | org.jppf.node.event | Jppf |
|
| TaskExecutionEvent | Instances of this class represent events that occur during the life span of an individual JPPF task. | Class | org.jppf.node.event | Jppf |
|
| TaskExecutionListener | Interface for all classes that wish to listen to events occurring during the life span of individual JPPF tasks. | Interface | org.jppf.node.event | Jppf |