br.com.ibnetwork.guara.rundata.impl
Class RunDataPoolImpl

java.lang.Object
  extended by br.com.ibnetwork.guara.rundata.impl.RunDataPoolImpl
All Implemented Interfaces:
RunDataPool, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.service.Serviceable

public class RunDataPoolImpl
extends java.lang.Object
implements RunDataPool, org.apache.avalon.framework.service.Serviceable, org.apache.avalon.framework.configuration.Configurable

Author:
leandro

Field Summary
 
Fields inherited from interface br.com.ibnetwork.guara.rundata.RunDataPool
ROLE
 
Constructor Summary
RunDataPoolImpl()
           
 
Method Summary
 void configure(org.apache.avalon.framework.configuration.Configuration conf)
           
 RunData create(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletConfig servletConfig)
           
 void returnRunData(RunData runData)
           
 void service(org.apache.avalon.framework.service.ServiceManager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunDataPoolImpl

public RunDataPoolImpl()
Method Detail

service

public void service(org.apache.avalon.framework.service.ServiceManager manager)
             throws org.apache.avalon.framework.service.ServiceException
Specified by:
service in interface org.apache.avalon.framework.service.Serviceable
Throws:
org.apache.avalon.framework.service.ServiceException

configure

public void configure(org.apache.avalon.framework.configuration.Configuration conf)
               throws org.apache.avalon.framework.configuration.ConfigurationException
Specified by:
configure in interface org.apache.avalon.framework.configuration.Configurable
Throws:
org.apache.avalon.framework.configuration.ConfigurationException

create

public RunData create(javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response,
                      javax.servlet.ServletConfig servletConfig)
               throws RunDataException
Specified by:
create in interface RunDataPool
Throws:
RunDataException

returnRunData

public void returnRunData(RunData runData)
Specified by:
returnRunData in interface RunDataPool


Copyright © 1999-2006 InterBusiness Technologies. All Rights Reserved.