public class MSGFactory extends ObjectFactory
currentPoolSize, freeObjects, usedObjects
Modifier and Type | Method | Description |
---|---|---|
MSG |
createMSG(java.lang.String type,
java.lang.String res,
int fullResLen,
MsgGen gen) |
|
MSG |
createMSG(java.lang.String type,
java.lang.String res,
int fullResLen,
MsgGen gen,
boolean checkSeq) |
|
MSG |
createMSG(java.lang.String type,
java.lang.String res,
int fullResLen,
MsgGen gen,
boolean checkSeq,
boolean checkValids) |
|
MSG |
createMSG(java.lang.String type,
MsgGen gen,
java.util.Hashtable<java.lang.String,java.lang.String> clientValues) |
|
static MSGFactory |
getInstance() |
|
void |
unuseObject(java.lang.Object o) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addToFreePool, addToUsedPool, getFreeObject, getFreeObjects, getUsedObjects, toString
public static MSGFactory getInstance()
public MSG createMSG(java.lang.String type, MsgGen gen, java.util.Hashtable<java.lang.String,java.lang.String> clientValues)
public MSG createMSG(java.lang.String type, java.lang.String res, int fullResLen, MsgGen gen)
public MSG createMSG(java.lang.String type, java.lang.String res, int fullResLen, MsgGen gen, boolean checkSeq)
public MSG createMSG(java.lang.String type, java.lang.String res, int fullResLen, MsgGen gen, boolean checkSeq, boolean checkValids)
public void unuseObject(java.lang.Object o)
unuseObject
in class ObjectFactory
Copyright © 2018. All rights reserved.