Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I L M N O P Q R S T U V W

A

activateObject(Object) - Method in class org.mule.umo.impl.MuleProxyFactory
 
adapter - Variable in class org.mule.umo.impl.MuleEvent
The message adapter used to read the message payload of the event
add(MuleProviderDescriptor) - Method in class org.mule.umo.impl.ProviderList
Add a provider to the list
add(MuleProviderDescriptor, boolean) - Method in class org.mule.umo.impl.ProviderList
Add a provider to the list
addProvider(MuleProviderDescriptor) - Method in class org.mule.umo.impl.MuleDescriptor
 
addReceiveChain(UMOChain) - Method in class org.mule.umo.impl.MuleDescriptor
 
addReceiveProvider(MuleProviderDescriptor) - Method in class org.mule.umo.impl.ProviderList
Adds a receive provider to the list
addReceiveProvider(MuleProviderDescriptor, boolean) - Method in class org.mule.umo.impl.ProviderList
Adds a receive provider to the list
addReceiverProxy(ReceiverProxy) - Method in class org.mule.umo.impl.MuleSessionManager
Registers a Receiver proxy with the Session Manager
addSendChain(UMOChain) - Method in class org.mule.umo.impl.MuleDescriptor
 
addSendProvider(MuleProviderDescriptor) - Method in class org.mule.umo.impl.ProviderList
Adds a send provider to the list
addSendProvider(MuleProviderDescriptor, boolean) - Method in class org.mule.umo.impl.ProviderList
Adds a send provider to the list

B

breakChain - Variable in class org.mule.umo.impl.SimpleMuleChain
Determines if the the chain execution has been broken
breakChain() - Method in class org.mule.umo.impl.SimpleMuleChain
 

C

call(UMOEvent) - Method in class org.mule.umo.impl.MuleProxy
Makes a synchronous call on the UMO
checkReadOnly(String) - Method in class org.mule.umo.impl.MuleProviderDescriptor
Determines with the property specified is read-only Right now all properties on the provider are read-only if the read-only flag is set
checkReceiverProxies(UMOEvent) - Method in class org.mule.umo.impl.MuleSessionManager
Checks all registered ReceiverProxy objects to see if they are waiting for this event
clone() - Method in class org.mule.umo.impl.MuleProviderDescriptor
 
connector - Variable in class org.mule.umo.impl.MuleProviderDescriptor
The connector used to communicate with the external system
create(UMODescriptor) - Method in class org.mule.umo.impl.MuleFactorySupport
Creates a new Mule instance from a given configuration object
create() - Method in class org.mule.umo.impl.MuleFactorySupport
The method that actually creates the instance of the desired UMO
createOutboundEvent(Object) - Method in class org.mule.umo.impl.MuleUMO
 
createOutboundEvent(Object, HashMap) - Method in class org.mule.umo.impl.MuleUMO
A helper method for creating an outbound UMOEvent.
createOutboundEvent(Object, UMOProviderDescriptor) - Method in class org.mule.umo.impl.MuleUMO
A helper method for creating an outbound UMOEvent.
createOutboundEvent(Object, UMOProviderDescriptor, HashMap) - Method in class org.mule.umo.impl.MuleUMO
 
currentEvent - Variable in class org.mule.umo.impl.MuleUMO
the current event being processed by this component

D

DefaultExceptionStrategy - class org.mule.umo.impl.DefaultExceptionStrategy.
DefaultExceptionStrategy Provides a default exception handling strategy.
DefaultExceptionStrategy() - Constructor for class org.mule.umo.impl.DefaultExceptionStrategy
Default Constructor
DefaultExceptionStrategy(UniversalMessageObject) - Constructor for class org.mule.umo.impl.DefaultExceptionStrategy
Constructor
defaultProvider - Variable in class org.mule.umo.impl.MuleProviderDescriptor
Determines whether the provider is the default provider in a list of providers
defaultReceive - Variable in class org.mule.umo.impl.ProviderList
The name of the default receive provider
defaultSend - Variable in class org.mule.umo.impl.ProviderList
The name of the default send provider
descriptor - Variable in class org.mule.umo.impl.MuleProxyFactory
Holds the Mule descriptor for this factory
descriptor - Variable in class org.mule.umo.impl.MuleSession
The Mule descriptor associated with the session
descriptor - Variable in class org.mule.umo.impl.MuleUMO
The configuration descriptor for the component
descriptors - Variable in class org.mule.umo.impl.MuleSessionManager
Collection for mule descriptors registered in this Manager
destroy() - Method in class org.mule.umo.impl.MuleProxy
Destroys the proxy by delegating the call to the UMO.
destroy() - Method in class org.mule.umo.impl.MuleProxyPool
Destroys the objects in the pool
destroy() - Method in class org.mule.umo.impl.MuleSession
 
destroy() - Method in class org.mule.umo.impl.MuleSessionManager
Destroys any current sessions and cleans up any other resources used by the manager
destroy() - Method in class org.mule.umo.impl.MuleUMO
 
destroyObject(Object) - Method in class org.mule.umo.impl.MuleProxyFactory
 
destroySessions() - Method in class org.mule.umo.impl.MuleSessionManager
Destroys any current sessions
dispatchEvent(UMOEvent) - Method in class org.mule.umo.impl.MuleSession
 
dispatchEvent(UMOEvent) - Method in class org.mule.umo.impl.MuleUMO
 
dispatchEvent(Object, HashMap) - Method in class org.mule.umo.impl.MuleUMO
A helper method for dispatching a UMOEvent asynchronously.
dispatchEvent(Object, UMOProviderDescriptor, HashMap) - Method in class org.mule.umo.impl.MuleUMO
 
doChain(UMOEvent) - Method in class org.mule.umo.impl.SimpleMuleChain
 
doSyncChain(UMOEvent) - Method in class org.mule.umo.impl.SimpleMuleChain
 
doTransformation(Object) - Method in class org.mule.umo.impl.MuleProviderDescriptor
 

E

endpoint - Variable in class org.mule.umo.impl.MuleProviderDescriptor
The endpoint on which to send or receive information
endpoint - Variable in class org.mule.umo.impl.ReceiverProxy
 
event - Variable in class org.mule.umo.impl.MuleProxy
Holds the current event being processed
exceptionStrategy - Variable in class org.mule.umo.impl.MuleDescriptor
holds the exception stategy for this UMO
exceptionStrategy - Variable in class org.mule.umo.impl.MuleSession
The exception strategy used by the session

F

factory - Variable in class org.mule.umo.impl.MuleDescriptor
The factory used to create the Mule UMO instance

G

get(String) - Method in class org.mule.umo.impl.ProviderList
Returns a provider with the given name
getConnector() - Method in class org.mule.umo.impl.MuleProviderDescriptor
 
getCurrentEvent() - Method in class org.mule.umo.impl.MuleUMO
 
getDefaultReceiveProvider() - Method in class org.mule.umo.impl.ProviderList
Returns the default Receive Provider in the list.
getDefaultSendProvider() - Method in class org.mule.umo.impl.ProviderList
Returns the default Send Provider in the list.
getDescriptor() - Method in class org.mule.umo.impl.MuleSession
 
getDescriptor() - Method in class org.mule.umo.impl.MuleUMO
 
getEndpoint() - Method in class org.mule.umo.impl.MuleProviderDescriptor
 
getEndpoint() - Method in class org.mule.umo.impl.ReceiverProxy
 
getExceptionStrategy() - Method in class org.mule.umo.impl.MuleDescriptor
 
getFactory() - Method in class org.mule.umo.impl.MuleDescriptor
 
getFirst() - Method in class org.mule.umo.impl.SimpleMuleChain
 
getId() - Method in class org.mule.umo.impl.MuleEvent
 
getInboundProvider() - Method in class org.mule.umo.impl.MuleDescriptor
 
getInboundProvider() - Method in class org.mule.umo.impl.MuleUMO
 
getInboundTransformer() - Method in class org.mule.umo.impl.MuleDescriptor
 
getInstance() - Static method in class org.mule.umo.impl.MuleSessionManager
Creates the MuleSessionManager instance if not already created and returns the instance
getLast() - Method in class org.mule.umo.impl.SimpleMuleChain
 
getLoadOnStartUp() - Method in class org.mule.umo.impl.MuleDescriptor
 
getManager() - Method in class org.mule.umo.impl.MuleDescriptor
 
getManager() - Method in class org.mule.umo.impl.MuleUMO
 
getMaxOutstandingMessages() - Method in class org.mule.umo.impl.MuleDescriptor
 
getMaxThreadIdle() - Method in class org.mule.umo.impl.MuleDescriptor
 
getMaxThreadWait() - Method in class org.mule.umo.impl.MuleDescriptor
 
getMaxThreadsActive() - Method in class org.mule.umo.impl.MuleDescriptor
 
