org.jpos.space
Class JESpace.Ref

java.lang.Object
  extended by org.jpos.space.JESpace.Ref
Enclosing class:
JESpace<K,V>

@Entity
public static class JESpace.Ref
extends Object


Constructor Summary
JESpace.Ref()
           
JESpace.Ref(String key, Object value, long timeout)
           
 
Method Summary
 long getExpiration()
           
 long getId()
           
 Object getKey()
           
 Object getValue()
           
 boolean hasExpiration()
           
 boolean isActive()
           
 boolean isExpired()
           
 void reverseId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JESpace.Ref

public JESpace.Ref()

JESpace.Ref

public JESpace.Ref(String key,
                   Object value,
                   long timeout)
Method Detail

getId

public long getId()

reverseId

public void reverseId()

isExpired

public boolean isExpired()

isActive

public boolean isActive()

getKey

public Object getKey()

getValue

public Object getValue()

getExpiration

public long getExpiration()

hasExpiration

public boolean hasExpiration()


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