Class ObjectFactory
java.lang.Object
org.kapott.hbci.tools.ObjectFactory
- Direct Known Subclasses:
CryptFactory, DEFactory, DEGFactory, MSGFactory, MultipleDEGsFactory, MultipleDEsFactory, MultipleSEGsFactory, MultipleSFsFactory, SEGFactory, SFFactory, SigFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected final Collection<Object> private final intprotected final Collection<Object> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
freeObjects
-
usedObjects
-
maxPoolSize
private final int maxPoolSize -
currentPoolSize
protected int currentPoolSize
-
-
Constructor Details
-
ObjectFactory
public ObjectFactory() -
ObjectFactory
public ObjectFactory(int maxPoolSize)
-
-
Method Details
-
getFreeObject
-
addToUsedPool
-
addToFreePool
-
unuseObject
-
toString
-
getUsedObjects
-
getFreeObjects
-