getMessage() - Method in class org.mule.umo.impl.MuleEvent
 
getMessageAsBytes() - Method in class org.mule.umo.impl.MuleEvent
 
getMessageAsString() - Method in class org.mule.umo.impl.MuleEvent
 
getName() - Method in class org.mule.umo.impl.MuleDescriptor
 
getName() - Method in class org.mule.umo.impl.MuleProviderDescriptor
 
getName() - Method in class org.mule.umo.impl.MuleSession
 
getName() - Method in class org.mule.umo.impl.MuleUMO
 
getName() - Method in class org.mule.umo.impl.SimpleMuleChain
 
getNext() - Method in class org.mule.umo.impl.SimpleMuleChain
 
getOutboundProvider() - Method in class org.mule.umo.impl.MuleDescriptor
 
getOutboundProvider() - Method in class org.mule.umo.impl.MuleUMO
 
getOutboundTransformer() - Method in class org.mule.umo.impl.MuleDescriptor
 
getOwner() - Method in class org.mule.umo.impl.SimpleMuleChain
 
getParent() - Method in class org.mule.umo.impl.DefaultExceptionStrategy
 
getPrevious() - Method in class org.mule.umo.impl.SimpleMuleChain
 
getPreviousEvent() - Method in class org.mule.umo.impl.MuleEvent
 
getProperties() - Method in class org.mule.umo.impl.MuleDescriptor
 
getProperties() - Method in class org.mule.umo.impl.MuleEvent
 
getProperties() - Method in class org.mule.umo.impl.MuleProviderDescriptor
 
getProperty(String) - Method in class org.mule.umo.impl.MuleEvent
 
getProperty(String, Object) - Method in class org.mule.umo.impl.MuleEvent
 
getPropertyNames() - Method in class org.mule.umo.impl.MuleEvent
 
getProtocol() - Method in class org.mule.umo.impl.MuleProviderDescriptor
 
getProvider() - Method in class org.mule.umo.impl.MuleEvent
 
getProviders() - Method in class org.mule.umo.impl.MuleDescriptor
 
getProvidersByProtocol(Map, String) - Method in class org.mule.umo.impl.ProviderList
Returns a list of all providers that use the given protocol
getProxyPool() - Method in class org.mule.umo.impl.MuleSession
 
getReceiveChain() - Method in class org.mule.umo.impl.MuleDescriptor
 
getReceiveEndpoint() - Method in class org.mule.umo.impl.MuleDescriptor
 
getReceiveProvider(String) - Method in class org.mule.umo.impl.ProviderList
Retrieves a receive provider with the given name
getReceiveProvidersByProtocol(String) - Method in class org.mule.umo.impl.ProviderList
Returns a list of receive providers that use the given protocol
getReceiveProvidersSize() - Method in class org.mule.umo.impl.ProviderList
Returns the total number of receive providers
getReceiverNames() - Method in class org.mule.umo.impl.ProviderList
Returns an Iterator of receive provider names in the provider list
getReferenceEvent() - Method in class org.mule.umo.impl.ReceiverProxy
 
getSelector() - Method in class org.mule.umo.impl.MuleDescriptor
 
getSendChain() - Method in class org.mule.umo.impl.MuleDescriptor
 
getSendEndpoint() - Method in class org.mule.umo.impl.MuleDescriptor
 
getSendProvider(String) - Method in class org.mule.umo.impl.ProviderList
Retrieves a send provider with the given name
getSendProvidersByProtocol(String) - Method in class org.mule.umo.impl.ProviderList
Returns a list of send providers that use the given protocol
getSendProvidersSize() - Method in class org.mule.umo.impl.ProviderList
Returns the total number of send providers
getSenderNames() - Method in class org.mule.umo.impl.ProviderList
Returns an Iterator of send provider names in the provider list
getSession(UMODescriptor) - Method in class org.mule.umo.impl.MuleSessionManager
Returns a valid session for the given descriptor
getSession(String) - Method in class org.mule.umo.impl.MuleSessionManager
Returns a valid session for the given Mule name
getSession() - Method in class org.mule.umo.impl.MuleUMO
 
getTargetEvent() - Method in class org.mule.umo.impl.ReceiverProxy
 
getTimeout() - Method in class org.mule.umo.impl.MuleEvent
 
getTotalSize() - Method in class org.mule.umo.impl.ProviderList
Gets the total number of all providers in the list
getTransformedMessage() - Method in class org.mule.umo.impl.MuleEvent
 
