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

A

AbstractSpace - class org.mule.impl.space.AbstractSpace.
Provides core functionality for all spaces, including listenr management and Server notification support.
AbstractSpace(String) - Constructor for class org.mule.impl.space.AbstractSpace
 
AbstractSpace(String, boolean) - Constructor for class org.mule.impl.space.AbstractSpace
 
addListener(UMOSpaceEventListener) - Method in class org.mule.impl.space.AbstractSpace
 
addListener(UMOSpaceEventListener) - Method in interface org.mule.umo.space.UMOSpace
 
addMonitorListener(SpaceMonitorNotificationListener) - Method in class org.mule.impl.space.AbstractSpace
 

B

beginTransaction() - Method in class org.mule.impl.space.DefaultSpace
 
beginTransaction() - Method in interface org.mule.umo.space.UMOSpace
 

C

CreateSpaceException - exception org.mule.impl.space.CreateSpaceException.
Is thrown if an exception is thrown duringthe creation of a space.
CreateSpaceException(Throwable) - Constructor for class org.mule.impl.space.CreateSpaceException
 
commitTransaction() - Method in class org.mule.impl.space.DefaultSpace
 
commitTransaction() - Method in interface org.mule.umo.space.UMOSpace
 
create(String) - Method in class org.mule.impl.space.DefaultSpaceFactory
 
create(UMOImmutableEndpoint) - Method in class org.mule.impl.space.DefaultSpaceFactory
Creates a space based on the endpoint URI and can use additional properties, transaction info, security info and filters associated with the endpoint
create(UMOImmutableEndpoint) - Method in class org.mule.providers.space.SpaceMessageDispatcherFactory
 
create(UMOImmutableEndpoint) - Method in interface org.mule.umo.space.UMOSpaceFactory
Creates a space based on the endpoint URI and can use additional properties, transaction info, security info and filters associated with the endpoint
create(String) - Method in interface org.mule.umo.space.UMOSpaceFactory
Creates a space based on a URI identifier for the space
createChild(String) - Method in class org.mule.impl.space.DefaultSpace
 
createWork(UMOSpace, Object) - Method in class org.mule.providers.space.SpaceMessageReceiver
 

D

DefaultSpace - class org.mule.impl.space.DefaultSpace.
Creates a transaction and persistent local space.
DefaultSpace(String, QueuePersistenceStrategy, boolean, int) - Constructor for class org.mule.impl.space.DefaultSpace
 
DefaultSpace(String, QueueManager, boolean) - Constructor for class org.mule.impl.space.DefaultSpace
 
DefaultSpace(String, String, QueueManager, QueueSession, boolean) - Constructor for class org.mule.impl.space.DefaultSpace
Used for creating child spaces where the session sohuld be reused
DefaultSpaceFactory - class org.mule.impl.space.DefaultSpaceFactory.
As Space factory that creates a local, non-shared space.
DefaultSpaceFactory() - Constructor for class org.mule.impl.space.DefaultSpaceFactory
 
DefaultSpaceFactory(boolean) - Constructor for class org.mule.impl.space.DefaultSpaceFactory
 
DefaultSpaceFactory(boolean, int) - Constructor for class org.mule.impl.space.DefaultSpaceFactory
 
DefaultSpaceFactory(QueuePersistenceStrategy, boolean) - Constructor for class org.mule.impl.space.DefaultSpaceFactory
 
DefaultSpaceFactory(QueuePersistenceStrategy, boolean, int) - Constructor for class org.mule.impl.space.DefaultSpaceFactory
 
DefaultSpaceFactory(QueueManager, boolean) - Constructor for class org.mule.impl.space.DefaultSpaceFactory
 
dispose() - Method in class org.mule.impl.space.AbstractSpace
 
doConnect(UMOImmutableEndpoint) - Method in class org.mule.providers.space.SpaceMessageDispatcher
 
doConnect() - Method in class org.mule.providers.space.SpaceMessageReceiver
 
doConnect() - Method in class org.mule.providers.space.TransactedSpaceMessageReceiver
 
doDisconnect() - Method in class org.mule.providers.space.SpaceMessageDispatcher
 
doDisconnect() - Method in class org.mule.providers.space.SpaceMessageReceiver
 
doDisconnect() - Method in class org.mule.providers.space.TransactedSpaceMessageReceiver
 
doDispatch(UMOEvent) - Method in class org.mule.providers.space.SpaceMessageDispatcher
 
doDispose() - Method in class org.mule.impl.space.AbstractSpace
 
doDispose() - Method in class org.mule.impl.space.DefaultSpace
 
doDispose() - Method in class org.mule.providers.space.SpaceConnector
Template method to perform any work when destroying the connectoe
doDispose() - Method in class org.mule.providers.space.SpaceMessageDispatcher
 
