All Packages Class Hierarchy This Package Previous Next Index
Interface iceberg.APCpath.descr.OperatorInfoIF
- public interface OperatorInfoIF
-
getDNString()
-
-
getInputType()
-
-
getMyHost()
-
-
getMyPort()
-
-
getOutputType()
-
-
getPathInfoForIAP()
-
-
getRemoteHost()
-
-
getRemotePort()
-
-
getServiceSpecID()
-
-
setArgs(String)
-
-
setPathInfoFromIAP(String)
-
setArgs
public abstract void setArgs(String args)
getPathInfoForIAP
public abstract String getPathInfoForIAP()
setPathInfoFromIAP
public abstract void setPathInfoFromIAP(String pathInfo)
getDNString
public abstract String getDNString()
getServiceSpecID
public abstract String getServiceSpecID()
getRemoteHost
public abstract String getRemoteHost()
getRemotePort
public abstract int getRemotePort()
getMyHost
public abstract String getMyHost()
getMyPort
public abstract int getMyPort()
getInputType
public abstract String getInputType()
getOutputType
public abstract String getOutputType()
All Packages Class Hierarchy This Package Previous Next Index