getTransformedMessageAsBytes() - Method in class org.mule.umo.impl.MuleEvent
 
getTransformer() - Method in class org.mule.umo.impl.MuleProviderDescriptor
 
getVersion() - Method in class org.mule.umo.impl.MuleDescriptor
 
getWhenPoolExhaustedAction() - Method in class org.mule.umo.impl.MuleDescriptor
 

H

handleException(Object, Throwable) - Method in class org.mule.umo.impl.DefaultExceptionStrategy
 
handleException(Object, Throwable) - Method in class org.mule.umo.impl.MuleProxy
When an exception occurs this method can be called to invoke the configured UMOExceptionStrategy on the UMO
handleException(Object, Throwable) - Method in class org.mule.umo.impl.MuleUMO
 

I

id - Variable in class org.mule.umo.impl.MuleEvent
the Universally Unique ID for the event
inTransformer - Variable in class org.mule.umo.impl.MuleDescriptor
The transformer for the default receive provider
init(UMODescriptor) - Method in class org.mule.umo.impl.MuleSession
 
init(UMODescriptor, MuleManager) - Method in class org.mule.umo.impl.MuleUMO
 
instance - Static variable in class org.mule.umo.impl.MuleSessionManager
holds the singleton instace of this manager
isBreakChain() - Method in class org.mule.umo.impl.SimpleMuleChain
 
isDefault() - Method in class org.mule.umo.impl.MuleProviderDescriptor
 
isReadOnly() - Method in class org.mule.umo.impl.MuleProviderDescriptor
 
isReceiver() - Method in class org.mule.umo.impl.MuleProviderDescriptor
 
isSendbound() - Method in class org.mule.umo.impl.SimpleMuleChain
 
isStarted - Variable in class org.mule.umo.impl.MuleUMO
Determines whether the Mule is started
isStarted() - Method in class org.mule.umo.impl.MuleUMO
 
isStopped() - Method in class org.mule.umo.impl.MuleUMO
 
isSuspended() - Method in class org.mule.umo.impl.MuleProxy
Determines if the proxy is suspended
isValid() - Method in class org.mule.umo.impl.MuleSession
 

L

load(byte) - Method in class org.mule.umo.impl.MuleProxyPool
Loads objects in the pool on startup depending on the startup action specified.
loadOnStartUp - Variable in class org.mule.umo.impl.MuleDescriptor
The action to perform when initialising the Mule UMO pool
localPool - Variable in class org.mule.umo.impl.MuleProxyPool
This holds a local list of the objects in the pool so that we can do things like stop and start components
log - Static variable in class org.mule.umo.impl.DefaultExceptionStrategy
logger used by this class
log - Static variable in class org.mule.umo.impl.MuleDescriptor
logger used by this class
log - Static variable in class org.mule.umo.impl.MuleEvent
The logger for this class
log - Static variable in class org.mule.umo.impl.MuleFactorySupport
the logger for this class
log - Static variable in class org.mule.umo.impl.MuleProxy
logger used by this class
log - Static variable in class org.mule.umo.impl.MuleSession
logger used by this class
log - Static variable in class org.mule.umo.impl.MuleSessionManager
logger used by this class
log - Variable in class org.mule.umo.impl.MuleUMO
Logger for this class
log - Static variable in class org.mule.umo.impl.ProviderList
logger used by this class
log - Static variable in class org.mule.umo.impl.SimpleMuleChain
logger used by this class

M

MULE_PROPERTY_DOT_PROPERTIES - Static variable in class org.mule.umo.impl.MuleDescriptor
Property that allows for a property file to be used to load properties instead of listing them directly in the mule-configuration file
MuleDescriptor - class org.mule.umo.impl.MuleDescriptor.
MuleDescriptor describes all the properties for a Mule UMO.
MuleDescriptor() - Constructor for class org.mule.umo.impl.MuleDescriptor
Default constructor.
MuleEvent - class org.mule.umo.impl.MuleEvent.
MuleEvent represents any data event occuring in the Mule environment.
MuleEvent(Object, UMOProviderDescriptor, UMOEvent) - Constructor for class org.mule.umo.impl.MuleEvent
Contructor.
MuleFactorySupport - class org.mule.umo.impl.MuleFactorySupport.
MuleFactorySupport is a factory for creating UniversalMessageObject instances.
MuleFactorySupport() - Constructor for class org.mule.umo.impl.MuleFactorySupport
 
