org.apache.derby.iapi.sql.depend
Class ProviderList

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by org.apache.derby.iapi.sql.depend.ProviderList
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class ProviderList
extends java.util.Hashtable

ProviderList is a list of Providers that is being tracked for some object other than the current dependent.

See Also:
Serialized Form

Constructor Summary
ProviderList()
           
 
Method Summary
 void addProvider(Provider prov)
          Add a Provider to the list.
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProviderList

public ProviderList()
Method Detail

addProvider

public void addProvider(Provider prov)
Add a Provider to the list.

Parameters:
prov - The Provider to add to the list.

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.