org.activiti.engine.impl.delegate
类 DefaultDelegateInterceptor

java.lang.Object
  继承者 org.activiti.engine.impl.delegate.DefaultDelegateInterceptor
所有已实现的接口:
DelegateInterceptor

public class DefaultDelegateInterceptor
extends Object
implements DelegateInterceptor

Default implementation, simply proceeding the call.

作者:
Daniel Meyer

构造方法摘要
DefaultDelegateInterceptor()
           
 
方法摘要
 void handleInvocation(DelegateInvocation invocation)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

DefaultDelegateInterceptor

public DefaultDelegateInterceptor()
方法详细信息

handleInvocation

public void handleInvocation(DelegateInvocation invocation)
                      throws Exception
指定者:
接口 DelegateInterceptor 中的 handleInvocation
抛出:
Exception


Copyright © 2013 Alfresco. All rights reserved.