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

Variable Index

 o caller_data_ip_addr
 o caller_data_port

Constructor Index

 o VatPlay()
 o VatPlay(String, String)

Method Index

 o getCmd()
 o getInputType()
Should return the input type of the operator
 o getOutputType()
Should return the output type of the operator
 o ipBlockSize()
 o opBlockSize()
 o setIpAddr(String)
 o setPort(String)
 o start(DescrOperator)
start this operator running.

Variables

 o caller_data_ip_addr
 public String caller_data_ip_addr
 o caller_data_port
 public String caller_data_port

Constructors

 o VatPlay
 public VatPlay(String ip_addr,
                String port) throws RemoteException
 o VatPlay
 public VatPlay() throws RemoteException

Methods

 o getInputType
 public String getInputType() throws RemoteException
Should return the input type of the operator

Overrides:
getInputType in class Operator
 o getOutputType
 public String getOutputType() throws RemoteException
Should return the output type of the operator

Overrides:
getOutputType in class Operator
 o opBlockSize
 public int opBlockSize() throws RemoteException
Overrides:
opBlockSize in class ProcessOperator
 o ipBlockSize
 public int ipBlockSize() throws RemoteException
Overrides:
ipBlockSize in class ProcessOperator
 o setIpAddr
 public void setIpAddr(String ip_addr)
 o setPort
 public void setPort(String port)
 o start
 public void start(DescrOperator descrop)
start this operator running.

Overrides:
start in class ProcessOperator
 o getCmd
 protected String[] getCmd()
Overrides:
getCmd in class ProcessOperator

All Packages  Class Hierarchy  This Package  Previous  Next  Index