org.apache.openejb.cdi
Class CurrentCreationalContext<T>

java.lang.Object
  extended by org.apache.openejb.cdi.CurrentCreationalContext<T>

public final class CurrentCreationalContext<T>
extends Object

Version:
$Rev$ $Date$

Constructor Summary
CurrentCreationalContext()
           
 
Method Summary
 javax.enterprise.context.spi.CreationalContext<T> get()
           
 void remove()
           
 void set(javax.enterprise.context.spi.CreationalContext<T> value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentCreationalContext

public CurrentCreationalContext()
Method Detail

get

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

set

public void set(javax.enterprise.context.spi.CreationalContext<T> value)

remove

public void remove()


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.