Package com.levigo.jadice.server.nodes
Class JadiceServerInfoNode
- java.lang.Object
-
- com.levigo.jadice.server.internal.NodeInternal
-
- com.levigo.jadice.server.Node
-
- com.levigo.jadice.server.nodes.JadiceServerInfoNode
-
public class JadiceServerInfoNode extends Node
ThisNode
retrieves information about jadice server and its execution environment. This information is useful for troubleshooting and vendor support.The output of this node is a simple XML stream.
As this node is a data source it must not have a predecessor.
- Since:
- jadice server 4.2.1.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.levigo.jadice.server.Node
Node.Cardinality
-
-
Constructor Summary
Constructors Constructor Description JadiceServerInfoNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Node.Cardinality
getInputCardinality()
Return the input cardinality of this node, i.e.-
Methods inherited from class com.levigo.jadice.server.Node
addTransportReceiver, appendSuccessor, apply, equals, getJob, getOutputCardinality, getPredecessors, getSubsidiaryNodes, getSuccessors, getTransportSender, getUUID, getWorkerClassName, hashCode, initialize, prependPredecessor, remove, validateConfiguration
-
-
-
-
Method Detail
-
getInputCardinality
public Node.Cardinality getInputCardinality()
Description copied from class:Node
Return the input cardinality of this node, i.e. how many bundles (not streams!) it expects to process. By default, nodes are "pipe-style", i.e. one input, one output.- Overrides:
getInputCardinality
in classNode
- Returns:
- input cardinality
-
-