Interface | Description |
---|---|
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<K,V> | |
Template |
Used by JDBMSpace to match entries based on its value
|
Class | Description |
---|---|
JDBMSpace<K,V> |
JDBM based persistent space implementation
|
JESpace<K,V> |
BerkeleyDB Jave Edition based persistent space implementation
|
JESpace.GCRef | |
JESpace.Ref | |
MD5Template | |
ObjectTemplate | |
SpaceFactory |
Creates a space based on a space URI.
|
SpaceInterceptor<K,V> |
Intercepts space operations.
|
SpaceProxy |
RMI Space Proxy
|
SpaceSource | |
SpaceTap | |
SpaceUtil |
Space related helper methods
|
TSpace<K,V> |
TSpace implementation
|
Error | Description |
---|---|
SpaceError |
org.jpos.space.Space operations do not declare any checked exceptions.
|