org.gcube.application.aquamaps.aquamapsservice.impl.engine.predictions
Class BatchGeneratorObjectFactory

java.lang.Object
  extended by BasePoolableObjectFactory
      extended by org.gcube.application.aquamaps.aquamapsservice.impl.engine.predictions.BatchGeneratorObjectFactory

public class BatchGeneratorObjectFactory
extends BasePoolableObjectFactory


Constructor Summary
BatchGeneratorObjectFactory()
           
 
Method Summary
 void activateObject(java.lang.Object obj)
           
 void destroyObject(java.lang.Object obj)
           
static EnvironmentalExecutionReportItem getReport(int batchId, boolean getResourceInfo)
           
 java.lang.Object makeObject()
           
 void passivateObject(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchGeneratorObjectFactory

public BatchGeneratorObjectFactory()
Method Detail

makeObject

public java.lang.Object makeObject()
                            throws java.lang.Exception
Throws:
java.lang.Exception

activateObject

public void activateObject(java.lang.Object obj)
                    throws java.lang.Exception
Throws:
java.lang.Exception

destroyObject

public void destroyObject(java.lang.Object obj)
                   throws java.lang.Exception
Throws:
java.lang.Exception

passivateObject

public void passivateObject(java.lang.Object obj)
                     throws java.lang.Exception
Throws:
java.lang.Exception

getReport

public static EnvironmentalExecutionReportItem getReport(int batchId,
                                                         boolean getResourceInfo)
                                                  throws java.lang.Exception
Throws:
java.lang.Exception