org.semispace
Class SemiSpace.WrappedInternalWriter

java.lang.Object
  extended by org.semispace.SemiSpace.WrappedInternalWriter
All Implemented Interfaces:
Runnable
Enclosing class:
SemiSpace

protected class SemiSpace.WrappedInternalWriter
extends Object
implements Runnable

Need to wrap write in own thread in order to make terracotta pick it up.


Constructor Summary
protected SemiSpace.WrappedInternalWriter(Object entry, long leaseTimeMs)
           
 
Method Summary
 Exception getException()
           
 SemiLease getLease()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SemiSpace.WrappedInternalWriter

protected SemiSpace.WrappedInternalWriter(Object entry,
                                          long leaseTimeMs)
Method Detail

getException

public Exception getException()

getLease

public SemiLease getLease()

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2008-2012. All Rights Reserved.