MuleProviderDescriptor - class org.mule.umo.impl.MuleProviderDescriptor.
MuleProviderDescriptor describes a Provider in the Mule Server.
MuleProviderDescriptor() - Constructor for class org.mule.umo.impl.MuleProviderDescriptor
Default constructor
MuleProxy - class org.mule.umo.impl.MuleProxy.
MuleProxy is a proxy to a MuleUMO.
MuleProxy(MuleSession, UniversalMessageObject) - Constructor for class org.mule.umo.impl.MuleProxy
Constructs a Proxy using the UMO's Session and the UMO itself
MuleProxyFactory - class org.mule.umo.impl.MuleProxyFactory.
MuleProxyFactory is a factory class that creates MuleProxy objects.
MuleProxyFactory(UMODescriptor) - Constructor for class org.mule.umo.impl.MuleProxyFactory
Creates a Mule Proxy factory for a specific Mule descriptor
MuleProxyPool - class org.mule.umo.impl.MuleProxyPool.
MuleProxyPool is a pool of Mule proxy objects.
MuleProxyPool(MuleProxyFactory) - Constructor for class org.mule.umo.impl.MuleProxyPool
Creates a new Proxy Pool which will use the specifed factory to create new instances for the pool
MuleProxyPool(MuleProxyFactory, GenericObjectPool.Config) - Constructor for class org.mule.umo.impl.MuleProxyPool
Creates a new Proxy Pool which will use the specifed factory to create new instances for the pool
MuleSession - class org.mule.umo.impl.MuleSession.
MuleSession manages the interaction and distribution of events for Mule UMOs.
MuleSession() - Constructor for class org.mule.umo.impl.MuleSession
Default constructor
MuleSessionManager - class org.mule.umo.impl.MuleSessionManager.
MuleSessionManagerIs responsible managing MuleSession instances and any state that may be shared among them.
MuleSessionManager() - Constructor for class org.mule.umo.impl.MuleSessionManager
default constructor
MuleUMO - class org.mule.umo.impl.MuleUMO.
MuleUMO is a basis for all Mule UMOs.
MuleUMO() - Constructor for class org.mule.umo.impl.MuleUMO
 
makeObject() - Method in class org.mule.umo.impl.MuleProxyFactory
 
manager - Variable in class org.mule.umo.impl.MuleProxyFactory
Singleton reference to the Mule Manager
manager - Variable in class org.mule.umo.impl.MuleUMO
The Singleton Mule Manager
maxOutstandingMessages - Variable in class org.mule.umo.impl.MuleDescriptor
The maximum number of messages that can be queue for a particular UMO
maxQueueSize - Variable in class org.mule.umo.impl.MuleSession
The event queue high water mark
maxThreadIdle - Variable in class org.mule.umo.impl.MuleDescriptor
The maximum number of instances of this Mule UMO that can be idle in a session
maxThreadWait - Variable in class org.mule.umo.impl.MuleDescriptor
The maximum length of time to block while waiting for a Mule UMO instance
maxThreadsActive - Variable in class org.mule.umo.impl.MuleDescriptor
The maximum number of instances of this Mule UMO that can be active in a session

N

NOT_SET_VALUE - Static variable in class org.mule.umo.impl.MuleDescriptor
The default value for numerical attributes who's value have not been set
name - Variable in class org.mule.umo.impl.MuleDescriptor
The descriptor name
name - Variable in class org.mule.umo.impl.MuleProviderDescriptor
The name for the provider
name - Variable in class org.mule.umo.impl.SimpleMuleChain
Holds the name of the chain object
next - Variable in class org.mule.umo.impl.SimpleMuleChain
The next chain element in the chain

O

onException(Throwable) - Method in class org.mule.umo.impl.MuleSession
 
org.mule.umo.impl - package org.mule.umo.impl
 
outTransformer - Variable in class org.mule.umo.impl.MuleDescriptor
The transformer for the default send provider
owner - Variable in class org.mule.umo.impl.SimpleMuleChain
Holds the owner of the chain, the Mule UMO

P

ProviderList - class org.mule.umo.impl.ProviderList.
ProviderList encapsulates two lists of ProviderDescriptors; send providers and receive providers.
ProviderList() - Constructor for class org.mule.umo.impl.ProviderList
Default constructor
ProviderList(Map) - Constructor for class org.mule.umo.impl.ProviderList
Creates a provider list based on a map of providers where the key is the provider name
parent - Variable in class org.mule.umo.impl.DefaultExceptionStrategy
The parent to which the Exception handler belongs
passivateObject(Object) - Method in class org.mule.umo.impl.MuleProxyFactory
 
