All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.APCpath.descr.DescrPath

java.lang.Object
   |
   +----iceberg.APCpath.descr.DescrPath

public class DescrPath
extends Object
Physical path description


Constructor Index

 o DescrPath(Vector, int, String)

Method Index

 o addToConTbl(String, ConnEntry)
 o getConnEntry(String)
 o getOpList()
 o getOpTbl()
 o getPathID()
 o getSessionID()
 o setPathID(int)

Constructors

 o DescrPath
 public DescrPath(Vector operatorList,
                  int ID,
                  String sessionID)

Methods

 o getOpList
 public Vector getOpList()
 o getOpTbl
 public Hashtable getOpTbl()
 o getPathID
 public int getPathID()
 o setPathID
 public void setPathID(int id)
 o getSessionID
 public String getSessionID()
 o addToConTbl
 public void addToConTbl(String name,
                         ConnEntry cEntry)
 o getConnEntry
 public ConnEntry getConnEntry(String name)

All Packages  Class Hierarchy  This Package  Previous  Next  Index