Uses of Class
javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance

Packages that use Unmanaged.UnmanagedInstance
javax.enterprise.inject.spi The portable extension integration SPI. 
 

Uses of Unmanaged.UnmanagedInstance in javax.enterprise.inject.spi
 

Methods in javax.enterprise.inject.spi that return Unmanaged.UnmanagedInstance
 Unmanaged.UnmanagedInstance<T> Unmanaged.UnmanagedInstance.dispose()
          Dispose of the instance, doing any necessary cleanup
 Unmanaged.UnmanagedInstance<T> Unmanaged.UnmanagedInstance.inject()
          Inject the instance
 Unmanaged.UnmanagedInstance<T> Unmanaged.newInstance()
           
 Unmanaged.UnmanagedInstance<T> Unmanaged.UnmanagedInstance.postConstruct()
          Call the @PostConstruct callback
 Unmanaged.UnmanagedInstance<T> Unmanaged.UnmanagedInstance.preDestroy()
          Call the @PreDestroy callback
 Unmanaged.UnmanagedInstance<T> Unmanaged.UnmanagedInstance.produce()
          Create the instance
 



Copyright © 2008-2013 JBoss by Red Hat, Inc.. All Rights Reserved.