|
||||||||||
| 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.module.management.mbean | Jmx Management beans for mule components, the model and the Mule server. |
| org.mule.registry | |
| org.mule.transport.service | Provides SPI support for building mule connectors and providers using service descriptors. |
| Uses of Registry in org.mule |
|---|
| Methods in org.mule with parameters of type Registry | |
|---|---|
void |
DefaultMuleContext.addRegistry(long id,
Registry registry)
|
protected MuleRegistry |
DefaultMuleContext.createRegistryHelper(Registry registry)
|
| Uses of Registry in org.mule.api |
|---|
| Methods in org.mule.api with parameters of type Registry | |
|---|---|
void |
MuleContext.addRegistry(long id,
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(long id,
Registry registry)
|
static ServiceDescriptor |
ServiceDescriptorFactory.create(String type,
String name,
Properties props,
Properties overrides,
Registry registry,
ClassLoader classLoader)
Factory method to create a new service descriptor. |
| Uses of Registry in org.mule.config.spring |
|---|
| Classes in org.mule.config.spring that implement Registry | |
|---|---|
class |
SpringRegistry
|
| 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.module.management.mbean |
|---|
| Constructors in org.mule.module.management.mbean with parameters of type Registry | |
|---|---|
RegistryService(Registry registry)
|
|
| 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
|
| Methods in org.mule.registry with parameters of type Registry | |
|---|---|
void |
DefaultRegistryBroker.addRegistry(long id,
Registry registry)
|
| Constructors in org.mule.registry with parameters of type Registry | |
|---|---|
MuleRegistryHelper(Registry registry)
|
|
| Uses of Registry in org.mule.transport.service |
|---|
| Constructors in org.mule.transport.service with parameters of type Registry | |
|---|---|
DefaultTransportServiceDescriptor(String service,
Properties props,
Registry registry,
ClassLoader classLoader)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||