|
||||||||||
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 |
List<Injectee> |
getInjectees()
Returns all the injectees needed prior to creating this object |
Method Detail |
---|
List<Injectee> getInjectees()
InstanceLifecycleEventImpl create(ServiceHandle<?> root) throws MultiException
MultiException
void dispose(T instance)
instance
- removes the given instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |