org.glassfish.hk2
Interface Bindings

All Superinterfaces:
Releasable

Deprecated.

@Deprecated
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
 boolean isActive()
          Deprecated. Indicates whether or not this Bindings instance is active.
 
Methods inherited from interface org.glassfish.hk2.Releasable
release
 

Method Detail

isActive

boolean isActive()
Deprecated. 
Indicates whether or not this Bindings instance is active.

Returns:
true if this instance is currently active


Copyright © 2013 Oracle Corporation. All Rights Reserved.