Uses of Class
org.mule.umo.space.UMOSpaceException

Packages that use UMOSpaceException
org.mule.impl.space   
org.mule.providers.gs Allows Mule to send and receive events the GigaSpaces Jini JavaSpace implementation. 
org.mule.providers.gs.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 during the 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(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.gs
 

Methods in org.mule.providers.gs that throw UMOSpaceException
 UMOSpace GSConnector.getSpace(UMOEndpoint endpoint)
          Will look up a space based on the URI.
 UMOSpace GSConnector.getSpace(String spaceUrl)
           
 

Uses of UMOSpaceException in org.mule.providers.gs.space
 

Subclasses of UMOSpaceException in org.mule.providers.gs.space
 class GSSpaceException
          Is thrown when any caught exception is fired in the GSSpace and GSSpaceFactory.
 

Methods in org.mule.providers.gs.space that throw UMOSpaceException
 void GSSpace.doPut(Object value)
           
 void GSSpace.doPut(Object value, long lease)
           
 Object GSSpace.doTake()
           
 Object GSSpace.doTake(long timeout)
           
 Object GSSpace.doTakeNoWait()
           
 void GSSpace.beginTransaction()
           
 void GSSpace.commitTransaction()
           
 void GSSpace.rollbackTransaction()
           
 UMOSpace GSSpaceFactory.create(String spaceIdentifier)
           
 UMOSpace GSSpaceFactory.create(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(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(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()
           
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.