QuickServer
v1.4.5

org.quickserver.util.xmlreader
Class ByteBufferObjectPoolConfig

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

public class ByteBufferObjectPoolConfig
extends PoolConfig

This class encapsulate the ByteBuffer Object pool configuration. The xml is <byte-buffer-object-pool>...</byte-buffer-object-pool>

Since:
1.3
Author:
Akshathkumar Shetty

Constructor Summary
ByteBufferObjectPoolConfig()
           
ByteBufferObjectPoolConfig(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

ByteBufferObjectPoolConfig

public ByteBufferObjectPoolConfig()

ByteBufferObjectPoolConfig

public ByteBufferObjectPoolConfig(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