org.drools.time.impl
Class MultiJobHandle
java.lang.Object
org.drools.time.impl.MultiJobHandle
- All Implemented Interfaces:
- JobHandle
public class MultiJobHandle
- extends Object
- implements JobHandle
A JobHandle container for scheduling multiple jobs
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiJobHandle
public MultiJobHandle(long id,
List<JobHandle> jobHandles)
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.