classUtils.javassist.sample.rmi
Class Job

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

public class Job
extends Computable

Created by User: lyon Date: Jan 26, 2004 Time: 5:40:11 AM

See Also:
Serialized Form

Nested Class Summary
static class Job.IntJob
           
 
Constructor Summary
Job()
           
 
Method Summary
 java.io.Serializable compute()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Job

public Job()
Method Detail

compute

public java.io.Serializable compute()
Specified by:
compute in class Computable