Liferay 7.0-ce-b4

com.liferay.portal.kernel.workflow.test
Class WorkflowHandlerInvocationCounter<T>

java.lang.Object
  extended by com.liferay.portal.kernel.workflow.test.WorkflowHandlerInvocationCounter<T>
All Implemented Interfaces:
AutoCloseable

public class WorkflowHandlerInvocationCounter<T>
extends Object
implements AutoCloseable


Constructor Summary
WorkflowHandlerInvocationCounter(String className)
           
 
Method Summary
 void close()
           
 int getCount(String methodName, Class<?>... parameterTypes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowHandlerInvocationCounter

public WorkflowHandlerInvocationCounter(String className)
Method Detail

close

public void close()
           throws Exception
Specified by:
close in interface AutoCloseable
Throws:
Exception

getCount

public int getCount(String methodName,
                    Class<?>... parameterTypes)
             throws Exception
Throws:
Exception

Liferay 7.0-ce-b4