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
-
ipBlockSize
-
-
opBlockSize
-
-
pathid
-
-
DummyOperator(ConnectorMgrIF)
-
-
DummyOperator(int, int, ConnectorMgrIF)
-
-
connect(int, int, int, String, int, int)
- Dummy call
-
disconnect(int)
- Dummy call
-
exec()
- Dummy call
-
getInputSource()
- Dummy call
-
getMgr()
- Return the connection manager
-
getOpName()
- Dummy call
-
getOutputDest()
- Dummy call
-
getPathID()
- Dummy call
-
ipBlockSize()
- What is the output block size?
-
isRunning()
- Dummy call
-
kill()
- Dummy call
-
opBlockSize()
- What is the input block size?
-
setInputSource(int, Object)
- Dummy call
-
setMgr(ConnectorMgrIF)
- Dummy call
-
setOpName(String)
- Dummy call
-
setOutputDest(int, Object)
- Dummy call
-
setPathID(int)
- Dummy call
-
start(DescrOperator)
- Set the descroperator.
-
stop()
- Dummy call
-
wakeUp()
- Dummy call
ipBlockSize
public int ipBlockSize
opBlockSize
public int opBlockSize
pathid
public int pathid
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
DummyOperator
public DummyOperator(ConnectorMgrIF mgr) throws RemoteException
ipBlockSize
public int ipBlockSize() throws RemoteException
- What is the output block size?
opBlockSize
public int opBlockSize() throws RemoteException
- What is the input block size?
start
public void start(DescrOperator descrop) throws IOException, RemoteException
- Set the descroperator. Assume that the actual operator will be
started by ConnectorMgrIF.loadLocalOperator()
getMgr
public ConnectorMgrIF getMgr() throws RemoteException
- Return the connection manager
connect
public int connect(int pathid,
int srcPort,
int srcConnType,
String ipAddr,
int dstPort,
int dstConnType) throws RemoteException
- Dummy call
disconnect
public void disconnect(int pathid) throws RemoteException
- Dummy call
isRunning
public boolean isRunning() throws RemoteException
- Dummy call
exec
public void exec() throws RemoteException
- Dummy call
kill
public void kill() throws IOException, RemoteException
- Dummy call
stop
public void stop() throws IOException, RemoteException
- Dummy call
setInputSource
public void setInputSource(int connType,
Object conn) throws IOException, RemoteException
- Dummy call
setOutputDest
public void setOutputDest(int connType,
Object conn) throws IOException, RemoteException
- Dummy call
getInputSource
public Object getInputSource() throws RemoteException
- Dummy call
getOutputDest
public Object getOutputDest() throws RemoteException
- Dummy call
setMgr
public void setMgr(ConnectorMgrIF mgr) throws RemoteException
- Dummy call
setOpName
public void setOpName(String name) throws RemoteException
- Dummy call
getOpName
public String getOpName() throws RemoteException
- Dummy call
setPathID
public void setPathID(int ID) throws RemoteException
- Dummy call
getPathID
public int getPathID() throws RemoteException
- Dummy call
wakeUp
public void wakeUp() throws RemoteException
- Dummy call
All Packages Class Hierarchy This Package Previous Next Index