|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use UMOSpaceException | |
| org.mule.impl.space | |
| org.mule.providers.space | Allows Mule to send and receive events via the Mule Space API. |
| org.mule.umo.space | |
| Uses of UMOSpaceException in org.mule.impl.space |
| Subclasses of UMOSpaceException in org.mule.impl.space | |
class |
CreateSpaceException
Is thrown if an exception is thrown duringthe creation of a space. |
class |
SpaceActionInteruptedException
Is thrown when a space action receives an InterruptedException from the underlying
space store |
class |
SpaceTransactionException
Is thrown when an error occurs during begin, commit or rollback of a transaction. |
| Methods in org.mule.impl.space that throw UMOSpaceException | |
void |
AbstractSpace.put(Object value)
|
void |
AbstractSpace.put(Object value,
long lease)
|
Object |
AbstractSpace.take()
|
Object |
AbstractSpace.take(long timeout)
|
Object |
AbstractSpace.takeNoWait()
|
protected abstract void |
AbstractSpace.doPut(Object value)
|
protected abstract void |
AbstractSpace.doPut(Object value,
long lease)
|
protected abstract Object |
AbstractSpace.doTake()
|
protected abstract Object |
AbstractSpace.doTake(long timeout)
|
protected abstract Object |
AbstractSpace.doTakeNoWait()
|
void |
DefaultSpace.doPut(Object item)
|
void |
DefaultSpace.doPut(Object item,
long lease)
|
Object |
DefaultSpace.doTake()
|
Object |
DefaultSpace.doTake(long timeout)
|
Object |
DefaultSpace.doTakeNoWait()
|
void |
DefaultSpace.beginTransaction()
|
void |
DefaultSpace.commitTransaction()
|
void |
DefaultSpace.rollbackTransaction()
|
UMOSpace |
DefaultSpaceFactory.create(String name)
|
UMOSpace |
DefaultSpaceFactory.create(org.mule.umo.endpoint.UMOImmutableEndpoint endpoint)
Creates a space based on the endpoint URI and can use additional properties, transaction info, security info and filters associated with the endpoint |
| Uses of UMOSpaceException in org.mule.providers.space |
| Methods in org.mule.providers.space that throw UMOSpaceException | |
UMOSpace |
SpaceConnector.getSpace(String spaceUrl)
|
UMOSpace |
SpaceConnector.getSpace(org.mule.umo.endpoint.UMOImmutableEndpoint endpoint)
Will look up a space based on the URI. |
| Uses of UMOSpaceException in org.mule.umo.space |
| Methods in org.mule.umo.space that throw UMOSpaceException | |
UMOSpace |
UMOSpaceFactory.create(org.mule.umo.endpoint.UMOImmutableEndpoint endpoint)
Creates a space based on the endpoint URI and can use additional properties, transaction info, security info and filters associated with the endpoint |
UMOSpace |
UMOSpaceFactory.create(String spaceIdentifier)
Creates a space based on a URI identifier for the space |
void |
UMOSpace.put(Object value)
|
void |
UMOSpace.put(Object value,
long lease)
|
Object |
UMOSpace.take()
|
Object |
UMOSpace.take(long timeout)
|
Object |
UMOSpace.takeNoWait()
|
void |
UMOSpace.beginTransaction()
|
void |
UMOSpace.commitTransaction()
|
void |
UMOSpace.rollbackTransaction()
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||