All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----iceberg.APCpath.descr.OperatorInfo
protected String _operatorClassName_iapName
protected String _iapName_remoteHost
protected String _remoteHost_remotePort
protected int _remotePort_myHost
protected String _myHost_myPort
protected int _myPort
public OperatorInfo()OperatorInfo
public OperatorInfo(String opClassName, String iapName)OperatorInfo
public OperatorInfo(String myHost, int myPort)
public abstract String getKey()getIAPName
public String getIAPName()getOperatorClassName
public String getOperatorClassName()setArgs
public abstract void setArgs(String args)setPeerOp
public void setPeerOp(OperatorInfo opInfo)getMyHost
public String getMyHost()getMyPort
public int getMyPort()getRemoteHost
public String getRemoteHost()getRemotePort
public int getRemotePort()setRemoteHostAndPort
public void setRemoteHostAndPort(String remoteHost, int port)equals
public abstract boolean equals(OperatorInfo opInfo)toString
public abstract String toString()
public String getPathInfoForIAP()setPathInfoFromIAP
public void setPathInfoFromIAP(String pathInfo)createOperatorInfo
public static OperatorInfo createOperatorInfo(String opDesc)
public abstract String getInputType()getOutputType
public abstract String getOutputType()
All Packages Class Hierarchy This Package Previous Next Index