All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.APCpath.operators.SockReadUntoastOp

java.lang.Object
   |
   +----ninja.rmi.NinjaRemoteObject
           |
           +----iceberg.APCpath.operators.Operator
                   |
                   +----iceberg.APCpath.operators.SockReadOp
                           |
                           +----iceberg.APCpath.operators.SockReadUntoastOp

public class SockReadUntoastOp
extends SockReadOp

Variable Index

 o myname

Constructor Index

 o SockReadUntoastOp()

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()

Variables

 o myname
 public String myname

Constructors

 o SockReadUntoastOp
 public SockReadUntoastOp() throws RemoteException

Methods

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

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

Overrides:
getOutputType in class SockReadOp
 o opBlockSize
 public int opBlockSize() throws RemoteException
Overrides:
opBlockSize in class SockReadOp
 o ipBlockSize
 public int ipBlockSize() throws RemoteException
Overrides:
ipBlockSize in class SockReadOp
 o getCmd
 protected String[] getCmd()
Overrides:
getCmd in class SockReadOp

All Packages  Class Hierarchy  This Package  Previous  Next  Index