jPOS 1.6.7 API Documentation

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 java.lang.Object


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

Constructor Detail

JESpace.Ref

public JESpace.Ref()

JESpace.Ref

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

getId

public long getId()

reverseId

public void reverseId()

isExpired

public boolean isExpired()

isActive

public boolean isActive()

getKey

public java.lang.Object getKey()

getValue

public java.lang.Object getValue()

getExpiration

public long getExpiration()

hasExpiration

public boolean hasExpiration()

jPOS.org