classUtils.javassist.sample.rmi
Class Computable

java.lang.Object
  extended by classUtils.javassist.sample.rmi.Computable
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Job

public abstract class Computable
extends java.lang.Object
implements java.io.Serializable

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

See Also:
Serialized Form

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

Constructor Detail

Computable

public Computable()
Method Detail

compute

public abstract java.io.Serializable compute()