|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Creator<T>
An internal interface that allows us to have the factory and class implementations
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
java.util.List<Injectee> getInjectees()
InstanceLifecycleEventImpl create(ServiceHandle<?> root)
throws MultiException
MultiExceptionvoid dispose(T instance)
instance - removes the given instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||