|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Registry | |
|---|---|
| org.mule | The Mule implementation of the Universal Message Objects(tm) API specification. |
| org.mule.api | The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them |
| org.mule.api.registry | |
| org.mule.config.spring | Support claases for Load Mule from Spring. |
| org.mule.context.notification | Internal server notification types fired via the MuleManager. |
| org.mule.lifecycle | |
| org.mule.module.guice | |
| org.mule.registry | |
| Uses of Registry in org.mule |
|---|
| Methods in org.mule with parameters of type Registry | |
|---|---|
void |
DefaultMuleContext.addRegistry(Registry registry)
|
void |
DefaultMuleContext.removeRegistry(Registry registry)
|
| Uses of Registry in org.mule.api |
|---|
| Methods in org.mule.api with parameters of type Registry | |
|---|---|
void |
MuleContext.addRegistry(Registry registry)
|
void |
MuleContext.removeRegistry(Registry registry)
|
| Uses of Registry in org.mule.api.registry |
|---|
| Subinterfaces of Registry in org.mule.api.registry | |
|---|---|
interface |
MuleRegistry
Adds lookup/register/unregister methods for Mule-specific entities to the standard Registry interface. |
interface |
RegistryBroker
A RegistryBroker delegates calls to a collection of Registries. |
| Methods in org.mule.api.registry with parameters of type Registry | |
|---|---|
void |
RegistryBroker.addRegistry(Registry registry)
|
void |
RegistryBroker.removeRegistry(Registry registry)
|
| Uses of Registry in org.mule.config.spring |
|---|
| Classes in org.mule.config.spring that implement Registry | |
|---|---|
class |
SpringRegistry
|
| Fields in org.mule.config.spring declared as Registry | |
|---|---|
protected Registry |
SpringXmlConfigurationBuilder.registry
|
| Uses of Registry in org.mule.context.notification |
|---|
| Constructors in org.mule.context.notification with parameters of type Registry | |
|---|---|
RegistryNotification(Registry registry,
int action)
|
|
RegistryNotification(Registry registry,
String action)
|
|
| Uses of Registry in org.mule.lifecycle |
|---|
| Constructors in org.mule.lifecycle with parameters of type Registry | |
|---|---|
RegistryLifecycleManager(String id,
Registry object,
Map<String,LifecyclePhase> phases)
|
|
RegistryLifecycleManager(String id,
Registry object,
MuleContext muleContext)
|
|
| Uses of Registry in org.mule.module.guice |
|---|
| Classes in org.mule.module.guice that implement Registry | |
|---|---|
class |
GuiceRegistry
The internal Mule interface for retreiving objects from a Guice injector. |
| Uses of Registry in org.mule.registry |
|---|
| Classes in org.mule.registry that implement Registry | |
|---|---|
class |
AbstractRegistry
|
class |
AbstractRegistryBroker
|
class |
DefaultRegistryBroker
|
class |
MuleRegistryHelper
Adds lookup/register/unregister methods for Mule-specific entities to the standard Registry interface. |
class |
TransientRegistry
Use synchronized(registry) when reading/writing/iterating over the contents of the registry hashmap. |
| Methods in org.mule.registry that return types with arguments of type Registry | |
|---|---|
protected Collection<Registry> |
DefaultRegistryBroker.getRegistries()
|
protected abstract Collection<Registry> |
AbstractRegistryBroker.getRegistries()
|
| Methods in org.mule.registry with parameters of type Registry | |
|---|---|
void |
DefaultRegistryBroker.addRegistry(Registry registry)
|
void |
DefaultRegistryBroker.removeRegistry(Registry registry)
|
| Constructors in org.mule.registry with parameters of type Registry | |
|---|---|
RegistryMap(int i,
float v,
Registry registry)
|
|
RegistryMap(int i,
Registry registry)
|
|
RegistryMap(Map map,
Registry registry)
|
|
RegistryMap(Registry registry)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||