org.jruby.parser
Class RubyParserPool

java.lang.Object
  extended byorg.jruby.parser.RubyParserPool
All Implemented Interfaces:
IParserPool

public class RubyParserPool
extends java.lang.Object
implements IParserPool

Version:
$Revision: 1.3 $
Author:
jpetersen

Method Summary
 IParser borrowParser()
           
static IParserPool getInstance()
           
 void returnParser(IParser parser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static IParserPool getInstance()

borrowParser

public IParser borrowParser()
Specified by:
borrowParser in interface IParserPool
See Also:
IParserPool.borrowParser()

returnParser

public void returnParser(IParser parser)
Specified by:
returnParser in interface IParserPool
See Also:
IParserPool.returnParser(IParser)


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.