classUtils.javassist.sample.rmi
Class Job.IntJob

java.lang.Object
  extended by classUtils.javassist.sample.rmi.Computable
      extended by classUtils.javassist.sample.rmi.Job
          extended by classUtils.javassist.sample.rmi.Job.IntJob
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Job

public static class Job.IntJob
extends Job

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class classUtils.javassist.sample.rmi.Job
Job.IntJob
 
Constructor Summary
Job.IntJob()
           
 
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.IntJob

public Job.IntJob()
Method Detail

compute

public java.io.Serializable compute()
Overrides:
compute in class Job