Package org.jpos.space
package org.jpos.space
-
ClassDescriptionJDBMSpace<K,
V> JDBM based persistent space implementationJESpace<K,V> BerkeleyDB Jave Edition based persistent space implementationLocalSpace<K,V> LSpace<K,V> LSpace (Loom-optimized Space) implementation with per-key locking for Virtual Thread efficiency.Marker interface for spaces that utilize a persistent store.RMI based Space proxySpace<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.org.jpos.space.Space operations do not declare any checked exceptions.Creates a space based on a space URI.SpaceInterceptor<K,V> Intercepts space operations.SpaceListener<K,V> RMI Space ProxySpace related helper methodsUsed by JDBMSpace to match entries based on its valueTSpace<K,V> TSpace implementation