Home | History | Annotate | Download | only in impl

Lines Matching defs:instances

57  * <p>This factory will remember previously created <code>Log</code> instances
202 * The {@link org.apache.commons.logging.Log} instances that have
205 protected Hashtable instances = new Hashtable();
217 * implementation class that will be used to create new instances.
331 Log instance = (Log) instances.get(name);
334 instances.put(name, instance);
344 * instances returned by this factory. This is useful in environments
352 instances.clear();
520 * new {@link org.apache.commons.logging.Log} instances.</p>