Class ManageableComponentAdapterMT<T>

    • Constructor Detail

      • ManageableComponentAdapterMT

        public ManageableComponentAdapterMT​(org.exoplatform.container.ExoContainer holder,
                                            ConcurrentContainerMT container,
                                            Object key,
                                            Class<T> implementation)
    • Method Detail

      • register

        protected void register​(org.exoplatform.container.spi.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 MX4JComponentAdapterMT<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 org.exoplatform.container.jmx.MX4JComponentAdapter<T>