|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.util.concurrent.marvin.CompositeWorkUnitFactory
public class CompositeWorkUnitFactory
Work unit factory composed of an aray of work unit factories.
Creates CompositeWorkUnit objects composed of work units created by these factories.
| Constructor Summary | |
|---|---|
CompositeWorkUnitFactory(WorkUnitFactory[] factories)
Constructor. |
|
| Method Summary | |
|---|---|
WorkUnit |
createWorkUnit()
Creates a CompositeWorkUnit object composed of work units created by the factories. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompositeWorkUnitFactory(WorkUnitFactory[] factories)
factories - the factory array| Method Detail |
|---|
public WorkUnit createWorkUnit()
throws java.lang.Exception
CompositeWorkUnit object composed of work units created by the factories.
createWorkUnit in interface WorkUnitFactoryjava.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||