QuickServer
v1.4.5

org.quickserver.util.xmlreader
Class ClientHandlerObjectPoolConfig

java.lang.Object
  extended byorg.quickserver.util.xmlreader.PoolConfig
      extended byorg.quickserver.util.xmlreader.ClientHandlerObjectPoolConfig

public class ClientHandlerObjectPoolConfig
extends PoolConfig

This class encapsulate the ClientHandler Object pool configuration. The xml is <client-handler-object-pool>...</client-handler-object-pool>

Author:
Akshathkumar Shetty

Constructor Summary
ClientHandlerObjectPoolConfig()
           
ClientHandlerObjectPoolConfig(PoolConfig poolConfig)
           
 
Method Summary
 java.lang.String toXML(java.lang.String pad)
          Returns XML config of this class.
 
Methods inherited from class org.quickserver.util.xmlreader.PoolConfig
getMaxActive, getMaxIdle, setMaxActive, setMaxIdle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientHandlerObjectPoolConfig

public ClientHandlerObjectPoolConfig()

ClientHandlerObjectPoolConfig

public ClientHandlerObjectPoolConfig(PoolConfig poolConfig)
Method Detail

toXML

public java.lang.String toXML(java.lang.String pad)
Returns XML config of this class.


QuickServer
v1.4.5

Copyright © 2003-2005 QuickServer.org