jPOS 1.6.5 API Documentation

Package org.jpos.space

Interface Summary
LocalSpace<K,V>  
RemoteSpace RMI based Space proxy
Space<K,V> Space uses concepts described in the Linda Coordination Language that eases the implementation of other jPOS components (such as Channels, Muxes, etc.), but it is not by any means an attempt to provide a full implementation.
SpaceListener  
Template Used by JDBMSpace to match entries based on its value
TransientSpaceMBean MBean interface.
 

Class Summary
Connector  
ISOChannelAdaptor Integrates legacy (pre 2.0) ISOChannels to new Space based architecture
ISORequestListenerAdaptor Integrates legacy (pre 2.0) ISORequestListeners to the new Space based architecture
JDBMSpace<K,V> JDBM based persistent space implementation
JESpace<K,V> BerkeleyDB Jave Edition based persistent space implementation
JESpace.GCRef  
JESpace.Ref  
LeasedReference LeasedReference references an object for a limited amount of time
MD5Template  
ObjectTemplate  
PersistentSpace Persistent Space implementation
Request Request adds to TinySpace a few helper methods suitable for exchanging requests and responses over an outter [Transient|Tiny]Space.
SpaceChannel Space based Channel implementation
SpaceFactory Creates a space based on a space URI.
SpaceInterceptor Intercepts space operations.
SpaceMUX Space based MUX implementation
SpaceProxy RMI Space Proxy
SpaceTap  
SpaceUtil Space related helper methods
TinySpace Tiny Space implementation
TransientSpace Transient Space implementation
TSpace<K,V> TSpace implementation
 

Error Summary
SpaceError org.jpos.space.Space operations do not declare any checked exceptions.
 


jPOS.org