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


Method Summary
 Invocation call()
           
 Invocation call(Invocation inv)
           
 int length()
           
 void send()
           
 void send(Invocation inv)
           
 

Method Detail

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