Package org.jpos.space


package org.jpos.space
  • Class
    Description
    JDBM based persistent space implementation
    JESpace<K,V>
    BerkeleyDB Jave Edition based persistent space implementation
     
     
     
    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 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.
    org.jpos.space.Space operations do not declare any checked exceptions.
    Creates a space based on a space URI.
    Intercepts space operations.
     
    RMI Space Proxy
     
     
    Space related helper methods
    Used by JDBMSpace to match entries based on its value
    TSpace<K,V>
    TSpace implementation