org.apache.webbeans.context.creational
Class DependentCreationalContext<S>

java.lang.Object
  extended by org.apache.webbeans.context.creational.DependentCreationalContext<S>
All Implemented Interfaces:
Serializable

public class DependentCreationalContext<S>
extends Object
implements Serializable

This class contains creation information about @Dependent scoped contextual instances.

See Also:
Serialized Form

Nested Class Summary
static class DependentCreationalContext.DependentType
           
 
Constructor Summary
DependentCreationalContext(javax.enterprise.context.spi.Contextual<S> contextual)
           
 
Method Summary
 javax.enterprise.context.spi.Contextual<S> getContextual()
           
 DependentCreationalContext.DependentType getDependentType()
           
 Object getInstance()
           
 void setDependentType(DependentCreationalContext.DependentType dependentType)
           
 void setInstance(Object instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependentCreationalContext

public DependentCreationalContext(javax.enterprise.context.spi.Contextual<S> contextual)
Method Detail

getInstance

public Object getInstance()
Returns:
the instance

setInstance

public void setInstance(Object instance)
Parameters:
instance - the instance to set

getDependentType

public DependentCreationalContext.DependentType getDependentType()
Returns:
the dependentType

setDependentType

public void setDependentType(DependentCreationalContext.DependentType dependentType)
Parameters:
dependentType - the dependentType to set

getContextual

public javax.enterprise.context.spi.Contextual<S> getContextual()
Returns:
the contextual


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.