net.rmi
Interface Computable

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
ComputeServer

public interface Computable
extends java.rmi.Remote


Method Summary
 void println(java.io.Serializable arg)
           
 

Method Detail

println

void println(java.io.Serializable arg)
             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException