All Packages Class Hierarchy This Package Previous Next Index
Class iceberg.APCpath.operators.VatPlay
java.lang.Object
|
+----ninja.rmi.NinjaRemoteObject
|
+----iceberg.APCpath.operators.Operator
|
+----iceberg.APCpath.operators.ProcessOperator
|
+----iceberg.APCpath.operators.VatPlay
- public class VatPlay
- extends ProcessOperator
-
caller_data_ip_addr
-
-
caller_data_port
-
-
VatPlay()
-
-
VatPlay(String, String)
-
-
getCmd()
-
-
getInputType()
- Should return the input type of the operator
-
getOutputType()
- Should return the output type of the operator
-
ipBlockSize()
-
-
opBlockSize()
-
-
setIpAddr(String)
-
-
setPort(String)
-
-
start(DescrOperator)
- start this operator running.
caller_data_ip_addr
public String caller_data_ip_addr
caller_data_port
public String caller_data_port
VatPlay
public VatPlay(String ip_addr,
String port) throws RemoteException
VatPlay
public VatPlay() throws RemoteException
getInputType
public String getInputType() throws RemoteException
- Should return the input type of the operator
- Overrides:
- getInputType in class Operator
getOutputType
public String getOutputType() throws RemoteException
- Should return the output type of the operator
- Overrides:
- getOutputType in class Operator
opBlockSize
public int opBlockSize() throws RemoteException
- Overrides:
- opBlockSize in class ProcessOperator
ipBlockSize
public int ipBlockSize() throws RemoteException
- Overrides:
- ipBlockSize in class ProcessOperator
setIpAddr
public void setIpAddr(String ip_addr)
setPort
public void setPort(String port)
start
public void start(DescrOperator descrop)
- start this operator running.
- Overrides:
- start in class ProcessOperator
getCmd
protected String[] getCmd()
- Overrides:
- getCmd in class ProcessOperator
All Packages Class Hierarchy This Package Previous Next Index