Class ProviderList

java.lang.Object
java.util.Dictionary<UUID,Provider>
java.util.Hashtable<UUID,Provider>
org.apache.derby.iapi.sql.depend.ProviderList
All Implemented Interfaces:
Serializable, Cloneable, Map<UUID,Provider>

public class ProviderList extends Hashtable<UUID,Provider>
ProviderList is a list of Providers that is being tracked for some object other than the current dependent.
See Also:
  • Constructor Details

    • ProviderList

      public ProviderList()
  • Method Details

    • addProvider

      public void addProvider(Provider prov)
      Add a Provider to the list.
      Parameters:
      prov - The Provider to add to the list.