Package deltix.qsrv.hf.pub.codec.intp
Class ReflectionObjectPool
- java.lang.Object
-
- deltix.qsrv.hf.codec.cg.ObjectPool<java.lang.Object>
-
- deltix.qsrv.hf.pub.codec.intp.ReflectionObjectPool
-
public class ReflectionObjectPool extends ObjectPool<java.lang.Object>
-
-
Constructor Summary
Constructors Constructor Description ReflectionObjectPool(java.lang.Class<?> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
newItem()
-
Methods inherited from class deltix.qsrv.hf.codec.cg.ObjectPool
borrow, reset, resetItem
-
-
-
-
Method Detail
-
newItem
public java.lang.Object newItem()
- Specified by:
newItem
in classObjectPool<java.lang.Object>
-
-