public interface NodeSelector extends Serializable
JPPFNodeForwardingMBean
methods.Modifier and Type | Interface and Description |
---|---|
static class |
NodeSelector.AllNodesSelector
Deprecated.
use
AllNodesSelector instead. |
static class |
NodeSelector.ExecutionPolicySelector
Deprecated.
use
ExecutionPolicySelector instead. |
static class |
NodeSelector.UuidSelector
Deprecated.
use
UuidSelector instead. |
Modifier and Type | Field and Description |
---|---|
static NodeSelector |
ALL_NODES
Constant for a selector which accepts all nodes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(JPPFManagementInfo nodeInfo)
Determine whether a node is accepted by this selector.
|
static final NodeSelector ALL_NODES
boolean accepts(JPPFManagementInfo nodeInfo)
nodeInfo
- information on the node.true
if the node is accepted, false
otherwise.Copyright © 2005-2016 JPPF Team.