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(List<JobHandle> jobHandles)
           
 
Method Summary
 Object getJobHandles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiJobHandle

public MultiJobHandle(List<JobHandle> jobHandles)
Method Detail

getJobHandles

public Object getJobHandles()


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.