org.apache.chemistry.opencmis.client.bindings.impl
Class TransientWrapper

java.lang.Object
  extended by org.apache.chemistry.opencmis.client.bindings.impl.TransientWrapper
All Implemented Interfaces:
Serializable

public class TransientWrapper
extends Object
implements Serializable

Wrapper for transient objects in a cache.

See Also:
Serialized Form

Constructor Summary
TransientWrapper(Object object)
           
 
Method Summary
 Object getObject()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransientWrapper

public TransientWrapper(Object object)
Method Detail

getObject

public Object getObject()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.