org.clazzes.util.lifecycle.impl
Class RecyclableObjectWrapper<T>

java.lang.Object
  extended by org.clazzes.util.lifecycle.impl.RecyclableImpl<java.lang.Integer>
      extended by org.clazzes.util.lifecycle.impl.RecyclableObjectWrapper<T>
All Implemented Interfaces:
java.io.Serializable, ObjectCreatable<java.lang.Integer>, Recyclable<java.lang.Integer>

public class RecyclableObjectWrapper<T>
extends RecyclableImpl<java.lang.Integer>

Author:
rbreuss
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.clazzes.util.lifecycle.impl.RecyclableImpl
key, objectFactory
 
Constructor Summary
RecyclableObjectWrapper(T wrapped)
           
 
Method Summary
 T getWrapped()
           
 
Methods inherited from class org.clazzes.util.lifecycle.impl.RecyclableImpl
recycle, setKey, setObjectFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecyclableObjectWrapper

public RecyclableObjectWrapper(T wrapped)
Method Detail

getWrapped

public T getWrapped()


Copyright © 2010. All Rights Reserved.