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.


Field Summary
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Disposable
PHASE_NAME
 
Method Summary
 void addRegistry(long id, Registry registry)
           
 void removeRegistry(long id)
           
 
Methods inherited from interface org.mule.api.registry.Registry
getRegistryId, isReadOnly, isRemote, lookupObject, lookupObject, lookupObjects, registerObject, registerObject, registerObjects, unregisterObject, unregisterObject
 
Methods inherited from interface org.mule.api.lifecycle.Initialisable
initialise
 
Methods inherited from interface org.mule.api.lifecycle.Disposable
dispose
 

Method Detail

addRegistry

void addRegistry(long id,
                 Registry registry)

removeRegistry

void removeRegistry(long id)


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.