com.mindoo.remote.api.tools.reflection
Class ThinBridgeObjectCache

java.lang.Object
  extended by com.mindoo.remote.api.tools.reflection.ThinBridgeObjectCache

public class ThinBridgeObjectCache
extends java.lang.Object

Internal utility class. Not part of the public API.


Constructor Summary
ThinBridgeObjectCache()
           
 
Method Summary
 void dispose()
           
 java.lang.Object getValue(java.lang.Long id)
           
 java.lang.Long putValue(java.lang.Object o)
           
 void putValue(java.lang.Object o, java.lang.Long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThinBridgeObjectCache

public ThinBridgeObjectCache()
Method Detail

putValue

public void putValue(java.lang.Object o,
                     java.lang.Long id)

putValue

public java.lang.Long putValue(java.lang.Object o)

getValue

public java.lang.Object getValue(java.lang.Long id)

dispose

public void dispose()