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-2014 Codehaus. All Rights Reserved.