org.mule.impl.space
Class VMSpaceFactory
java.lang.Object
org.mule.impl.space.DefaultSpaceFactory
org.mule.impl.space.VMSpaceFactory
- All Implemented Interfaces:
- UMOSpaceFactory
- public class VMSpaceFactory
- extends DefaultSpaceFactory
An in-memory space that is not persistent. Useful for testing or where the space
information is not mission critical.
| Methods inherited from class org.mule.impl.space.DefaultSpaceFactory |
create, create, getCapacity, getPersistenceStrategy, getQueueManager, isEnableCaching, isEnableMonitorEvents, setCapacity, setEnableCaching, setEnableMonitorEvents, setPersistenceStrategy, setQueueManager |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VMSpaceFactory
public VMSpaceFactory()
VMSpaceFactory
public VMSpaceFactory(boolean enableMonitorEvents)
VMSpaceFactory
public VMSpaceFactory(boolean enableMonitorEvents,
int capacity)
VMSpaceFactory
public VMSpaceFactory(boolean enableMonitorEvents,
boolean enableCaching)
VMSpaceFactory
public VMSpaceFactory(boolean enableMonitorEvents,
int capacity,
boolean enableCaching)
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.