All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface iceberg.APCpath.descr.OperatorInfoIF

public interface OperatorInfoIF

Method Index

 o getDNString()
 o getInputType()
 o getMyHost()
 o getMyPort()
 o getOutputType()
 o getPathInfoForIAP()
 o getRemoteHost()
 o getRemotePort()
 o getServiceSpecID()
 o setArgs(String)
 o setPathInfoFromIAP(String)

Methods

 o setArgs
 public abstract void setArgs(String args)
 o getPathInfoForIAP
 public abstract String getPathInfoForIAP()
 o setPathInfoFromIAP
 public abstract void setPathInfoFromIAP(String pathInfo)
 o getDNString
 public abstract String getDNString()
 o getServiceSpecID
 public abstract String getServiceSpecID()
 o getRemoteHost
 public abstract String getRemoteHost()
 o getRemotePort
 public abstract int getRemotePort()
 o getMyHost
 public abstract String getMyHost()
 o getMyPort
 public abstract int getMyPort()
 o getInputType
 public abstract String getInputType()
 o getOutputType
 public abstract String getOutputType()

All Packages  Class Hierarchy  This Package  Previous  Next  Index