org.jboss.weld.bean.builtin
Class AbstractFacade.AbstractFacadeSerializationProxy<T,X>

java.lang.Object
  extended by org.jboss.weld.bean.builtin.AbstractFacade.AbstractFacadeSerializationProxy<T,X>
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractFacade<T,X>

protected static class AbstractFacade.AbstractFacadeSerializationProxy<T,X>
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
protected AbstractFacade.AbstractFacadeSerializationProxy(AbstractFacade<T,X> facade)
           
 
Method Summary
protected  BeanManagerImpl getBeanManager()
           
protected  javax.enterprise.context.spi.CreationalContext<? super T> getCreationalContext()
           
protected  javax.enterprise.inject.spi.InjectionPoint getInjectionPoint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFacade.AbstractFacadeSerializationProxy

protected AbstractFacade.AbstractFacadeSerializationProxy(AbstractFacade<T,X> facade)
Method Detail

getBeanManager

protected BeanManagerImpl getBeanManager()

getInjectionPoint

protected javax.enterprise.inject.spi.InjectionPoint getInjectionPoint()

getCreationalContext

protected javax.enterprise.context.spi.CreationalContext<? super T> getCreationalContext()


Copyright © 2013 Seam Framework. All Rights Reserved.