|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.hk2.internal.FactoryCreator<T>
T
- The thing this factory is producingpublic class FactoryCreator<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 List<Injectee> getInjectees()
Creator
getInjectees
in interface Creator<T>
public InstanceLifecycleEventImpl create(ServiceHandle<?> root) throws MultiException
Creator
create
in interface Creator<T>
MultiException
public void dispose(T instance)
Creator
dispose
in interface Creator<T>
instance
- removes the given instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |