Uses of Interface
org.mule.umo.space.UMOSpace

Packages that use UMOSpace
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 UMOSpace in org.mule.impl.space
 

Classes in org.mule.impl.space that implement UMOSpace
 class AbstractSpace
          Provides core functionality for all spaces, including listenr management and Server notification support.
 class DefaultSpace
          Creates a transaction and persistent local space.
 

Methods in org.mule.impl.space that return UMOSpace
 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
 

Constructors in org.mule.impl.space with parameters of type UMOSpace
SpaceMonitorNotification(UMOSpace space, int action, Object item)
           
 

Uses of UMOSpace in org.mule.providers.gs
 

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

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

Classes in org.mule.providers.gs.space that implement UMOSpace
 class GSSpace
          Represents a JavaSpace object.
 

Methods in org.mule.providers.gs.space that return UMOSpace
 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 UMOSpace in org.mule.providers.space
 

Methods in org.mule.providers.space that return UMOSpace
 UMOSpace SpaceConnector.getSpace(String spaceUrl)
           
 UMOSpace SpaceConnector.getSpace(UMOImmutableEndpoint endpoint)
          Will look up a space based on the URI.
 UMOSpace TransactedSpaceMessageReceiver.getSpace()
           
 

Methods in org.mule.providers.space with parameters of type UMOSpace
protected  Work SpaceMessageReceiver.createWork(UMOSpace space, Object message)
           
 

Constructors in org.mule.providers.space with parameters of type UMOSpace
SpaceMessageReceiver.SpaceWorker(UMOSpace space, Object message)
           
 

Uses of UMOSpace in org.mule.umo.space
 

Methods in org.mule.umo.space that return UMOSpace
 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
 UMOSpace UMOSpaceEvent.getSpace()
           
 

Constructors in org.mule.umo.space with parameters of type UMOSpace
UMOSpaceEvent(Object item, UMOSpace space)
           
 



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