|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RegistrationException | |
|---|---|
| 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.endpoint | Implemtation of Mule endpoint uris. |
| org.mule.module.guice | |
| org.mule.registry | |
| Uses of RegistrationException in org.mule |
|---|
| Methods in org.mule that throw RegistrationException | |
|---|---|
void |
DefaultMuleContext.deregister()
|
void |
DefaultMuleContext.register()
|
void |
DefaultMuleContext.setQueueManager(QueueManager queueManager)
|
void |
DefaultMuleContext.setSecurityManager(SecurityManager securityManager)
Sets the security manager used by this Mule instance to authenticate and authorise incoming and outgoing event traffic and service invocations |
void |
DefaultMuleContext.setTransactionManager(TransactionManager manager)
Sets the Jta Transaction Manager to use with this Mule server instance |
| Uses of RegistrationException in org.mule.api |
|---|
| Methods in org.mule.api that throw RegistrationException | |
|---|---|
void |
MuleContext.setQueueManager(QueueManager queueManager)
Sets the queue manager used by mule for queuing events. |
void |
MuleContext.setSecurityManager(SecurityManager securityManager)
Sets the security manager used by this Mule instance to authenticate and authorise incoming and outgoing event traffic and service invocations |
| Uses of RegistrationException in org.mule.api.registry |
|---|
| Methods in org.mule.api.registry that throw RegistrationException | ||
|---|---|---|
|
Registry.lookupObject(Class<T> clazz)
Look up a single object by type. |
|
void |
Registry.registerObject(String key,
Object value)
|
|
void |
Registry.registerObject(String key,
Object value,
Object metadata)
|
|
void |
Registry.registerObjects(Map<String,Object> objects)
|
|
void |
Registry.unregisterObject(String key)
|
|
void |
Registry.unregisterObject(String key,
Object metadata)
|
|
| Uses of RegistrationException in org.mule.config.spring |
|---|
| Methods in org.mule.config.spring that throw RegistrationException | |
|---|---|
void |
SpringRegistry.registerObject(String key,
Object value)
|
void |
SpringRegistry.registerObject(String key,
Object value,
Object metadata)
|
void |
SpringRegistry.registerObjects(Map objects)
|
void |
SpringRegistry.unregisterObject(String key,
Object metadata)
|
| Uses of RegistrationException in org.mule.endpoint |
|---|
| Methods in org.mule.endpoint that throw RegistrationException | |
|---|---|
protected ImmutableEndpoint |
DefaultEndpointFactory.registerEndpoint(ImmutableEndpoint endpoint)
|
| Uses of RegistrationException in org.mule.module.guice |
|---|
| Methods in org.mule.module.guice that throw RegistrationException | |
|---|---|
protected void |
AbstractMuleGuiceModule.initialiseObject(Object o)
A convenience method that will register an object in the registry using its hashcode as the key. |
void |
GuiceRegistry.registerObject(String key,
Object value)
|
void |
GuiceRegistry.registerObject(String key,
Object value,
Object metadata)
|
void |
GuiceRegistry.registerObjects(Map objects)
|
void |
GuiceRegistry.unregisterObject(String key)
|
void |
GuiceRegistry.unregisterObject(String key,
Object metadata)
|
| Uses of RegistrationException in org.mule.registry |
|---|
| Methods in org.mule.registry that throw RegistrationException | ||
|---|---|---|
Object |
MuleRegistryHelper.lookupObject(Class type)
|
|
|
AbstractRegistry.lookupObject(Class<T> type)
|
|
|
AbstractRegistryBroker.lookupObject(Class<T> type)
|
|
void |
MuleRegistryHelper.registerObject(String key,
Object value)
|
|
void |
AbstractRegistryBroker.registerObject(String key,
Object value)
|
|
void |
TransientRegistry.registerObject(String key,
Object value)
Allows for arbitary registration of transient objects |
|
void |
MuleRegistryHelper.registerObject(String key,
Object value,
Object metadata)
|
|
void |
AbstractRegistryBroker.registerObject(String key,
Object value,
Object metadata)
|
|
void |
TransientRegistry.registerObject(String key,
Object object,
Object metadata)
Allows for arbitary registration of transient objects |
|
void |
MuleRegistryHelper.registerObjects(Map objects)
|
|
void |
AbstractRegistryBroker.registerObjects(Map objects)
|
|
void |
TransientRegistry.registerObjects(Map objects)
|
|
void |
MuleRegistryHelper.unregisterObject(String key)
|
|
void |
AbstractRegistryBroker.unregisterObject(String key)
|
|
void |
TransientRegistry.unregisterObject(String key)
|
|
void |
MuleRegistryHelper.unregisterObject(String key,
Object metadata)
|
|
void |
AbstractRegistryBroker.unregisterObject(String key,
Object metadata)
|
|
void |
TransientRegistry.unregisterObject(String key,
Object metadata)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||