lima.distribution
Class DServer.JobCompletionEvent

java.lang.Object
  |
  +--lima.distribution.DServer.JobEvent
        |
        +--lima.distribution.DServer.JobCompletionEvent
All Implemented Interfaces:
Event
Enclosing class:
DServer

public class DServer.JobCompletionEvent
extends lima.distribution.DServer.JobEvent

An event indicating that a job has been completed.


Field Summary
 java.lang.String description
           
 int hashCode
           
 
Constructor Summary
DServer.JobCompletionEvent(lima.distribution.DServer.Job j)
           
 
Method Summary
 int getHashCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

public final java.lang.String description

hashCode

public final int hashCode
Constructor Detail

DServer.JobCompletionEvent

public DServer.JobCompletionEvent(lima.distribution.DServer.Job j)
Method Detail

getHashCode

public int getHashCode()