|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.bootstrep.ETL.iniETL
public class iniETL
This class is initialized by the Process class.
This class performs the following steps:
| Field Summary | |
|---|---|
(package private) DateTime |
dTime
DateTime |
(package private) ManageJdom |
JDOM
XML JDOM |
(package private) Logger |
Log
new Logger |
| Constructor Summary | |
|---|---|
iniETL()
void constructor. |
|
iniETL(TableBean tabBn)
This class is responsible for starting the Extraction Tranformation Loading process. |
|
| Method Summary | |
|---|---|
private TableBean |
setDictionary(TableBean tabBn)
This method initializes the dictionary tables. |
void |
start(PropertyBean PB,
MainBean MB,
MessageBean mesBn,
ListBean LB,
TableBean tabBn,
java.lang.Boolean validate)
This method is responsible for starting the Extraction Tranformation and Loading process. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
Logger Log
DateTime dTime
ManageJdom JDOM
| Constructor Detail |
|---|
public iniETL(TableBean tabBn)
tabBn - The table beanpublic iniETL()
| Method Detail |
|---|
public void start(PropertyBean PB,
MainBean MB,
MessageBean mesBn,
ListBean LB,
TableBean tabBn,
java.lang.Boolean validate)
PB - The propertyBeanMB - The mainBeanmesBn - The messageBeanLB - The listBeantabBn - The table beanvalidate - A booloan: true do validate the XML against a DTDprivate TableBean setDictionary(TableBean tabBn)
tabBn - the tableBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||