Class JadiceServerInfoNode


  • public class JadiceServerInfoNode
    extends Node
    This Node 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
    • Constructor Detail

      • JadiceServerInfoNode

        public JadiceServerInfoNode()
    • 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 class Node
        Returns:
        input cardinality