Uses of Interface
org.jpos.space.Space

Packages that use Space
org.jpos.iso.filter ISOFilter implementations 
org.jpos.q2.iso   
org.jpos.q2.qbean   
org.jpos.space Limited lightweight tuple space implementation 
org.jpos.transaction jPOS Transaction Manager 
 

Uses of Space in org.jpos.iso.filter
 

Methods in org.jpos.iso.filter that return Space
protected  Space StatefulFilter.getSpace()
          Getter for property space.
 

Methods in org.jpos.iso.filter with parameters of type Space
protected  void StatefulFilter.setSpace(Space space)
          Setter for property space.
 

Uses of Space in org.jpos.q2.iso
 

Methods in org.jpos.q2.iso that return Space
 Space QMUX.getSpace()
           
protected  Space ChannelAdaptor.grabSpace(org.jdom.Element e)
           
 

Uses of Space in org.jpos.q2.qbean
 

Classes in org.jpos.q2.qbean that implement Space
 class SpaceLet
           
 

Uses of Space in org.jpos.space
 

Subinterfaces of Space in org.jpos.space
 interface LocalSpace<K,V>
           
 

Classes in org.jpos.space that implement Space
 class JDBMSpace<K,V>
          JDBM based persistent space implementation
 class JESpace<K,V>
          BerkeleyDB Jave Edition based persistent space implementation
 class SpaceInterceptor
          Intercepts space operations.
 class TSpace<K,V>
          TSpace implementation
 

Fields in org.jpos.space declared as Space
protected  Space SpaceInterceptor.sp
           
 

Fields in org.jpos.space with type parameters of type Space
protected static Map<String,Space> JDBMSpace.spaceRegistrar
           
 

Methods in org.jpos.space that return Space
static Space SpaceFactory.getSpace()
           
static Space SpaceFactory.getSpace(String spaceUri)
           
static Space SpaceFactory.getSpace(String scheme, String name, String param)
           
 

Methods in org.jpos.space with parameters of type Space
static Object[] SpaceUtil.inpAll(Space sp, Object key)
          return all entries under a given key
static long SpaceUtil.nextLong(Space sp, Object key)
           
static void SpaceUtil.wipe(Space sp, Object key)
          Remove all entries under key
static void SpaceUtil.wipeAndOut(Space sp, Object key, Object value)
           
static void SpaceUtil.wipeAndOut(Space sp, Object key, Object value, long timeout)
           
 

Constructors in org.jpos.space with parameters of type Space
SpaceInterceptor(Space sp)
           
 

Uses of Space in org.jpos.transaction
 

Methods in org.jpos.transaction that return Space
 Space TransactionManager.getInputSpace()
           
 Space TransactionManager.getPersistentSpace()
           
 Space TransactionManager.getSpace()
           
 

Methods in org.jpos.transaction with parameters of type Space
protected  void TransactionManager.commitOff(Space sp)
           
protected  void TransactionManager.commitOn(Space sp)
           
 



Copyright © 1998-2012 jPOS.org. All Rights Reserved.