All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bea.jolt.pool.asp.TemplateData

java.lang.Object
   |
   +----java.util.Dictionary
           |
           +----java.util.Hashtable
                   |
                   +----bea.jolt.pool.DataSet
                           |
                           +----bea.jolt.pool.asp.AspDataSet
                                   |
                                   +----bea.jolt.pool.asp.TemplateData

public class TemplateData
extends AspDataSet
This class is same as bea.jolt.pool.asp.AspDataSet. It is for backward compatibility.

See Also:
AspDataSet

Constructor Index

 o TemplateData()
Default constructor to store the data set.
 o TemplateData(int)
The constructor to store the data set with an initial capacity.

Constructors

 o TemplateData
 public TemplateData()
Default constructor to store the data set. The default initial capacity is 10.

 o TemplateData
 public TemplateData(int initCapacity)
The constructor to store the data set with an initial capacity.

Parameters:
initCapacity - initial capacity.

All Packages  Class Hierarchy  This Package  Previous  Next  Index