|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.easywsdl.extensions.wsdl4complexwsdl.WSDL4ComplexWsdlReaders
public final class WSDL4ComplexWsdlReaders
A static pool of WSDL4ComplexWsdlReader to improve WSDL4ComplexWsdlReader creation efficiency.
A WSDL4ComplexWsdlReader is initialized the first time this class is used.
An infinite number (integer maximum value) of WSDL4ComplexWsdlReader may be created. They are never evicted.
| Constructor Summary | |
|---|---|
WSDL4ComplexWsdlReaders()
|
|
| Method Summary | |
|---|---|
static void |
releaseWSDL4ComplexWsdlReader(WSDL4ComplexWsdlReader wsdl4ComplexWsdlReader)
Release a WSDL4ComplexWsdlReader to the pool |
static WSDL4ComplexWsdlReader |
takeWSDL4ComplexWsdlReader()
Take a WSDL4ComplexWsdlReader from the pool |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSDL4ComplexWsdlReaders()
| Method Detail |
|---|
public static final WSDL4ComplexWsdlReader takeWSDL4ComplexWsdlReader()
throws com.ebmwebsourcing.easycommons.pooling.PoolException
WSDL4ComplexWsdlReader from the pool
WSDL4ComplexWsdlReader
com.ebmwebsourcing.easycommons.pooling.PoolException - if the current thread waits for a WSDL4ComplexWsdlReader
of the pool and is interruptedpublic static final void releaseWSDL4ComplexWsdlReader(WSDL4ComplexWsdlReader wsdl4ComplexWsdlReader)
WSDL4ComplexWsdlReader to the pool
wsdl4ComplexWsdlReader - a WSDL4ComplexWsdlReader to release
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||