poolConfig - Variable in class org.mule.umo.impl.MuleSession
The configuration used by the proxy pool
previous - Variable in class org.mule.umo.impl.MuleEvent
The previous event to this event
previous - Variable in class org.mule.umo.impl.SimpleMuleChain
The previous chain element in the chain
properties - Variable in class org.mule.umo.impl.MuleDescriptor
The properties for the Mule UMO
properties - Variable in class org.mule.umo.impl.MuleProviderDescriptor
Any additional properties for the provider
provider - Variable in class org.mule.umo.impl.MuleEvent
The provider associated with the event
providers - Variable in class org.mule.umo.impl.MuleDescriptor
The list of all providers registered for the Mule UMO
proxyPool - Variable in class org.mule.umo.impl.MuleSession
A pool of available Mule Proxies

Q

queue - Variable in class org.mule.umo.impl.MuleSession
Event queue for the session

R

ReceiverProxy - class org.mule.umo.impl.ReceiverProxy.
ReceiverProxy TODO (document class)
ReceiverProxy(String, UMOEvent) - Constructor for class org.mule.umo.impl.ReceiverProxy
 
readOnly - Variable in class org.mule.umo.impl.MuleProviderDescriptor
determines whether the provider is read-only
receiveChain - Variable in class org.mule.umo.impl.MuleDescriptor
A list of UMOChain object that will be executed before the Mule UMO has executed
receiveEndpoint - Variable in class org.mule.umo.impl.MuleDescriptor
The receive endpoint for the default receive provider
receiveEvent(UMOProviderDescriptor, long, UMOEvent) - Method in class org.mule.umo.impl.MuleSession
 
receiveEvent(long) - Method in class org.mule.umo.impl.MuleUMO
A helper method to make a synchronous request for an event.
receiveEvent(UMOProviderDescriptor, long, UMOEvent) - Method in class org.mule.umo.impl.MuleUMO
A method to make a synchronous request for an event.
receiveEvent(UMOProviderDescriptor, long) - Method in class org.mule.umo.impl.MuleUMO
 
receiveProviders - Variable in class org.mule.umo.impl.ProviderList
A map of receive providers
receiver - Variable in class org.mule.umo.impl.MuleProviderDescriptor
Determines whether the provider is a receiver or sender
receiverProxies - Variable in class org.mule.umo.impl.MuleSessionManager
holds a list of receivers currently waiting for an event
referenceEvent - Variable in class org.mule.umo.impl.ReceiverProxy
 
registerSession(UMODescriptor) - Method in class org.mule.umo.impl.MuleSessionManager
Will create and store a session for the given UMODescriptor
remove(UMOProviderDescriptor) - Method in class org.mule.umo.impl.ProviderList
Removes a provider from the list
removeReceiverProxy(ReceiverProxy) - Method in class org.mule.umo.impl.MuleSessionManager
Deregisters a Receiver proxy from the Session Manager
resume() - Method in class org.mule.umo.impl.MuleProxy
Triggers the UMO to resume processing of events if it is suspended
resume() - Method in class org.mule.umo.impl.MuleUMO
 
rollbackTransform() - Method in class org.mule.umo.impl.MuleEvent
When a transform is performed on an event payload is is done within a transformer session.
run() - Method in class org.mule.umo.impl.MuleProxy
 
run() - Method in class org.mule.umo.impl.MuleSession
While the session isn't stopped this runs a continuous loop checking for new events in the queue

S

SessionException - exception org.mule.umo.impl.SessionException.
SessionException is thrown when errors occur in the MuleSession or Seession Manager
SessionException(String) - Constructor for class org.mule.umo.impl.SessionException
 
SessionException(String, Throwable) - Constructor for class org.mule.umo.impl.SessionException
 
SimpleMuleChain - class org.mule.umo.impl.SimpleMuleChain.
SimpleMuleChain encapsulates the lowest execution object for a Universal Message Object By implementing this interface an objects can be linked together into an execution chain.
SimpleMuleChain() - Constructor for class org.mule.umo.impl.SimpleMuleChain
 
selector - Variable in class org.mule.umo.impl.MuleDescriptor
The selector used by the Mule UMO when receiving events
sendChain - Variable in class org.mule.umo.impl.MuleDescriptor
A list of UMOChain object that will be executed after the Mule UMO has executed
sendEndpoint - Variable in class org.mule.umo.impl.MuleDescriptor
The send endpoint for the default send provider
sendEvent(UMOEvent) - Method in class org.mule.umo.impl.MuleSession
 
