Class ManageableComponentAdapter<T>

All Implemented Interfaces:
Serializable, javax.enterprise.context.spi.Contextual<T>, javax.enterprise.inject.spi.PassivationCapable, ComponentAdapter<T>, ComponentAdapter<T>

public class ManageableComponentAdapter<T> extends MX4JComponentAdapter<T>
Version:
$Revision$
Author:
Julien Viet
See Also:
  • Constructor Details

  • Method Details

    • register

      protected void register(Container co, Object instance)
    • create

      public T create(javax.enterprise.context.spi.CreationalContext<T> creationalContext)
      Specified by:
      create in interface javax.enterprise.context.spi.Contextual<T>
      Overrides:
      create in class MX4JComponentAdapter<T>
    • destroy

      public void destroy(T instance, javax.enterprise.context.spi.CreationalContext<T> creationalContext)
      Specified by:
      destroy in interface javax.enterprise.context.spi.Contextual<T>
      Overrides:
      destroy in class MX4JComponentAdapter<T>