Interface DestructableComponent
-
- All Superinterfaces:
Component
- All Known Implementing Classes:
AbstractIdentifiableInitializableComponent,AbstractIdentifiedInitializableComponent,AbstractInitializableComponent,AbstractReloadableService,BasicAccessControlService,BasicKeystoreKeyStrategy,BasicParserPool,CookieManager,DataSealer,DelegatingAccessControlService,FileCachingHttpClientBuilder.StorageManagingHttpClient,IdleConnectionSweeper,IPRangeAccessControl,ScriptedKeyStrategy,ScriptedRunnable
public interface DestructableComponent extends Component
A component which can be destroyed and its resources reclaimed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()Destroys the component.booleanisDestroyed()Gets whether this component has been destroyed.
-