org.apache.myfaces.cdi.dependent
Class DependentInstanceEntry<T>

java.lang.Object
  extended by org.apache.myfaces.cdi.dependent.DependentInstanceEntry<T>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DependentBeanEntry

public class DependentInstanceEntry<T>
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DependentInstanceEntry(T instance, javax.enterprise.context.spi.CreationalContext<T> creationalContext)
           
 
Method Summary
 javax.enterprise.context.spi.CreationalContext<T> getCreationalContext()
           
 T getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependentInstanceEntry

public DependentInstanceEntry(T instance,
                              javax.enterprise.context.spi.CreationalContext<T> creationalContext)
Method Detail

getInstance

public T getInstance()

getCreationalContext

public javax.enterprise.context.spi.CreationalContext<T> getCreationalContext()


Copyright © 2014 The Apache Software Foundation. All rights reserved.