Class TdbOwnedDatabaseList

All Implemented Interfaces:
com.tietoenator.trip.jxp.internal.utils.DOMSink, Iterable<TdbControlObject>, Collection<TdbControlObject>, List<TdbControlObject>

public class TdbOwnedDatabaseList extends TdbControlObjectList
Container class for databases owned by the calling process
  • Constructor Details

    • TdbOwnedDatabaseList

      public TdbOwnedDatabaseList(TdbSession session) throws TdbException
      Requests a list of databases owned by the calling process
      Parameters:
      session - Bounding session
      Throws:
      TdbException
    • TdbOwnedDatabaseList

      public TdbOwnedDatabaseList(TdbSession session, String type) throws TdbException
      Requests a list of databases of a certain type owned by the calling process
      Parameters:
      session - Bounding session
      type - Database type
      Throws:
      TdbException