public interface Creator<T>
| Modifier and Type | Method and Description |
|---|---|
InstanceLifecycleEventImpl |
create(ServiceHandle<?> root)
Creates an instance of the given type
|
void |
dispose(T instance)
Disposes the given instance
|
java.util.List<Injectee> |
getInjectees()
Returns all the injectees needed prior
to creating this object
|
java.util.List<Injectee> getInjectees()
InstanceLifecycleEventImpl create(ServiceHandle<?> root) throws MultiException
MultiExceptionvoid dispose(T instance)
instance - removes the given instanceCopyright © 2013 Oracle Corporation. All Rights Reserved.