All Packages Class Hierarchy This Package Previous Next Index
Class iceberg.APCpath.operators.SockReadToastOp
java.lang.Object
|
+----ninja.rmi.NinjaRemoteObject
|
+----iceberg.APCpath.operators.Operator
|
+----iceberg.APCpath.operators.SockReadOp
|
+----iceberg.APCpath.operators.SockReadToastOp
- public class SockReadToastOp
- extends SockReadOp
-
myname
-
-
SockReadToastOp()
-
-
getCmd()
-
-
getInputType()
- Should return the input type of the operator
-
getOutputType()
- Should return the output type of the operator
-
ipBlockSize()
-
-
opBlockSize()
-
myname
public String myname
SockReadToastOp
public SockReadToastOp() throws RemoteException
getInputType
public String getInputType() throws RemoteException
- Should return the input type of the operator
- Overrides:
- getInputType in class SockReadOp
getOutputType
public String getOutputType() throws RemoteException
- Should return the output type of the operator
- Overrides:
- getOutputType in class SockReadOp
opBlockSize
public int opBlockSize() throws RemoteException
- Overrides:
- opBlockSize in class SockReadOp
ipBlockSize
public int ipBlockSize() throws RemoteException
- Overrides:
- ipBlockSize in class SockReadOp
getCmd
protected String[] getCmd()
- Overrides:
- getCmd in class SockReadOp
All Packages Class Hierarchy This Package Previous Next Index