All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----ninja.rmi.NinjaRemoteObject | +----iceberg.APCpath.operators.DummyOperator
public int ipBlockSizeopBlockSize
public int opBlockSizepathid
public int pathid
public DummyOperator(int ipSz, int opSz, ConnectorMgrIF mgr) throws RemoteException
public DummyOperator(ConnectorMgrIF mgr) throws RemoteException
public int ipBlockSize() throws RemoteException
public int opBlockSize() throws RemoteException
public void start(DescrOperator descrop) throws IOException, RemoteException
public ConnectorMgrIF getMgr() throws RemoteException
public int connect(int pathid, int srcPort, int srcConnType, String ipAddr, int dstPort, int dstConnType) throws RemoteException
public void disconnect(int pathid) throws RemoteException
public boolean isRunning() throws RemoteException
public void exec() throws RemoteException
public void kill() throws IOException, RemoteException
public void stop() throws IOException, RemoteException
public void setInputSource(int connType, Object conn) throws IOException, RemoteException
public void setOutputDest(int connType, Object conn) throws IOException, RemoteException
public Object getInputSource() throws RemoteException
public Object getOutputDest() throws RemoteException
public void setMgr(ConnectorMgrIF mgr) throws RemoteException
public void setOpName(String name) throws RemoteException
public String getOpName() throws RemoteException
public void setPathID(int ID) throws RemoteException
public int getPathID() throws RemoteException
public void wakeUp() throws RemoteException
All Packages Class Hierarchy This Package Previous Next Index