org.glassfish.hk2
Interface Releasable

All Known Subinterfaces:
Bindings, Creator<T>, Inhabitant<T>, ManagedComponentProvider<T>
All Known Implementing Classes:
AbstractCreatorImpl, AbstractCreatorInhabitantImpl, AbstractInhabitantImpl, ConfigBean, ConstructorCreator, CreatorImpl, Dom, EventPublishingInhabitant, ExistingSingletonInhabitant, InhabitantImpl, LazyInhabitant, ScopedInhabitant

Deprecated.

@Deprecated
public interface Releasable

Represents something that can be released.

Author:
Jeff Trent, Tom Beerbower

Method Summary
 void release()
          Deprecated. Release the component/service if active.
 

Method Detail

release

void release()
Deprecated. 
Release the component/service if active.



Copyright © 2013 Oracle Corporation. All Rights Reserved.