类 SeataTransAopMaker

  • 所有已实现的接口:
    org.nutz.ioc.aop.config.AopConfigration, org.nutz.ioc.IocLoader, org.nutz.lang.util.LifeCycle

    @IocBean(name="$aop_fescar_GlobalTransactional")
    public class SeataTransAopMaker
    extends org.nutz.ioc.aop.SimpleAopMaker<io.seata.spring.annotation.GlobalTransactional>
    • 嵌套类概要

      • 从接口继承的嵌套类/接口 org.nutz.lang.util.LifeCycle

        org.nutz.lang.util.LifeCycle.Event, org.nutz.lang.util.LifeCycle.Listener
    • 字段概要

      • 从类继承的字段 org.nutz.ioc.aop.SimpleAopMaker

        annoClass, iocName
      • 从接口继承的字段 org.nutz.ioc.aop.config.AopConfigration

        IOCNAME
    • 构造器详细资料

      • SeataTransAopMaker

        public SeataTransAopMaker()
    • 方法详细资料

      • makeIt

        public List<? extends org.nutz.aop.MethodInterceptor> makeIt​(io.seata.spring.annotation.GlobalTransactional t,
                                                                     Method method,
                                                                     org.nutz.ioc.Ioc ioc)
        指定者:
        makeIt 在类中 org.nutz.ioc.aop.SimpleAopMaker<io.seata.spring.annotation.GlobalTransactional>
      • getName

        public String[] getName()
        指定者:
        getName 在接口中 org.nutz.ioc.IocLoader
        覆盖:
        getName 在类中 org.nutz.ioc.aop.SimpleAopMaker<io.seata.spring.annotation.GlobalTransactional>
      • has

        public boolean has​(String name)
        指定者:
        has 在接口中 org.nutz.ioc.IocLoader
        覆盖:
        has 在类中 org.nutz.ioc.aop.SimpleAopMaker<io.seata.spring.annotation.GlobalTransactional>