@Service public class StarterMallTryCatchFinallyHandler extends Object implements cn.schoolwow.quickflow.listener.TryCatchFinallyHandler
| 构造器和说明 |
|---|
StarterMallTryCatchFinallyHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
handleException(cn.schoolwow.quickflow.domain.FlowContext flowContext,
Exception e) |
void |
handleFinally(cn.schoolwow.quickflow.domain.FlowContext flowContext) |
void |
handleTry(cn.schoolwow.quickflow.domain.FlowContext flowContext) |
String |
name() |
public void handleTry(cn.schoolwow.quickflow.domain.FlowContext flowContext)
handleTry 在接口中 cn.schoolwow.quickflow.listener.TryCatchFinallyHandlerpublic void handleException(cn.schoolwow.quickflow.domain.FlowContext flowContext,
Exception e)
handleException 在接口中 cn.schoolwow.quickflow.listener.TryCatchFinallyHandlerpublic void handleFinally(cn.schoolwow.quickflow.domain.FlowContext flowContext)
handleFinally 在接口中 cn.schoolwow.quickflow.listener.TryCatchFinallyHandlerpublic String name()
name 在接口中 cn.schoolwow.quickflow.listener.TryCatchFinallyHandlerCopyright © 2024. All rights reserved.