Class ProcessEvent


  • public class ProcessEvent
    extends java.lang.Object
    This class wraps return-code and Exceptions of a terminated process.
    • Constructor Summary

      Constructors 
      Constructor Description
      ProcessEvent()
      Default constructor.
    • Constructor Detail

      • ProcessEvent

        public ProcessEvent()
        Default constructor.
    • Method Detail

      • setReturnCode

        public void setReturnCode​(int pReturnCode)
        Parameters:
        pReturnCode - the iReturnCode to set
      • getReturnCode

        public int getReturnCode()
        Returns:
        the iReturnCode
      • setException

        public void setException​(java.lang.Exception pException)
        Parameters:
        pException - the iException to set
      • getException

        public java.lang.Exception getException()
        Returns:
        the iException