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

See Also:
Serialized Form

Nested Class Summary
static class DependentCreationalContext.DependentType
           
 
Constructor Summary
DependentCreationalContext(Contextual<S> contextual)
           
 
Method Summary
 Contextual<S> getContextual()
           
 DependentCreationalContext.DependentType getDependentType()
           
 Object getInstance()
           
 void setContextual(Contextual<S> contextual)
           
 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(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 Contextual<S> getContextual()
Returns:
the contextual

setContextual

public void setContextual(Contextual<S> contextual)
Parameters:
contextual - the contextual to set


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