All Packages Class Hierarchy This Package Previous Next Index
public abstract int connect(int pathid, int srcPort, int srcConnType, String ipAddr, int dstPort, int dstConnType) throws RemoteException
public abstract void disconnect(int pathid) throws RemoteException
public abstract int opBlockSize() throws RemoteException
public abstract int ipBlockSize() throws RemoteException
public abstract boolean isRunning() throws RemoteException
public abstract void exec() throws RemoteExceptionstart
public abstract void start(DescrOperator descrop) throws IOException, RemoteExceptionstop
public abstract void stop() throws IOException, RemoteExceptionkill
public abstract void kill() throws IOException, RemoteExceptionsetInputSource
public abstract void setInputSource(int connType, Object conn) throws IOException, RemoteExceptionsetOutputDest
public abstract void setOutputDest(int connType, Object conn) throws IOException, RemoteExceptiongetInputSource
public abstract Object getInputSource() throws RemoteExceptiongetOutputDest
public abstract Object getOutputDest() throws RemoteExceptionsetMgr
public abstract void setMgr(ConnectorMgrIF mgr) throws RemoteExceptiongetMgr
public abstract ConnectorMgrIF getMgr() throws RemoteExceptionsetOpName
public abstract void setOpName(String name) throws RemoteExceptiongetOpName
public abstract String getOpName() throws RemoteExceptionsetPathID
public abstract void setPathID(int ID) throws RemoteExceptiongetPathID
public abstract int getPathID() throws RemoteExceptionwakeUp
public abstract void wakeUp() throws RemoteException
All Packages Class Hierarchy This Package Previous Next Index