@Service @Singleton public class ConfigInstanceListener extends Object implements InstanceLifecycleListener
| Constructor and Description |
|---|
ConfigInstanceListener() |
| Modifier and Type | Method and Description |
|---|---|
Filter |
getFilter()
This returns a filter that tells the system whether a particular descriptor should be handled by this lifecycle
listener.
|
void |
lifecycleEvent(InstanceLifecycleEvent lifecycleEvent)
This method will be called when any lifecycle event occurs.
|
public Filter getFilter()
InstanceLifecycleListenergetFilter in interface InstanceLifecycleListenerpublic void lifecycleEvent(InstanceLifecycleEvent lifecycleEvent)
InstanceLifecycleListenerlifecycleEvent in interface InstanceLifecycleListenerlifecycleEvent - The event that has occurred, will not be nullCopyright © 2009–2017 Oracle Corporation. All rights reserved.