edu.ucdavis.rj
Interface Op_intf
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Op, OpInni, OpMethod
public interface Op_intf
- extends java.rmi.Remote
send
void send(Invocation inv)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
send
void send()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
call
Invocation call(Invocation inv)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
call
Invocation call()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
length
int length()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException