org.apache.webbeans.context.creational
Class DependentCreationalContext<S>
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DependentCreationalContext
public DependentCreationalContext(javax.enterprise.context.spi.Contextual<S> contextual)
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.