org.drools.time.impl
Class MultiJobHandle

java.lang.Object
  extended by org.drools.time.impl.MultiJobHandle
All Implemented Interfaces:
JobHandle

public class MultiJobHandle
extends Object
implements JobHandle

A JobHandle container for scheduling multiple jobs


Constructor Summary
MultiJobHandle(long id, List<JobHandle> jobHandles)
           
 
Method Summary
 long getId()
           
 Object getJobHandles()
           
 boolean isCancel()
           
 void setCancel(boolean cancel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiJobHandle

public MultiJobHandle(long id,
                      List<JobHandle> jobHandles)
Method Detail

getId

public long getId()
Specified by:
getId in interface JobHandle

getJobHandles

public Object getJobHandles()

setCancel

public void setCancel(boolean cancel)
Specified by:
setCancel in interface JobHandle

isCancel

public boolean isCancel()
Specified by:
isCancel in interface JobHandle


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