org.mule.api.registry
Interface RegistryBroker
- All Superinterfaces:
- Disposable, Initialisable, Registry
- All Known Implementing Classes:
- AbstractRegistryBroker, DefaultRegistryBroker
public interface RegistryBroker
- extends Registry
A RegistryBroker delegates calls to a collection of Registries.
Methods inherited from interface org.mule.api.registry.Registry |
fireLifecycle, get, getRegistryId, isReadOnly, isRemote, lookupByType, lookupObject, lookupObject, lookupObjects, lookupObjectsForLifecycle, registerObject, registerObject, registerObjects, unregisterObject, unregisterObject |
addRegistry
void addRegistry(Registry registry)
removeRegistry
void removeRegistry(Registry registry)
Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.