All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.APCpath.descr.DescrOperator

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

public class DescrOperator
extends Object
implements Serializable

Constructor Index

 o DescrOperator(DescrOperator)
 o DescrOperator(String, int, int)

Method Index

 o get_ipArgList()
 o get_opArgList()
 o getClassName()
 o getConnMgr()
 o getHostLocation()
 o getInstance()
 o getLocation()
 o getPathLen()
 o getSeqNum()
 o set_ipArgList(Object[])
 o set_opArgList(Object[])
 o setConnMgr(ConnectorMgrIF)
 o setInstance(Object)
 o setLocation(String)

Constructors

 o DescrOperator
 public DescrOperator(String className,
                      int seq,
                      int pLen)
 o DescrOperator
 public DescrOperator(DescrOperator dop)

Methods

 o setConnMgr
 public void setConnMgr(ConnectorMgrIF mgr)
 o getConnMgr
 public ConnectorMgrIF getConnMgr()
 o getClassName
 public String getClassName()
 o getLocation
 public String getLocation()
 o getHostLocation
 public String getHostLocation()
 o setLocation
 public void setLocation(String loc)
 o getInstance
 public Object getInstance()
 o setInstance
 public void setInstance(Object instance)
 o get_ipArgList
 public Object[] get_ipArgList()
 o get_opArgList
 public Object[] get_opArgList()
 o getSeqNum
 public int getSeqNum()
 o set_ipArgList
 public void set_ipArgList(Object argList[])
 o set_opArgList
 public void set_opArgList(Object argList[])
 o getPathLen
 public int getPathLen()

All Packages  Class Hierarchy  This Package  Previous  Next  Index