final class ThreadGroupFactory extends java.lang.Object implements IPoolFactory<java.lang.Object>
Modifier and Type | Field and Description |
---|---|
private int |
m_nameIndex |
Constructor and Description |
---|
ThreadGroupFactory(ValueDescriptor[] descriptors) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
createObject(long identifier,
java.lang.Object o)
Creates a replacement object for a value in a pool
|
ContentType<java.lang.Object> |
getContentType() |
public ThreadGroupFactory(ValueDescriptor[] descriptors)
public java.lang.Object createObject(long identifier, java.lang.Object o)
IPoolFactory
createObject
in interface IPoolFactory<java.lang.Object>
identifier
- the identifier that is used to look up the objectpublic ContentType<java.lang.Object> getContentType()
getContentType
in interface IPoolFactory<java.lang.Object>