Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jppf.node Classes and Interfaces - 83 results found.
NameDescriptionTypePackageFramework
AbstractNodeAbstract implementation of the Node interface.Classorg.jppf.nodeJppf
AbstractTaskAbstract superclass for all tasks submitted to the execution server.Classorg.jppf.node.protocolJppf
AtLeastAn execution policy rule that encapsulates a test of type property_value >= value.Classorg.jppf.node.policyJppf
AtMostAn execution policy rule that encapsulates a test of type property_value .Classorg.jppf.node.policyJppf
BetweenEEAn execution policy rule that encapsulates a test of type a < property_value < b.Classorg.jppf.node.policyJppf
BetweenEIAn execution policy rule that encapsulates a test of type a < property_value <= b.Classorg.jppf.node.policyJppf
BetweenIEAn execution policy rule that encapsulates a test of type a <= property_value < b.Classorg.jppf.node.policyJppf
BetweenIIAn execution policy rule that encapsulates a test of type a <= property_value <= b.Classorg.jppf.node.policyJppf
BetweenPolicyAn execution policy rule that encapsulates a test of type a < property_value < b.Classorg.jppf.node.policyJppf
ClassPathA container for class path elements.Interfaceorg.jppf.node.protocolJppf
ClassPathElementInstances of this class represent classpath elements that can be added dynamically to a JPPF class loader.Interfaceorg.jppf.node.protocolJppf
ClassPathElementImplA simple implementation of the ClassPathElement interface.Classorg.jppf.node.protocolJppf
ClassPathImplA simple implementation of the ClassPath interfaceSee Also:Serialized FormClassorg.jppf.node.protocolJppf
CommandLineTaskInstances of this class encapsulate the execution of an external process, program or shell script.Classorg.jppf.node.protocolJppf
ConnectionContextInstances of this class define the context for a node (re)connection request.Classorg.jppf.node.connectionJppf
ConnectionReasonenum ConnectionReasonThis enum lists the possible high-level reasons for a node reconnection request.Classorg.jppf.node.connectionJppf
ContainsAn execution policy rule that encapsulates a test of type property_value contains string.Classorg.jppf.node.policyJppf
CustomPolicyAbstract superclass for all user-defined policies.Classorg.jppf.node.policyJppf
DataProviderInstances of this class provide a way for tasks to share common data.Interfaceorg.jppf.node.protocolJppf
DefaultLifeCycleErrorHandlerThe default node life cycle error handler, used when the life cycle listener implementation does not implement NodeLifeCycleErrorHandler.Classorg.jppf.node.eventJppf
DriverConnectionInfoThis interface provides the required information for connecting to a remote JPPF driver.Interfaceorg.jppf.node.connectionJppf
DriverConnectionStrategyThis interface defines which parameters should be used to connect to the driver.Interfaceorg.jppf.node.connectionJppf
EqualAn execution policy rule that encapsulates a test of type property_value == value.Classorg.jppf.node.policyJppf
ExecutionPolicyInterface for all execution policy implementations.Classorg.jppf.node.policyJppf
ExecutionPolicy .AndRuleAn execution policy that realizes a logical "AND" combination of multiple policies specified as operands.Classorg.jppf.node.policyJppf
ExecutionPolicy .LogicalRuleAn execution policy that realizes a binary logical combination of the policies specified as operands.Classorg.jppf.node.policyJppf
ExecutionPolicy .NotRuleAn execution policy that realizes the negation of a policy specified as operand.Classorg.jppf.node.policyJppf
ExecutionPolicy .OrRuleAn execution policy that realizes a logical "OR" combination of multiple policies specified as operands.Classorg.jppf.node.policyJppf
ExecutionPolicy .XorRuleAn execution policy that realizes a logical "XOR" combination of multiple policies specified as operands.Classorg.jppf.node.policyJppf
FocusedJFrameThis extension of JFrale ensures that the frame is brought to the fore, on top of any other window, when toFront() is called.Classorg.jppf.node.screensaverJppf
InitializationHookInterface for custom discovery of the driver to connect to.Interfaceorg.jppf.node.initializationJppf
InterruptibilityThis interface should be implemented by JPPF task classes that wish to control whether they can be interrupted upon cancellation or timeout.Interfaceorg.jppf.node.protocolJppf
IsInIPv4SubnetAn execution policy rule that encapsulates a test of type IPv4 is in This policy has the following XML representation:Classorg.jppf.node.policyJppf
IsInIPv6SubnetAn execution policy rule that encapsulates a test of type IPv6 is in Subnet string.Classorg.jppf.node.policyJppf
JobClientSLAThis interface represents the Service Level Agreement between a JPPF job and a JPPF client.Interfaceorg.jppf.node.protocolJppf
JobCommonSLAThis interface represents the Service Level Agreement between a JPPF job and a server.Interfaceorg.jppf.node.protocolJppf
JobMetadataInstances of this interface hold metadata about a job, that can be used from a driver or node extension or plugin.Interfaceorg.jppf.node.protocolJppf
JobSLAThis interface represents the Service Level Agreement between a JPPF job and a server.Interfaceorg.jppf.node.protocolJppf
JPPFCsvFileConnectionStrategyThis implementation of DriverConnectionStrategy reads a list of drivers from a CSV file where each line has the following format:Classorg.jppf.node.connectionJppf
JPPFDefaultConnectionStrategyThis implementation of DriverConnectionStrategy is the JPPF default and produces DriverConnectionInfo instances based solely on the JPPF configuration.Classorg.jppf.node.connectionJppf
JPPFDistributedJobInterfaceorg.jppf.node.protocolJppf
JPPFDriverConnectionInfoA default implementation for the DriverConnectionInfo interface.Classorg.jppf.node.connectionJppf
JPPFExceptionResultInstances of this class are used to signal that a task could not be sent back by the node to the server.Classorg.jppf.node.protocolJppf
JPPFNodeProvisioningMBeanProvides an interface for "master" nodes, giving them the ability to start, stop and monitor "slave" nodes on the same machine.Interfaceorg.jppf.node.provisioningJppf
JPPFRunnableAnnotation to determine which method in a class is the task's main method.Classorg.jppf.node.protocolJppf
JPPFScreenSaverThis is the interface to implement for any custom implementation of a screen saver associated with a JPPF node.Interfaceorg.jppf.node.screensaverJppf
JPPFScreenSaverImplA built-in screen saver implementation.Classorg.jppf.node.screensaver.implJppf
JPPFTaskThis class is kept for compatibility with existing user installations which make use of it, as we understand there are quite a few that still do.Classorg.jppf.node.protocolJppf
LessThanAn execution policy rule that encapsulates a test of type property_value < value.Classorg.jppf.node.policyJppf
MemoryMapDataProviderClassorg.jppf.node.protocolJppf
MoreThanAn execution policy rule that encapsulates a test of type property_value > value.Classorg.jppf.node.policyJppf
MyConnectionStrategyThis implementation of DriverConnectionStrategy reads a list of drivers from a CSV file where each line has the following format:Classorg.jppf.node.connectionJppf
NodeInterface for a node that provides information about its activity.Interfaceorg.jppf.nodeJppf
NodeIntegrationThis interface groups two other interfaces, from which an external can receive notifications from the node.Interfaceorg.jppf.node.eventJppf
NodeIntegrationThis interface groups two other interfaces, from which the screen saver can receive notifications from the node.Interfaceorg.jppf.node.screensaverJppf
NodeIntegrationAdapterAn abstract adapter class for receiving node events.Classorg.jppf.node.eventJppf
NodeIntegrationAdapterAn abstract adapter class for receiving node events.Classorg.jppf.node.screensaverJppf
NodeLifeCycleErrorHandlerInterface for handling uncaught throwables raised when executing one of the methods of NodeLifeCycleListener.Interfaceorg.jppf.node.eventJppf
NodeLifeCycleEventInstances of this class represent node life cycle events.Classorg.jppf.node.eventJppf
NodeLifeCycleEventTypeenum NodeLifeCycleEventTypeA type safe enumeration of all possible types of node life cycle events.Classorg.jppf.node.eventJppf
NodeLifeCycleListenerInterface for all listeners to the node's life cycle events.Interfaceorg.jppf.node.eventJppf
NodeLifeCycleListenerAdapterConvenience class that can be used when not all methods of NodeLifeCycleListener need to be implemented.Classorg.jppf.node.eventJppf
NodePanelThis class displays the connection status, execution status and number of tasks for a node.Classorg.jppf.node.screensaver.implJppf
NodeProvisioningConstantsThis class contains constant definitions for the names of the properties used for node provisioning.Classorg.jppf.node.provisioningJppf
NodeRunnerBootstrap class for launching a JPPF node.Classorg.jppf.nodeJppf
NodeStateInstances of this class represent information about a node.Classorg.jppf.node.screensaver.implJppf
OneOfClassorg.jppf.node.policyJppf
OutputRedirectHookThis initialization redirects the dirver's or node's stdout and stderr to specified files.Classorg.jppf.node.initializationJppf
PolicyBuilderInstances of this class build an execution policy graph, based on a policy descriptor parsed from an XML document.Classorg.jppf.node.policyJppf
PolicyContextInstances of this class provide contextual information to execution policies.Classorg.jppf.node.policyJppf
PolicyDescriptorIntermediary data structure generated by the xml parser that makes the actual building of an execution policy easier.Classorg.jppf.node.policyJppf
PolicyParserThis class is a parser for XML Execution Policy documents.Classorg.jppf.node.policyJppf
PolicyRuleTestSimple test of an execution policy.Classorg.jppf.node.policyJppf
PreferenceA policy which evaluates a set of policies ordered by preference.Classorg.jppf.node.policyJppf
RegExpAn execution policy rule that encapsulates a test of type property_value matches regular_expression.Classorg.jppf.node.policyJppf
ScreenSaverMainMain entry point for starting the screen saver.Classorg.jppf.node.screensaverJppf
ScriptedPolicyA policy which executes an aribtrary script in its accepts() method.Classorg.jppf.node.policyJppf
ScriptedTaskA task implementation which executes a script in a specified JSR 223 (javax.Classorg.jppf.node.protocolJppf
ShutdownRestartNodeProtocolHandlerThe protocol handler which executes commands sent to a slave node by its master node.Classorg.jppf.nodeJppf
SimpleScreenSaverA built-in simple screen saver implementation.Classorg.jppf.node.screensaver.implJppf
TaskInterface for all tasks submitted to the execution server.Interfaceorg.jppf.node.protocolJppf
TaskExecutionEventInstances of this class represent events that occur during the life span of an individual JPPF task.Classorg.jppf.node.eventJppf
TaskExecutionListenerInterface for all classes that wish to listen to events occurring during the life span of individual JPPF tasks.Interfaceorg.jppf.node.eventJppf