Class OpResultInfo


  • public class OpResultInfo
    extends Object
    A simple tuple of a MBean operation name, index, signature, args and operation result.
    Author:
    Scott Stark, Jesper Pedersen
    • Constructor Detail

      • OpResultInfo

        public OpResultInfo()
        Constructor
      • OpResultInfo

        public OpResultInfo​(String name,
                            String[] signature,
                            String[] args,
                            Object result)
        Constructor
        Parameters:
        name - The name
        signature - The signature
        args - The arguments
        result - The result
    • Method Detail

      • getName

        public String getName()
        Get the name
        Returns:
        The value
      • getSignature

        public String[] getSignature()
        Get the signature
        Returns:
        The value
      • getArguments

        public String[] getArguments()
        Get the arguments
        Returns:
        The value
      • getResult

        public Object getResult()
        Get the result
        Returns:
        The value