|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uoc.pfc.j2ee.jalonsod.mtp.helper.ModelRunner
public class ModelRunner
File: ModelRunner.java Created: 2012-04-28 Executes the model supplied by application and records the result.
Field Summary | |
---|---|
private static java.util.logging.Logger |
logger
|
Constructor Summary | |
---|---|
ModelRunner()
|
Method Summary | |
---|---|
void |
run(RequestDataPrivate requestData)
Runs the model instance stored in the requestData. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final java.util.logging.Logger logger
Constructor Detail |
---|
public ModelRunner()
Method Detail |
---|
public void run(RequestDataPrivate requestData) throws MTPException
requestData
- the MTP requestData of the current request.
MTPException
- throws when there is any problem running the application model.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |