com.icegreen.greenmail.foedus.util
Class InMemoryWorkspace

java.lang.Object
  extended by com.icegreen.greenmail.foedus.util.InMemoryWorkspace
All Implemented Interfaces:
Workspace

public class InMemoryWorkspace
extends Object
implements Workspace


Constructor Summary
InMemoryWorkspace()
           
 
Method Summary
 Resource getTmpFile()
           
 void release(Resource tmpFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InMemoryWorkspace

public InMemoryWorkspace()
Method Detail

getTmpFile

public Resource getTmpFile()
                    throws IOException
Specified by:
getTmpFile in interface Workspace
Throws:
IOException

release

public void release(Resource tmpFile)
Specified by:
release in interface Workspace