arta.synergy.ejb.bp.util
Class CommonEventListener

java.lang.Object
  extended by arta.synergy.ejb.bp.util.CommonEventListener
All Implemented Interfaces:
java.io.Serializable, org.jbpm.api.listener.EventListener
Direct Known Subclasses:
ProcessFinishedListener, StateLogListener

public class CommonEventListener
extends java.lang.Object
implements org.jbpm.api.listener.EventListener

Created by IntelliJ IDEA. User: topa Date: 28.02.2012 Time: 16:54:23
Листенер для событий процессов. Проверяет в базе есть ли лисенер для данного процесса и данного состояния процесса и их вызывает.
Листенеры в таблице process_listeners

See Also:
Serialized Form

Field Summary
protected  java.lang.String procInstID
           
 
Constructor Summary
CommonEventListener()
           
 
Method Summary
 void notify(org.jbpm.api.listener.EventListenerExecution execution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

procInstID

protected java.lang.String procInstID
Constructor Detail

CommonEventListener

public CommonEventListener()
Method Detail

notify

public void notify(org.jbpm.api.listener.EventListenerExecution execution)
            throws java.lang.Exception
Specified by:
notify in interface org.jbpm.api.listener.EventListener
Throws:
java.lang.Exception


Copyright © 2000 Dummy Corp. All Rights Reserved.