FileDocCategorySizeDatePackage
ResourceFactory.javaAPI DocExample465Sun Nov 23 18:03:36 GMT 2003pool

ResourceFactory

public interface ResourceFactory
The interface implemented by factories that generate resources to put in the pool

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectcreateResource()
Create a new resource

public booleanvalidateResource(java.lang.Object o)
Validate an existing resource generated by this factory. Reset any parameters to the defaults, or return false if the resource cannot be reset.