JTP API Documentation

jtp.util
Interface ObjectStorage

All Known Implementing Classes:
FileObjectStorage

public interface ObjectStorage


Nested Class Summary
static class ObjectStorage.Handle
           
 
Method Summary
 boolean isReadOnly()
           
 Object retrieveObjectAt(long location)
           
 long storeObject(Object o)
           
 

Method Detail

storeObject

public long storeObject(Object o)
                 throws IOException
IOException

retrieveObjectAt

public Object retrieveObjectAt(long location)
                        throws IOException
IOException

isReadOnly

public boolean isReadOnly()

JTP API Documentation