sendEvent(UMOEvent) - Method in class org.mule.umo.impl.MuleUMO
 
sendEvent(Object, HashMap) - Method in class org.mule.umo.impl.MuleUMO
A helper method for sending an event synchronously.
sendEvent(Object, UMOProviderDescriptor, HashMap) - Method in class org.mule.umo.impl.MuleUMO
 
sendProviders - Variable in class org.mule.umo.impl.ProviderList
A map of send providers
sendbound - Variable in class org.mule.umo.impl.SimpleMuleChain
Determines if the Mule UMO (the owner) in the chain has processed the current event.
session - Variable in class org.mule.umo.impl.MuleProxy
A reference to the session for this proxy
sessionManager - Variable in class org.mule.umo.impl.MuleSession
Singleton used to manage sessions and any state between them
sessions - Variable in class org.mule.umo.impl.MuleSessionManager
Collection for mule sessions registered in this Manager
setConnector(UMOConnector) - Method in class org.mule.umo.impl.MuleProviderDescriptor
 
setCurrentEvent(UMOEvent) - Method in class org.mule.umo.impl.MuleUMO
 
setDefault(boolean) - Method in class org.mule.umo.impl.MuleProviderDescriptor
 
setDefaultReceiveProvider(MuleProviderDescriptor) - Method in class org.mule.umo.impl.ProviderList
Sets the specified provider to be the default in the list
setDefaultReceiveProvider(MuleProviderDescriptor, boolean) - Method in class org.mule.umo.impl.ProviderList
Sets the specified provider to be the default in the list
setDefaultSendProvider(MuleProviderDescriptor) - Method in class org.mule.umo.impl.ProviderList
Sets the specified provider to be the default in the list
setDefaultSendProvider(MuleProviderDescriptor, boolean) - Method in class org.mule.umo.impl.ProviderList
Sets the specified provider to be the default in the list
setEndpoint(String) - Method in class org.mule.umo.impl.MuleProviderDescriptor
 
setEndpoint(String) - Method in class org.mule.umo.impl.ReceiverProxy
 
setEvent(UMOEvent) - Method in class org.mule.umo.impl.MuleProxy
Sets the current event being processed
setExceptionStrategy(UMOExceptionStrategy) - Method in class org.mule.umo.impl.MuleDescriptor
 
setFactory(UMOFactory) - Method in class org.mule.umo.impl.MuleDescriptor
 
setInboundProvider(MuleProviderDescriptor) - Method in class org.mule.umo.impl.MuleDescriptor
 
setInboundTransformer(UMOTransformer) - Method in class org.mule.umo.impl.MuleDescriptor
 
setLoadOnStartUp(byte) - Method in class org.mule.umo.impl.MuleDescriptor
 
setMaxOutstandingMessages(int) - Method in class org.mule.umo.impl.MuleDescriptor
 
setMaxThreadIdle(int) - Method in class org.mule.umo.impl.MuleDescriptor
 
setMaxThreadWait(long) - Method in class org.mule.umo.impl.MuleDescriptor
 
setMaxThreadsActive(int) - Method in class org.mule.umo.impl.MuleDescriptor
 
setName(String) - Method in class org.mule.umo.impl.MuleDescriptor
 
setName(String) - Method in class org.mule.umo.impl.MuleProviderDescriptor
 
setName(String) - Method in class org.mule.umo.impl.SimpleMuleChain
 
setNext(UMOChain) - Method in class org.mule.umo.impl.SimpleMuleChain
 
setOutboundProvider(MuleProviderDescriptor) - Method in class org.mule.umo.impl.MuleDescriptor
 
setOutboundTransformer(UMOTransformer) - Method in class org.mule.umo.impl.MuleDescriptor
 
setOwner(UniversalMessageObject) - Method in class org.mule.umo.impl.SimpleMuleChain
 
setParent(UniversalMessageObject) - Method in class org.mule.umo.impl.DefaultExceptionStrategy
 
setPrevious(UMOChain) - Method in class org.mule.umo.impl.SimpleMuleChain
 
setProperties(Properties) - Method in class org.mule.umo.impl.MuleDescriptor
 
setProperties(HashMap) - Method in class org.mule.umo.impl.MuleProviderDescriptor
 
setProperty(String, Object) - Method in class org.mule.umo.impl.MuleEvent
 
setReadOnly(boolean) - Method in class org.mule.umo.impl.MuleProviderDescriptor
 