doDispose() - Method in class org.mule.providers.space.SpaceMessageReceiver
 
doInitialise() - Method in class org.mule.providers.space.SpaceConnector
 
doPut(Object) - Method in class org.mule.impl.space.AbstractSpace
 
doPut(Object, long) - Method in class org.mule.impl.space.AbstractSpace
 
doPut(Object) - Method in class org.mule.impl.space.DefaultSpace
 
doPut(Object, long) - Method in class org.mule.impl.space.DefaultSpace
 
doReceive(UMOImmutableEndpoint, long) - Method in class org.mule.providers.space.SpaceMessageDispatcher
Make a specific request to the underlying transport
doSend(UMOEvent) - Method in class org.mule.providers.space.SpaceMessageDispatcher
 
doTake() - Method in class org.mule.impl.space.AbstractSpace
 
doTake(long) - Method in class org.mule.impl.space.AbstractSpace
 
doTake() - Method in class org.mule.impl.space.DefaultSpace
 
doTake(long) - Method in class org.mule.impl.space.DefaultSpace
 
doTakeNoWait() - Method in class org.mule.impl.space.AbstractSpace
 
doTakeNoWait() - Method in class org.mule.impl.space.DefaultSpace
 

E

enableMonitorEvents - Variable in class org.mule.impl.space.AbstractSpace
 

F

FileSpaceFactory - class org.mule.impl.space.FileSpaceFactory.
A space that uses file-based persistence and enables caching by default
FileSpaceFactory(boolean) - Constructor for class org.mule.impl.space.FileSpaceFactory
 
FileSpaceFactory(boolean, int) - Constructor for class org.mule.impl.space.FileSpaceFactory
 
fireListeners() - Method in class org.mule.impl.space.AbstractSpace
 
fireMonitorEvent(int, Object) - Method in class org.mule.impl.space.AbstractSpace
 

G

getActionName(int) - Method in class org.mule.impl.space.SpaceMonitorNotification
 
getCapacity() - Method in class org.mule.impl.space.DefaultSpaceFactory
 
getDelegateSession() - Method in class org.mule.providers.space.SpaceMessageDispatcher
 
getItem() - Method in class org.mule.impl.space.SpaceMonitorNotification
 
getMessages() - Method in class org.mule.providers.space.TransactedSpaceMessageReceiver
 
getName() - Method in class org.mule.impl.space.AbstractSpace
 
getName() - Method in interface org.mule.umo.space.UMOSpace
 
getParentName() - Method in class org.mule.impl.space.DefaultSpace
 
getPayload() - Method in class org.mule.providers.space.SpaceMessageAdapter
 
getPayloadAsBytes() - Method in class org.mule.providers.space.SpaceMessageAdapter
 
getPayloadAsString(String) - Method in class org.mule.providers.space.SpaceMessageAdapter
Converts the message implementation into a String representation
getPayloadToString() - Method in class org.mule.impl.space.SpaceMonitorNotification
 
getPersistenceStrategy() - Method in class org.mule.impl.space.DefaultSpaceFactory
 
getProtocol() - Method in class org.mule.providers.space.SpaceConnector
 
getQueueManager() - Method in class org.mule.impl.space.DefaultSpaceFactory
 
getReceiverKey(UMOComponent, UMOEndpoint) - Method in class org.mule.providers.space.SpaceConnector
The method determines the key used to store the receiver against.
getSpace(String) - Method in class org.mule.providers.space.SpaceConnector
 
getSpace(UMOImmutableEndpoint) - Method in class org.mule.providers.space.SpaceConnector
Will look up a space based on the URI.
getSpace() - Method in class org.mule.providers.space.TransactedSpaceMessageReceiver
 
getSpace() - Method in class org.mule.umo.space.UMOSpaceEvent
 
getSpaceFactory() - Method in class org.mule.providers.space.SpaceConnector
 
getSpaceKey(UMOImmutableEndpoint) - Method in class org.mule.providers.space.SpaceConnector
 
getSpaceProperties() - Method in class org.mule.providers.space.SpaceConnector
 
getTransactionFactory() - Method in class org.mule.impl.space.AbstractSpace
 
getTransactionFactory() - Method in interface org.mule.umo.space.UMOSpace
 
getUniqueId() - Method in class org.mule.providers.space.SpaceMessageAdapter
 

I

isEnableCaching() - Method in class org.mule.impl.space.DefaultSpaceFactory
 
isEnableMonitorEvents() - Method in class org.mule.impl.space.DefaultSpaceFactory
 

L

listeners - Variable in class org.mule.impl.space.AbstractSpace
 
logger - Variable in class org.mule.impl.space.AbstractSpace
logger used by this class
logger - Variable in class org.mule.providers.space.SpaceMessageDispatcher
logger used by this class

