org.jpos.space
Class JESpace.GCRef

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

@Entity
public static class JESpace.GCRef
extends Object


Constructor Summary
JESpace.GCRef()
           
JESpace.GCRef(long id, long expires)
           
 
Method Summary
 long getExpiration()
           
 long getId()
           
 boolean isExpired()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JESpace.GCRef

public JESpace.GCRef()

JESpace.GCRef

public JESpace.GCRef(long id,
                     long expires)
Method Detail

getId

public long getId()

isExpired

public boolean isExpired()

getExpiration

public long getExpiration()


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