Class InterceptorClassDescription


  • public class InterceptorClassDescription
    extends Object
    Post class loading description of an interceptor class.
    Author:
    Stuart Douglas
    • Constructor Detail

      • InterceptorClassDescription

        public InterceptorClassDescription​(org.jboss.invocation.proxy.MethodIdentifier aroundInvoke,
                                           org.jboss.invocation.proxy.MethodIdentifier aroundTimeout,
                                           org.jboss.invocation.proxy.MethodIdentifier aroundConstruct,
                                           org.jboss.invocation.proxy.MethodIdentifier preDestroy,
                                           org.jboss.invocation.proxy.MethodIdentifier postConstruct,
                                           org.jboss.invocation.proxy.MethodIdentifier postActivate,
                                           org.jboss.invocation.proxy.MethodIdentifier prePassivate)
    • Method Detail

      • getAroundInvoke

        public org.jboss.invocation.proxy.MethodIdentifier getAroundInvoke()
      • getAroundTimeout

        public org.jboss.invocation.proxy.MethodIdentifier getAroundTimeout()
      • getPostConstruct

        public org.jboss.invocation.proxy.MethodIdentifier getPostConstruct()
      • getPreDestroy

        public org.jboss.invocation.proxy.MethodIdentifier getPreDestroy()
      • getPrePassivate

        public org.jboss.invocation.proxy.MethodIdentifier getPrePassivate()
      • getPostActivate

        public org.jboss.invocation.proxy.MethodIdentifier getPostActivate()
      • getAroundConstruct

        public org.jboss.invocation.proxy.MethodIdentifier getAroundConstruct()