| Package | Description |
|---|---|
| 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.context.notification |
Internal server notification types fired via the MuleManager.
|
| org.mule.lifecycle | |
| org.mule.registry |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleContext.addRegistry(Registry registry)
Deprecated.
|
void |
DefaultMuleContext.removeRegistry(Registry registry)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MuleContext.addRegistry(Registry registry)
Deprecated.
as of 3.7.0. This will be removed in Mule 4.0
|
void |
MuleContext.removeRegistry(Registry registry)
Deprecated.
as of 3.7.0. This will be removed in Mule 4.0
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LifecycleRegistry
A
Registry which not only registers and fetches objects,
but it's also capable of applying lifecycle and injects dependencies |
interface |
MuleRegistry
Adds lookup/register/unregister methods for Mule-specific entities to the standard
Registry interface.
|
interface |
RegistryBroker
Deprecated.
as of 3.7.0. This will be removed in Mule 4.0
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Registry> |
RegistryProvider.getRegistries()
Returns an immutable view of all active
Registry instances for
the current MuleContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
RegistryBroker.addRegistry(Registry registry)
Deprecated.
|
void |
RegistryBroker.removeRegistry(Registry registry)
Deprecated.
|
| Constructor and Description |
|---|
RegistryNotification(Registry registry,
int action) |
RegistryNotification(Registry registry,
String action) |
| Constructor and Description |
|---|
RegistryBrokerLifecycleManager(String id,
Registry object,
MuleContext muleContext)
Deprecated.
|
RegistryLifecycleManager(String id,
Registry object,
Map<String,LifecyclePhase> phases) |
RegistryLifecycleManager(String id,
Registry object,
MuleContext muleContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRegistry |
class |
AbstractRegistryBroker
Deprecated.
as of 3.7.0. This will be removed in Mule 4.0
|
class |
DefaultRegistryBroker
Deprecated.
as of 3.7.0. This will be removed in Mule 4.0
|
class |
MuleRegistryHelper
Adds lookup/register/unregister methods for Mule-specific entities to the standard
Registry interface.
|
class |
SimpleRegistry
A very simple implementation of
LifecycleRegistry. |
class |
TransientRegistry
Deprecated.
as of 3.7.0. Use
instead. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Registry> |
MuleRegistryHelper.getRegistries() |
Collection<Registry> |
DefaultRegistryBroker.getRegistries()
Deprecated.
Returns an immutable view of all active
Registry instances for
the current MuleContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRegistryBroker.addRegistry(Registry registry)
Deprecated.
|
void |
DefaultRegistryBroker.removeRegistry(Registry registry)
Deprecated.
|
| Constructor and Description |
|---|
RegistryMap(int i,
float v,
Registry registry) |
RegistryMap(int i,
Registry registry) |
RegistryMap(Map map,
Registry registry) |
RegistryMap(Registry registry) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.