Package | Description |
---|---|
javax.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() |
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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.