public interface Disposable
dispose()
must be called once during shutdown, directly after Startable.stop()
(if the component implements the Startable
interface).Modifier and Type | Method and Description |
---|---|
void |
dispose()
Dispose this component.
|
void dispose()
Copyright © 2003–2015 Codehaus. All rights reserved.