jas.jds.interfaces
Class RemoteJobUpdate

java.lang.Object
  |
  +--jas.jds.interfaces.RemoteEventUpdate
        |
        +--jas.jds.interfaces.RemoteJobUpdate
All Implemented Interfaces:
Preemptable, Preemptable, java.io.Serializable

public class RemoteJobUpdate
extends RemoteEventUpdate
implements java.io.Serializable, Preemptable

See Also:
Serialized Form

Constructor Summary
RemoteJobUpdate(RemoteJobInfo info)
           
 
Method Summary
 RemoteJobInfo getInfo()
           
 boolean preemptedBy(java.lang.Object other)
           
 
Methods inherited from class jas.jds.interfaces.RemoteEventUpdate
getEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteJobUpdate

public RemoteJobUpdate(RemoteJobInfo info)
Method Detail

getInfo

public RemoteJobInfo getInfo()

preemptedBy

public boolean preemptedBy(java.lang.Object other)
Specified by:
preemptedBy in interface Preemptable
Overrides:
preemptedBy in class RemoteEventUpdate