ResourceFactorypublic interface ResourceFactory The interface implemented by factories that generate resources to put in
the pool |
Methods Summary |
---|
public java.lang.Object | createResource()Create a new resource
| public boolean | validateResource(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.
|
|