| 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> |
DefaultRegistryBroker.getRegistries()
Deprecated.
Returns an immutable view of all active
Registry instances for the current MuleContext. |
Collection<Registry> |
MuleRegistryHelper.getRegistries() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRegistryBroker.addRegistry(Registry registry)
Deprecated.
|
void |
DefaultRegistryBroker.removeRegistry(Registry registry)
Deprecated.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.