Class SingletonComponentInstance

All Implemented Interfaces:
Serializable, ComponentInstance

public class SingletonComponentInstance extends SessionBeanComponentInstance
Author:
Jaikiran Pai
See Also:
  • Constructor Details

    • SingletonComponentInstance

      public SingletonComponentInstance(BasicComponent component, org.jboss.invocation.Interceptor preDestroyInterceptor, Map<Method,org.jboss.invocation.Interceptor> methodInterceptors)
      Construct a new instance.
      Parameters:
      component - the component
  • Method Details