classUtils.javassist.sample.rmi
Class RemoteComputation

java.lang.Object
  extended by classUtils.javassist.sample.rmi.RemoteComputation

public class RemoteComputation
extends java.lang.Object

Created by User: lyon Date: Jan 23, 2004 Time: 9:24:34 AM


Constructor Summary
RemoteComputation()
           
 
Method Summary
 java.io.Serializable compute(Computable c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteComputation

public RemoteComputation()
Method Detail

compute

public java.io.Serializable compute(Computable c)