public class ParserPoolImpl extends Object implements ParserPool
Constructor and Description |
---|
ParserPoolImpl() |
Modifier and Type | Method and Description |
---|---|
Parser |
get()
Call the wrapped pool.
|
void |
initialize(RuntimeServices rsvc)
Create the underlying "pool".
|
void |
put(Parser parser)
Call the wrapped pool.
|
public void initialize(RuntimeServices rsvc)
initialize
in interface ParserPool
rsvc
- public Parser get()
get
in interface ParserPool
public void put(Parser parser)
put
in interface ParserPool
parser
- Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.