Class PersistableRunner.EndOperationListenerImpl

  • All Implemented Interfaces:
    org.drools.core.common.EndOperationListener
    Enclosing class:
    PersistableRunner

    public static class PersistableRunner.EndOperationListenerImpl
    extends java.lang.Object
    implements org.drools.core.common.EndOperationListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void endOperation​(org.drools.core.common.InternalKnowledgeRuntime kruntime)  
      • Methods inherited from class java.lang.Object

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

      • EndOperationListenerImpl

        public EndOperationListenerImpl​(org.drools.persistence.api.TransactionManager txm,
                                        SessionInfo info)
    • Method Detail

      • endOperation

        public void endOperation​(org.drools.core.common.InternalKnowledgeRuntime kruntime)
        Specified by:
        endOperation in interface org.drools.core.common.EndOperationListener