All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.APCpath.operators.DummyOperator

java.lang.Object
   |
   +----ninja.rmi.NinjaRemoteObject
           |
           +----iceberg.APCpath.operators.DummyOperator

public class DummyOperator
extends NinjaRemoteObject
implements OperatorIF
The operator whose interface is returned on loadLocalOperator() call from APC to the IAP's source operator


Variable Index

 o ipBlockSize
 o opBlockSize
 o pathid

Constructor Index

 o DummyOperator(ConnectorMgrIF)
 o DummyOperator(int, int, ConnectorMgrIF)

Method Index

 o connect(int, int, int, String, int, int)
Dummy call
 o disconnect(int)
Dummy call
 o exec()
Dummy call
 o getInputSource()
Dummy call
 o getMgr()
Return the connection manager
 o getOpName()
Dummy call
 o getOutputDest()
Dummy call
 o getPathID()
Dummy call
 o ipBlockSize()
What is the output block size?
 o isRunning()
Dummy call
 o kill()
Dummy call
 o opBlockSize()
What is the input block size?
 o setInputSource(int, Object)
Dummy call
 o setMgr(ConnectorMgrIF)
Dummy call
 o setOpName(String)
Dummy call
 o setOutputDest(int, Object)
Dummy call
 o setPathID(int)
Dummy call
 o start(DescrOperator)
Set the descroperator.
 o stop()
Dummy call
 o wakeUp()
Dummy call

Variables

 o ipBlockSize
 public int ipBlockSize
 o opBlockSize
 public int opBlockSize
 o pathid
 public int pathid

Constructors

 o DummyOperator
 public DummyOperator(int ipSz,
                      int opSz,
                      ConnectorMgrIF mgr) throws RemoteException
Parameters:
ipSz: - the input block size for packets into this IAP
opSz: - the output block size for packets from this IAP
 o DummyOperator
 public DummyOperator(ConnectorMgrIF mgr) throws RemoteException

Methods

 o ipBlockSize
 public int ipBlockSize() throws RemoteException
What is the output block size?

 o opBlockSize
 public int opBlockSize() throws RemoteException
What is the input block size?

 o start
 public void start(DescrOperator descrop) throws IOException, RemoteException
Set the descroperator. Assume that the actual operator will be started by ConnectorMgrIF.loadLocalOperator()

 o getMgr
 public ConnectorMgrIF getMgr() throws RemoteException
Return the connection manager

 o connect
 public int connect(int pathid,
                    int srcPort,
                    int srcConnType,
                    String ipAddr,
                    int dstPort,
                    int dstConnType) throws RemoteException
Dummy call

 o disconnect
 public void disconnect(int pathid) throws RemoteException
Dummy call

 o isRunning
 public boolean isRunning() throws RemoteException
Dummy call

 o exec
 public void exec() throws RemoteException
Dummy call

 o kill
 public void kill() throws IOException, RemoteException
Dummy call

 o stop
 public void stop() throws IOException, RemoteException
Dummy call

 o setInputSource
 public void setInputSource(int connType,
                            Object conn) throws IOException, RemoteException
Dummy call

 o setOutputDest
 public void setOutputDest(int connType,
                           Object conn) throws IOException, RemoteException
Dummy call

 o getInputSource
 public Object getInputSource() throws RemoteException
Dummy call

 o getOutputDest
 public Object getOutputDest() throws RemoteException
Dummy call

 o setMgr
 public void setMgr(ConnectorMgrIF mgr) throws RemoteException
Dummy call

 o setOpName
 public void setOpName(String name) throws RemoteException
Dummy call

 o getOpName
 public String getOpName() throws RemoteException
Dummy call

 o setPathID
 public void setPathID(int ID) throws RemoteException
Dummy call

 o getPathID
 public int getPathID() throws RemoteException
Dummy call

 o wakeUp
 public void wakeUp() throws RemoteException
Dummy call


All Packages  Class Hierarchy  This Package  Previous  Next  Index