|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ResourceManagerSystemException | |
| org.mule.impl.space | |
| org.mule.util.queue | A resource manager that allow access to transactional queues with optional persistence. |
| org.mule.util.xa | An abstract resource manager that supports local and xa transactions. |
| Uses of ResourceManagerSystemException in org.mule.impl.space |
| Constructors in org.mule.impl.space that throw ResourceManagerSystemException | |
DefaultSpace(String name,
QueuePersistenceStrategy ps,
boolean enableMonitorEvents,
int capacity)
|
|
| Uses of ResourceManagerSystemException in org.mule.util.queue |
| Methods in org.mule.util.queue that throw ResourceManagerSystemException | |
void |
QueueManager.start()
|
void |
QueueManager.stop()
|
protected void |
TransactionalQueueManager.doStart()
|
protected void |
TransactionalQueueManager.recover()
|
| Uses of ResourceManagerSystemException in org.mule.util.xa |
| Methods in org.mule.util.xa that throw ResourceManagerSystemException | |
void |
AbstractResourceManager.start()
|
protected void |
AbstractResourceManager.doStart()
|
protected void |
AbstractResourceManager.recover()
|
void |
AbstractResourceManager.stop()
|
boolean |
AbstractResourceManager.stop(int mode)
|
boolean |
AbstractResourceManager.stop(int mode,
long timeOut)
|
protected void |
AbstractResourceManager.assureStarted()
Check that the FileManager is started. |
protected void |
AbstractResourceManager.assureReady()
Check that the FileManager is ready. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||