org.camunda.bpm.engine.impl.metrics.parser
Class MetricsCaseExecutionListener

java.lang.Object
  extended by org.camunda.bpm.engine.impl.metrics.parser.MetricsCaseExecutionListener
All Implemented Interfaces:
CaseExecutionListener, DelegateListener<DelegateCaseExecution>

public class MetricsCaseExecutionListener
extends Object
implements CaseExecutionListener

Author:
Daniel Meyer

Field Summary
 
Fields inherited from interface org.camunda.bpm.engine.delegate.CaseExecutionListener
CLOSE, COMPLETE, CREATE, DISABLE, ENABLE, EXIT, MANUAL_START, OCCUR, PARENT_RESUME, PARENT_SUSPEND, PARENT_TERMINATE, RE_ACTIVATE, RE_ENABLE, RESUME, START, SUSPEND, TERMINATE
 
Constructor Summary
MetricsCaseExecutionListener()
           
 
Method Summary
 void notify(DelegateCaseExecution caseExecution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricsCaseExecutionListener

public MetricsCaseExecutionListener()
Method Detail

notify

public void notify(DelegateCaseExecution caseExecution)
            throws Exception
Specified by:
notify in interface CaseExecutionListener
Specified by:
notify in interface DelegateListener<DelegateCaseExecution>
Throws:
Exception


Copyright © 2016 camunda services GmbH. All rights reserved.