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

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byorg.apache.derby.iapi.sql.depend.ProviderList
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

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

Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Field Summary
 
Fields inherited from class java.util.Hashtable
 
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.
Returns:
Nothing.

Built on Mon 2007-06-04 09:58:47+0400, from revision ???

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.