类 ActionManagement<T>
- java.lang.Object
-
- tech.testnx.cah.support.AbstractBehaviorManagement<T>
-
- tech.testnx.cah.support.ActionManagement<T>
-
- 所有已实现的接口:
ManageBehavior<T>
public class ActionManagement<T> extends AbstractBehaviorManagement<T>
- 作者:
- Yun
-
-
字段概要
-
从类继承的字段 tech.testnx.cah.support.AbstractBehaviorManagement
ERRORS
-
-
构造器概要
构造器 构造器 说明 ActionManagement()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 TgetManagedInstance(Class<T> cls, T obj)Action annotation with retry value If action method is executed with exception then retry If action method return type is not void then return value is null then retry If action method return type is not void then return value is not null then do not retry.
-
-
-
方法详细资料
-
getManagedInstance
public T getManagedInstance(Class<T> cls, T obj)
Action annotation with retry value If action method is executed with exception then retry If action method return type is not void then return value is null then retry If action method return type is not void then return value is not null then do not retry.- 参数:
obj-- 返回:
-
-