JTP API Documentation

jtp.util
Class ObjectStorage.Handle

java.lang.Object
  |
  +--jtp.util.ObjectStorage.Handle
All Implemented Interfaces:
Serializable
Enclosing class:
ObjectStorage

public static class ObjectStorage.Handle
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ObjectStorage.Handle(ObjectStorage storage, long location)
           
 
Method Summary
 long getLocation()
           
 ObjectStorage getStorage()
           
 Object retrieveObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectStorage.Handle

public ObjectStorage.Handle(ObjectStorage storage,
                            long location)
Method Detail

getStorage

public ObjectStorage getStorage()

getLocation

public long getLocation()

retrieveObject

public Object retrieveObject()
                      throws IOException
IOException

JTP API Documentation