public interface Disposable
dispose() must be called once during shutdown, directly after Startable.stop() (if the component implements the Startable interface).the Startable interface if you need to start() and
stop() semantics.| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose this component.
|
Copyright © 2016 eXo Platform SAS. All Rights Reserved.