|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface DynamicBinderFactory
Sub interfaces of the BinderFactory
to allow dynamic registration of
services.
Method Summary | |
---|---|
Bindings |
commit()
Deprecated. Commits all the binders to the Services registry. |
Methods inherited from interface org.glassfish.hk2.BinderFactory |
---|
bind, bind, bind, bind, bind, inParent |
Method Detail |
---|
Bindings commit()
Services
registry.
The return object can be used to release all of the bindings as a group.
WARNING: Hk2 does not guard against the possibility that someone has
cached (or injected) a Provider
from the committed Bindings
group. Upon {#release()
these services become orphaned as they
are no longer registered in Services
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |