Class SessionBeanProxyInstantiator<T>

  • All Implemented Interfaces:
    Instantiator<T>

    public class SessionBeanProxyInstantiator<T>
    extends Object
    implements Instantiator<T>
    Instantiator implementation that instantiates a proxy for a session bean.
    Author:
    Jozef Hartinger
    • Method Detail

      • hasInterceptorSupport

        public boolean hasInterceptorSupport()
        Description copied from interface: Instantiator
        Indicates whether instances created by this Instantiator support interception.
        Specified by:
        hasInterceptorSupport in interface Instantiator<T>
      • hasDecoratorSupport

        public boolean hasDecoratorSupport()
        Description copied from interface: Instantiator
        Indicates whether instances created by this Instantiator support decorators.
        Specified by:
        hasDecoratorSupport in interface Instantiator<T>
      • getConstructor

        public Constructor<T> getConstructor()
        Description copied from interface: Instantiator
        Returns the constructor used for instantiation. If an enhanced subclass is used for a component instance, this method returns the matching constructor of the original component class.
        Specified by:
        getConstructor in interface Instantiator<T>