M

moniterListeners - Variable in class org.mule.impl.space.AbstractSpace
 

N

name - Variable in class org.mule.impl.space.AbstractSpace
 

O

onEvent(UMOSpaceEvent) - Method in interface org.mule.umo.space.UMOSpaceEventListener
 
org.mule.impl.space - package org.mule.impl.space
 
org.mule.providers.space - package org.mule.providers.space
Allows Mule to send and receive events via the Mule Space API.
org.mule.umo.space - package org.mule.umo.space
 

P

processMessage(Object) - Method in class org.mule.providers.space.TransactedSpaceMessageReceiver
 
put(Object) - Method in class org.mule.impl.space.AbstractSpace
 
put(Object, long) - Method in class org.mule.impl.space.AbstractSpace
 
put(Object) - Method in interface org.mule.umo.space.UMOSpace
 
put(Object, long) - Method in interface org.mule.umo.space.UMOSpace
 

R

release() - Method in class org.mule.providers.space.SpaceMessageReceiver.SpaceWorker
 
release() - Method in class org.mule.providers.space.SpaceMessageReceiver
 
removeListener(UMOSpaceEventListener) - Method in class org.mule.impl.space.AbstractSpace
 
removeListener(UMOSpaceEventListener) - Method in interface org.mule.umo.space.UMOSpace
 
removeMonitorListener(SpaceMonitorNotificationListener) - Method in class org.mule.impl.space.AbstractSpace
 
rollbackTransaction() - Method in class org.mule.impl.space.DefaultSpace
 
rollbackTransaction() - Method in interface org.mule.umo.space.UMOSpace
 
run() - Method in class org.mule.providers.space.SpaceMessageReceiver.SpaceWorker
Accept requests on a given template
run() - Method in class org.mule.providers.space.SpaceMessageReceiver
 

S

SPACE_CREATED - Static variable in class org.mule.impl.space.SpaceMonitorNotification
 
SPACE_DISPOSED - Static variable in class org.mule.impl.space.SpaceMonitorNotification
 
SPACE_ITEM_ADDED - Static variable in class org.mule.impl.space.SpaceMonitorNotification
 
SPACE_ITEM_EXPIRED - Static variable in class org.mule.impl.space.SpaceMonitorNotification
 
SPACE_ITEM_MISS - Static variable in class org.mule.impl.space.SpaceMonitorNotification
 
SPACE_ITEM_REMOVED - Static variable in class org.mule.impl.space.SpaceMonitorNotification
 
SPACE_LISTENER_ADDED - Static variable in class org.mule.impl.space.SpaceMonitorNotification
 
SPACE_LISTENER_REMOVED - Static variable in class org.mule.impl.space.SpaceMonitorNotification
 
SpaceActionInteruptedException - exception org.mule.impl.space.SpaceActionInteruptedException.
Is thrown when a space action receives an InterruptedException from the underlying space store
SpaceActionInteruptedException(String, InterruptedException) - Constructor for class org.mule.impl.space.SpaceActionInteruptedException
 
SpaceConnector - class org.mule.providers.space.SpaceConnector.
Provides generic connectivity to 'Spaces' that implment the Mule Space Api, i.e.
SpaceConnector() - Constructor for class org.mule.providers.space.SpaceConnector
 
SpaceMessageAdapter - class org.mule.providers.space.SpaceMessageAdapter.
Wraps a JavaSpaces Entry object
SpaceMessageAdapter(Object) - Constructor for class org.mule.providers.space.SpaceMessageAdapter
Creates a default message adapter with properties and attachments
SpaceMessageDispatcher - class org.mule.providers.space.SpaceMessageDispatcher.
SpaceMessageDispatcher Provides generic connectivity to 'Spaces' that implement the Mule Space Api, i.e.
SpaceMessageDispatcher(UMOImmutableEndpoint) - Constructor for class org.mule.providers.space.SpaceMessageDispatcher
 
SpaceMessageDispatcherFactory - class org.mule.providers.space.SpaceMessageDispatcherFactory.
SpaceMessageDispatcherFactory creates a space Message Disaptcher
SpaceMessageDispatcherFactory() - Constructor for class org.mule.providers.space.SpaceMessageDispatcherFactory
 
SpaceMessageReceiver - class org.mule.providers.space.SpaceMessageReceiver.
SpaceMessageReceiver registers a listener on a Space, which can be a JavaSpace, Rio space, JCache implementation of an internal Mule space.
SpaceMessageReceiver(UMOConnector, UMOComponent, UMOEndpoint) - Constructor for class org.mule.providers.space.SpaceMessageReceiver
 
SpaceMessageReceiver.SpaceWorker - class org.mule.providers.space.SpaceMessageReceiver.SpaceWorker.
 
SpaceMessageReceiver.SpaceWorker(UMOSpace, Object) - Constructor for class org.mule.providers.space.SpaceMessageReceiver.SpaceWorker
 
SpaceMonitorNotification - class org.mule.impl.space.SpaceMonitorNotification.
Events that occur in UMOSpaces
SpaceMonitorNotification(UMOSpace, int, Object) - Constructor for class org.mule.impl.space.SpaceMonitorNotification
 
SpaceMonitorNotificationListener - interface org.mule.impl.space.SpaceMonitorNotificationListener.
Observer interface for Sapce notifications
SpaceTransactionException - exception org.mule.impl.space.SpaceTransactionException.
Is thrown when an error occurs during begin, commit or rollback of a transaction.
SpaceTransactionException(Throwable) - Constructor for class org.mule.impl.space.SpaceTransactionException
 
setCapacity(int) - Method in class org.mule.impl.space.DefaultSpaceFactory
 
setEnableCaching(boolean) - Method in class org.mule.impl.space.DefaultSpaceFactory
 
setEnableMonitorEvents(boolean) - Method in class org.mule.impl.space.DefaultSpaceFactory
 
setPersistenceStrategy(QueuePersistenceStrategy) - Method in class org.mule.impl.space.DefaultSpaceFactory
 
setQueueManager(QueueManager) - Method in class org.mule.impl.space.DefaultSpaceFactory
 
setSpaceFactory(UMOSpaceFactory) - Method in class org.mule.providers.space.SpaceConnector
 
setSpaceProperties(Map) - Method in class org.mule.providers.space.SpaceConnector
 
setTransactionFactory(UMOTransactionFactory) - Method in class org.mule.impl.space.AbstractSpace
 
setTransactionFactory(UMOTransactionFactory) - Method in interface org.mule.umo.space.UMOSpace
 
size() - Method in class org.mule.impl.space.DefaultSpace
 
size() - Method in interface org.mule.umo.space.UMOSpace
 

T

TransactedSpaceMessageReceiver - class org.mule.providers.space.TransactedSpaceMessageReceiver.
Registers a transacted message listener on a Space.
TransactedSpaceMessageReceiver(UMOConnector, UMOComponent, UMOEndpoint) - Constructor for class org.mule.providers.space.TransactedSpaceMessageReceiver
 
take() - Method in class org.mule.impl.space.AbstractSpace
 
take(long) - Method in class org.mule.impl.space.AbstractSpace
 
take() - Method in interface org.mule.umo.space.UMOSpace
 
take(long) - Method in interface org.mule.umo.space.UMOSpace
 
takeNoWait() - Method in class org.mule.impl.space.AbstractSpace
 
takeNoWait() - Method in interface org.mule.umo.space.UMOSpace
 
transactionFactory - Variable in class org.mule.impl.space.AbstractSpace
 

U

UMOSpace - interface org.mule.umo.space.UMOSpace.
A space provides a "store" for shared objects.
UMOSpaceEvent - class org.mule.umo.space.UMOSpaceEvent.
A space event occurs when an item is added to the sapce and there is a one or more listeners waiting for it.
UMOSpaceEvent(Object, UMOSpace) - Constructor for class org.mule.umo.space.UMOSpaceEvent
 
UMOSpaceEventListener - interface org.mule.umo.space.UMOSpaceEventListener.
Allows observers to register interested in a particular sapce
UMOSpaceException - exception org.mule.umo.space.UMOSpaceException.
A base exception for all space related exceptions
UMOSpaceException(Message) - Constructor for class org.mule.umo.space.UMOSpaceException
 
UMOSpaceException(Message, Throwable) - Constructor for class org.mule.umo.space.UMOSpaceException
 
UMOSpaceFactory - interface org.mule.umo.space.UMOSpaceFactory.
A factory for creating Mule Space facade objects
UMOSpaceRegistry - class org.mule.umo.space.UMOSpaceRegistry.
TODO document
UMOSpaceRegistry() - Constructor for class org.mule.umo.space.UMOSpaceRegistry
 

V

VMSpaceFactory - class org.mule.impl.space.VMSpaceFactory.
An in-memory space that is not persistent.
VMSpaceFactory() - Constructor for class org.mule.impl.space.VMSpaceFactory
 
VMSpaceFactory(boolean) - Constructor for class org.mule.impl.space.VMSpaceFactory
 
VMSpaceFactory(boolean, int) - Constructor for class org.mule.impl.space.VMSpaceFactory
 
VMSpaceFactory(boolean, boolean) - Constructor for class org.mule.impl.space.VMSpaceFactory
 
VMSpaceFactory(boolean, int, boolean) - Constructor for class org.mule.impl.space.VMSpaceFactory
 

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

Copyright © 2003-2006 SymphonySoft Limited. All Rights Reserved.