org.drools.grid.timer.impl
Class UuidJobHandle

java.lang.Object
  extended by org.drools.grid.timer.impl.UuidJobHandle
All Implemented Interfaces:
Serializable, org.drools.time.JobHandle

public class UuidJobHandle
extends Object
implements org.drools.time.JobHandle, Serializable

See Also:
Serialized Form

Constructor Summary
UuidJobHandle()
           
UuidJobHandle(UUID uuid)
           
 
Method Summary
 boolean equals(Object obj)
           
 long getId()
           
 UUID getUuid()
           
 int hashCode()
           
 boolean isCancel()
           
 void setCancel(boolean cancel)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UuidJobHandle

public UuidJobHandle()

UuidJobHandle

public UuidJobHandle(UUID uuid)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getUuid

public UUID getUuid()

isCancel

public boolean isCancel()
Specified by:
isCancel in interface org.drools.time.JobHandle

setCancel

public void setCancel(boolean cancel)
Specified by:
setCancel in interface org.drools.time.JobHandle

getId

public long getId()
Specified by:
getId in interface org.drools.time.JobHandle


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.