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