All Packages Class Hierarchy This Package Previous Next Index
Class iceberg.APCpath.descr.OperatorInfo
java.lang.Object
|
+----iceberg.APCpath.descr.OperatorInfo
- public abstract class OperatorInfo
- extends Object
- implements Serializable, OperatorInfoIF
-
_iapName
-
-
_myHost
-
-
_myPort
-
-
_operatorClassName
-
-
_remoteHost
-
-
_remotePort
-
-
OperatorInfo()
-
-
OperatorInfo(String, int)
-
-
OperatorInfo(String, String)
-
-
createOperatorInfo(String)
-
opDesc is in form of:
operatorType = Vat (case sensitive) -- used to determine
the operator type and operatorInfo type
operatorArgumentList dependes on the operator Type
if Vat: then it is
opDesc can be expressed as an end point address
-
equals(OperatorInfo)
-
-
getDNString()
-
-
getIAPName()
-
-
getInputType()
-
-
getKey()
-
-
getMyHost()
-
-
getMyPort()
-
-
getOperatorClassName()
-
-
getOutputType()
-
-
getPathInfoForIAP()
-
-
getRemoteHost()
-
-
getRemotePort()
-
-
getServiceSpecID()
-
-
setArgs(String)
-
-
setPathInfoFromIAP(String)
-
-
setPeerOp(OperatorInfo)
-
-
setRemoteHostAndPort(String, int)
-
-
toString()
-
_operatorClassName
protected String _operatorClassName
_iapName
protected String _iapName
_remoteHost
protected String _remoteHost
_remotePort
protected int _remotePort
_myHost
protected String _myHost
_myPort
protected int _myPort
OperatorInfo
public OperatorInfo()
OperatorInfo
public OperatorInfo(String opClassName,
String iapName)
OperatorInfo
public OperatorInfo(String myHost,
int myPort)
getKey
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()
- Overrides:
- toString in class Object
getPathInfoForIAP
public String getPathInfoForIAP()
setPathInfoFromIAP
public void setPathInfoFromIAP(String pathInfo)
createOperatorInfo
public static OperatorInfo createOperatorInfo(String opDesc)
- opDesc is in form of:
operatorType = Vat (case sensitive) -- used to determine
the operator type and operatorInfo type
operatorArgumentList dependes on the operator Type
if Vat: then it is
opDesc can be expressed as an end point address
getInputType
public abstract String getInputType()
getOutputType
public abstract String getOutputType()
All Packages Class Hierarchy This Package Previous Next Index