setReceiveEndpoint(String) - Method in class org.mule.umo.impl.MuleDescriptor
 
setReceiver(boolean) - Method in class org.mule.umo.impl.MuleProviderDescriptor
 
setReferenceEvent(UMOEvent) - Method in class org.mule.umo.impl.ReceiverProxy
 
setSelector(String) - Method in class org.mule.umo.impl.MuleDescriptor
 
setSendEndpoint(String) - Method in class org.mule.umo.impl.MuleDescriptor
 
setTargetEvent(UMOEvent) - Method in class org.mule.umo.impl.ReceiverProxy
 
setTransformer(UMOTransformer) - Method in class org.mule.umo.impl.MuleProviderDescriptor
 
setValid(boolean) - Method in class org.mule.umo.impl.MuleSession
 
setVersion(long) - Method in class org.mule.umo.impl.MuleDescriptor
 
setWhenPoolExhaustedAction(byte) - Method in class org.mule.umo.impl.MuleDescriptor
 
start() - Method in class org.mule.umo.impl.MuleProxy
Starts the proxy by delegating the call to the UMO.
start() - Method in class org.mule.umo.impl.MuleProxyPool
Starts the objects in the pool
start() - Method in class org.mule.umo.impl.MuleSession
 
start() - Method in class org.mule.umo.impl.MuleSessionManager
Starts all registered sessions
start() - Method in class org.mule.umo.impl.MuleUMO
 
startChain(UMOEvent) - Method in class org.mule.umo.impl.SimpleMuleChain
 
startProcessing() - Method in class org.mule.umo.impl.MuleUMO
Tells the Mule UMO it can start processing messages This method will call the stub method start() where the user can execute any initialisation code
startSyncChain(UMOEvent) - Method in class org.mule.umo.impl.SimpleMuleChain
 
stop() - Method in class org.mule.umo.impl.MuleProxy
Stops the proxy by delegating the call to the UMO.
stop() - Method in class org.mule.umo.impl.MuleProxyPool
Stops the objects in the pool
stop() - Method in class org.mule.umo.impl.MuleSession
 
stop() - Method in class org.mule.umo.impl.MuleSessionManager
Stops any registered sessions
stop() - Method in class org.mule.umo.impl.MuleUMO
 
stopProcessing() - Method in class org.mule.umo.impl.MuleUMO
Tells the Mule UMO it should stop processing messages This method will call the stub method stop() where the user can execute any code to stop or destroy connections and resources
stopped - Variable in class org.mule.umo.impl.MuleSession
Determines if the session has been stopped
suspend() - Method in class org.mule.umo.impl.MuleProxy
Controls the suspension of the UMO event processing
suspend(long) - Method in class org.mule.umo.impl.MuleSession
 
suspend() - Method in class org.mule.umo.impl.MuleUMO
 
suspended - Variable in class org.mule.umo.impl.MuleProxy
Determines if the proxy is suspended
synchronous - Variable in class org.mule.umo.impl.MuleProxy
Determines whether we are executing synchronously or not

T

targetEvent - Variable in class org.mule.umo.impl.ReceiverProxy
 
threadPool - Variable in class org.mule.umo.impl.MuleSession
Thread pool of Mule Proxies used to process events
toString() - Method in class org.mule.umo.impl.MuleDescriptor
 
toString() - Method in class org.mule.umo.impl.MuleEvent
 
toString() - Method in class org.mule.umo.impl.MuleProviderDescriptor
 
toString() - Method in class org.mule.umo.impl.MuleProxy
 
toString() - Method in class org.mule.umo.impl.MuleUMO
 
toString() - Method in class org.mule.umo.impl.ProviderList
 
transformer - Variable in class org.mule.umo.impl.MuleProviderDescriptor
The transformer used to transform the incoming or outgoing data

U

umo - Variable in class org.mule.umo.impl.MuleProxy
Holds the actual UMO

V

valid - Variable in class org.mule.umo.impl.MuleSession
Determines if the session is valid
validateObject(Object) - Method in class org.mule.umo.impl.MuleProxyFactory
 
version - Variable in class org.mule.umo.impl.MuleDescriptor
The descriptors version

W

whenPoolExhaustedAction - Variable in class org.mule.umo.impl.MuleDescriptor
The action to perform when there are no more Mule UMO instances available in the pool
worker - Variable in class org.mule.umo.impl.MuleSession
The worker thread in which to execute the session

A B C D E F G H I L M N O P Q R S T U V W