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
-
DescrOperator(DescrOperator)
-
-
DescrOperator(String, int, int)
-
-
get_ipArgList()
-
-
get_opArgList()
-
-
getClassName()
-
-
getConnMgr()
-
-
getHostLocation()
-
-
getInstance()
-
-
getLocation()
-
-
getPathLen()
-
-
getSeqNum()
-
-
set_ipArgList(Object[])
-
-
set_opArgList(Object[])
-
-
setConnMgr(ConnectorMgrIF)
-
-
setInstance(Object)
-
-
setLocation(String)
-
DescrOperator
public DescrOperator(String className,
int seq,
int pLen)
DescrOperator
public DescrOperator(DescrOperator dop)
setConnMgr
public void setConnMgr(ConnectorMgrIF mgr)
getConnMgr
public ConnectorMgrIF getConnMgr()
getClassName
public String getClassName()
getLocation
public String getLocation()
getHostLocation
public String getHostLocation()
setLocation
public void setLocation(String loc)
getInstance
public Object getInstance()
setInstance
public void setInstance(Object instance)
get_ipArgList
public Object[] get_ipArgList()
get_opArgList
public Object[] get_opArgList()
getSeqNum
public int getSeqNum()
set_ipArgList
public void set_ipArgList(Object argList[])
set_opArgList
public void set_opArgList(Object argList[])
getPathLen
public int getPathLen()
All Packages Class Hierarchy This Package Previous Next Index