| Package | Description | 
|---|---|
| jakarta.enterprise.inject.spi | 
 The portable extension integration SPI. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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()
Instantiate a new UnmanagedInstance 
 | 
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 © 2018,2020 Eclipse Foundation.
Use is subject to license terms.