public interface LifeCycle
start()
method can be used to initialize state of
the managed object (obtaining resources, connections, ...), where respectively the stop()
method can be used to free resources used by the managed object (releasing connections, clearing caches, ...).
Note that Lifecycle is only used with AmService
associated services.
Modifier and Type | Method and Description |
---|---|
void |
start()
Starts this object.
|
void |
stop()
Stops this object.
|
Copyright 2011-2017 ForgeRock AS.