|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.hk2.internal.ClazzCreator<T>
T
- The type of object this creator createspublic class ClazzCreator<T>
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public InstanceLifecycleEventImpl create(ServiceHandle<?> root)
Creator
create
in interface Creator<T>
public void dispose(T instance)
Creator
dispose
in interface Creator<T>
instance
- removes the given instancepublic List<Injectee> getInjectees()
Creator
getInjectees
in interface Creator<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |