Class CMSStatusEvent.CMSTerminatedEvent

  • Enclosing class:
    CMSStatusEvent

    public static class CMSStatusEvent.CMSTerminatedEvent
    extends CMSStatusEvent
    Final event of a finished component, including all results.
    • Field Detail

      • results

        protected java.util.Map<java.lang.String,​java.lang.Object> results
        The component results.
      • exception

        protected java.lang.Exception exception
        Component exception if component failed
    • Constructor Detail

      • CMSTerminatedEvent

        public CMSTerminatedEvent()
        Create a new CMSCreatedEvent.
      • CMSTerminatedEvent

        public CMSTerminatedEvent​(IComponentDescription desc,
                                  java.util.Map<java.lang.String,​java.lang.Object> results,
                                  java.lang.Exception exception)
        Create a new CMSCreatedEvent.
    • Method Detail

      • getResults

        public java.util.Map<java.lang.String,​java.lang.Object> getResults()
        Get the results.
        Returns:
        The results.
      • setResults

        public void setResults​(java.util.Map<java.lang.String,​java.lang.Object> results)
        Set the results.
        Parameters:
        results - The results to set.
      • getException

        public java.lang.Exception getException()
        Get the component exception if error occurred.
        Returns:
        The exception or null if no error.
      • setException

        public void setException​(java.lang.Exception exception)
        Set the component exception if error occurred.
        Parameters:
        exception - The exception or null if no error.