org.semispace
Class Holder

java.lang.Object
  extended by org.semispace.Holder

public class Holder
extends Object

Holder of an entry written into the space.


Constructor Summary
Holder(String xml, long liveUntil, String className, long id, Map<String,String> map)
           
 
Method Summary
 String getClassName()
           
 long getId()
           
 long getLiveUntil()
           
 Map<String,String> getSearchMap()
           
 String getXml()
           
protected  void setLiveUntil(long liveUntil)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Holder

public Holder(String xml,
              long liveUntil,
              String className,
              long id,
              Map<String,String> map)
Method Detail

getId

public long getId()

getXml

public String getXml()

getLiveUntil

public long getLiveUntil()

getSearchMap

public Map<String,String> getSearchMap()

getClassName

public String getClassName()

setLiveUntil

protected void setLiveUntil(long liveUntil)


Copyright © 2008-2012. All Rights Reserved.