@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()
InstanceLifecycleListener
getFilter
in interface InstanceLifecycleListener
public void lifecycleEvent(InstanceLifecycleEvent lifecycleEvent)
InstanceLifecycleListener
lifecycleEvent
in interface InstanceLifecycleListener
lifecycleEvent
- The event that has occurred, will not be nullCopyright © 2009–2017 Oracle Corporation. All rights reserved.