|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopenlsd.appli.admin.commoncopy.LSDCopyAbstract
public abstract class LSDCopyAbstract
Simple class that shared common things and methods between copyers
Field Summary | |
---|---|
protected LSDDbAdmin |
admin
DB Admin Object |
protected LSDExtDbDocument |
document
DB Document Object |
protected java.io.FileWriter |
fileErrWriter
File error out |
protected java.lang.String |
filepath
Original source file |
protected java.io.FileWriter |
fileWriter
File out |
protected LSDDbIpPort |
ipportAdm
IpPort Object |
protected LSDClientInfo |
lci
Client Info Object |
protected LSDDbLegacy |
legacy
DB Legacy Object |
protected long |
lid
Legacy ID |
protected LSDBusiness |
lsdb
String identifying one specific document in one legacy : Business object |
Constructor Summary | |
---|---|
LSDCopyAbstract(LSDLoadConfig llc)
Create a new LSDCopyAbstract object |
Method Summary | |
---|---|
protected void |
copyDocument()
Truely copy the document in LSD then in DB |
int |
initCopy(java.lang.String[] args,
int curargs,
boolean keepalived)
Init Copy context except file listing itself |
boolean |
runCopy(java.lang.String filepath)
Run Copy from the file containing list of id Business |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected LSDDbAdmin admin
protected LSDDbLegacy legacy
protected LSDExtDbDocument document
protected long lid
protected LSDBusiness lsdb
protected LSDDbIpPort ipportAdm
protected LSDClientInfo lci
protected java.lang.String filepath
protected java.io.FileWriter fileWriter
protected java.io.FileWriter fileErrWriter
Constructor Detail |
---|
public LSDCopyAbstract(LSDLoadConfig llc)
llc
- Method Detail |
---|
public int initCopy(java.lang.String[] args, int curargs, boolean keepalived)
args
- curargs
- keepalived
-
public boolean runCopy(java.lang.String filepath)
filepath
-
protected void copyDocument()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |