public interface LifecycleAware
| Modifier and Type | Method and Description |
|---|---|
void |
start()
Start the configuration-driven resource.
|
void |
stop()
Close the configuration driven resource, either because the
configuration was deleted, the bundle is stopping, or an update
could not be dynamically applied.
|
default boolean |
update(Map<String,Object> properties)
Update the configuration-driven resource.
|
void start()
throws Exception
Exceptiondefault boolean update(Map<String,Object> properties) throws Exception
ExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.