public class RegistryLifecycleCallback<T> extends Object implements LifecycleCallback<T>
LifecycleCallback for applying Registry lifecycles| Modifier and Type | Field and Description |
|---|---|
protected RegistryLifecycleManager |
registryLifecycleManager |
| Constructor and Description |
|---|
RegistryLifecycleCallback(RegistryLifecycleManager registryLifecycleManager) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<?> |
lookupObjectsForLifecycle(LifecycleObject lo) |
void |
onTransition(String phaseName,
T object) |
protected final RegistryLifecycleManager registryLifecycleManager
public RegistryLifecycleCallback(RegistryLifecycleManager registryLifecycleManager)
public void onTransition(String phaseName, T object) throws MuleException
onTransition in interface LifecycleCallback<T>MuleExceptionprotected Collection<?> lookupObjectsForLifecycle(LifecycleObject lo)
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.