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 RemoteException
public abstract void start(DescrOperator descrop) throws IOException, RemoteException
public abstract void stop() throws IOException, RemoteException
public abstract void kill() throws IOException, RemoteException
public abstract void setInputSource(int connType, Object conn) throws IOException, RemoteException
public abstract void setOutputDest(int connType, Object conn) throws IOException, RemoteException
public abstract Object getInputSource() throws RemoteException
public abstract Object getOutputDest() throws RemoteException
public abstract void setMgr(ConnectorMgrIF mgr) throws RemoteException
public abstract ConnectorMgrIF getMgr() throws RemoteException
public abstract void setOpName(String name) throws RemoteException
public abstract String getOpName() throws RemoteException
public abstract void setPathID(int ID) throws RemoteException
public abstract int getPathID() throws RemoteException
public abstract void wakeUp() throws RemoteException
All Packages Class Hierarchy This Package Previous Next Index