org.glassfish.hk2
Interface Bindings

All Superinterfaces:
Releasable

public interface Bindings
extends Releasable

This represents the result of dynamically binding [services] to the underlying Services instance.

WARNING: Hk2 does not guard against the possibility that someone has cached (or injected) a Provider from the committed Bindings group. Upon {Releasable.release() these services become orphaned as they are no longer registered in Services.

Author:
Jeff Trent, Tom Beerbower
See Also:
Services.bindDynamically(), DynamicBinderFactory

Method Summary
 
Methods inherited from interface org.glassfish.hk2.Releasable
isActive, release
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.