Class ActivationEventImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      ActivationEventImpl()
      Do not use this constructor.
      ActivationEventImpl​(org.kie.api.runtime.rule.Match activation, org.kie.api.runtime.KieRuntime kruntime)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.kie.api.runtime.KieRuntime getKieRuntime()  
      org.kie.api.runtime.rule.Match getMatch()  
      void readExternal​(java.io.ObjectInput in)  
      java.lang.String toString()  
      void writeExternal​(java.io.ObjectOutput out)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ActivationEventImpl

        public ActivationEventImpl​(org.kie.api.runtime.rule.Match activation,
                                   org.kie.api.runtime.KieRuntime kruntime)
      • ActivationEventImpl

        public ActivationEventImpl()
        Do not use this constructor. It should be used just by deserialization.
    • Method Detail

      • getMatch

        public org.kie.api.runtime.rule.Match getMatch()
        Specified by:
        getMatch in interface org.kie.api.event.rule.MatchEvent
      • getKieRuntime

        public org.kie.api.runtime.KieRuntime getKieRuntime()
        Specified by:
        getKieRuntime in interface org.kie.api.event.KieRuntimeEvent
      • writeExternal

        public void writeExternal​(java.io.ObjectOutput out)
                           throws java.io.IOException
        Specified by:
        writeExternal in interface java.io.Externalizable
        Throws:
        java.io.IOException
      • readExternal

        public void readExternal​(java.io.ObjectInput in)
                          throws java.io.IOException,
                                 java.lang.ClassNotFoundException
        Specified by:
        readExternal in interface java.io.Externalizable
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object