Java Doc for LoaderJobAttrReader.java in  » Database-JDBC-Connection-Pool » octopus » org » webdocwf » util » loader » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Database JDBC Connection Pool » octopus » org.webdocwf.util.loader 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.webdocwf.util.loader.LoaderJobAttrReader

LoaderJobAttrReader
public class LoaderJobAttrReader (Code)
Class used for reading attribute values from tags in XML file.
author:
   Zoran Milakovic
version:
   1.1


Field Summary
 booleanbDefaultCommit
    
 booleanbDefaultObjectIDAutoCreate
    
 booleanbDefaultOidLogic
    
 booleanbDefaultOnErrorContinue
    
 intiDefaultCommitCount
    
 intiDefaultObjectIDIncrement
    
 intiDefaultObjectIDStartValue
    
 intiLoaderJobCommitCount
    
 StringsetCursorName
    
 StringsetFetchSize
    
 StringstrDefaultDataCutOff
    
 StringstrDefaultLogDir
    
 StringstrDefaultLogFile
    
 StringstrDefaultLogMode
    
 StringstrDefaultObjectIDColumnName
    
 StringstrDefaultObjectIDNameColumnName
    
 StringstrDefaultObjectIDNameColumnValue
    
 StringstrDefaultObjectIDTableName
    
 StringstrDefaultTableMode
    
 StringstrDefaultUserID
    
 StringstrDefaultVendorConfig
    
 StringstrLogClassName
    
 StringstrLogColumnName
    
 StringstrLogFailedStatemet
    
 StringstrLogImportDefinitionName
    
 StringstrLogNewValue
    
 StringstrLogOperationName
    
 StringstrLogOriginalValue
    
 StringstrLogRowNumber
    
 StringstrLogTable
    
 StringstrLogTableName
    
 StringstrLogTime
    
 StringstrLogTypeName
    
 StringstrPathToLoggerConf
    


Method Summary
public  booleangetDefaultCommit()
    
public  intgetDefaultCommitCount()
    
public  StringgetDefaultDataCutOff()
    
public  StringgetDefaultLogDir()
    
public  StringgetDefaultLogFile()
    
public  StringgetDefaultLogMode()
    
public  booleangetDefaultObjectIDAutoCreate()
    
public  StringgetDefaultObjectIDColumnName()
    
public  intgetDefaultObjectIDIncrement()
    
public  StringgetDefaultObjectIDNameColumnName()
    
public  StringgetDefaultObjectIDNameColumnValue()
    
public  intgetDefaultObjectIDStartValue()
    
public  StringgetDefaultObjectIDTableName()
    
public  booleangetDefaultOidLogic()
    
public  booleangetDefaultOnErrorContinue()
    
public  StringgetDefaultTableMode()
    
public  StringgetDefaultUserID()
    
public  StringgetDefaultVendorConfig()
    
public  intgetLoaderJobCommitCount()
    
public  StringgetLogColumnName()
    
public  StringgetLogFailedStatement()
    
public  StringgetLogImportDefinitionName()
    
public  StringgetLogNewValue()
    
public  StringgetLogOperationName()
    
public  StringgetLogOriginalValue()
    
public  StringgetLogRowNumber()
    
public  StringgetLogTable()
    
public  StringgetLogTableName()
    
public  StringgetLogTime()
    
public  StringgetLogTypeName()
    
public  StringgetSetCursorName()
    
public  StringgetSetFetchSize()
    
public  voidimportLoaderJobAttributes(InputStream inputStream)
     Method importLoaderJobAttributes is used to analyse import XML file about attributes of root element(loaderJob).
public  voidsetDefaultLogMode(String logMode)
    
public  voidsetDefaultOnErrorContinue(boolean value)
    
public  voidsetLogger(Logger logger)
     Set Logger which is used for write in log file.
public  voidsetSetCursorName(String setCursorName)
    
public  voidsetSetFetchSize(String setFetchSize)
    

Field Detail
bDefaultCommit
boolean bDefaultCommit(Code)



bDefaultObjectIDAutoCreate
boolean bDefaultObjectIDAutoCreate(Code)



bDefaultOidLogic
boolean bDefaultOidLogic(Code)



bDefaultOnErrorContinue
boolean bDefaultOnErrorContinue(Code)



iDefaultCommitCount
int iDefaultCommitCount(Code)



iDefaultObjectIDIncrement
int iDefaultObjectIDIncrement(Code)



iDefaultObjectIDStartValue
int iDefaultObjectIDStartValue(Code)



iLoaderJobCommitCount
int iLoaderJobCommitCount(Code)



setCursorName
String setCursorName(Code)



setFetchSize
String setFetchSize(Code)



strDefaultDataCutOff
String strDefaultDataCutOff(Code)



strDefaultLogDir
String strDefaultLogDir(Code)



strDefaultLogFile
String strDefaultLogFile(Code)



strDefaultLogMode
String strDefaultLogMode(Code)



strDefaultObjectIDColumnName
String strDefaultObjectIDColumnName(Code)



strDefaultObjectIDNameColumnName
String strDefaultObjectIDNameColumnName(Code)



strDefaultObjectIDNameColumnValue
String strDefaultObjectIDNameColumnValue(Code)



strDefaultObjectIDTableName
String strDefaultObjectIDTableName(Code)



strDefaultTableMode
String strDefaultTableMode(Code)



strDefaultUserID
String strDefaultUserID(Code)



strDefaultVendorConfig
String strDefaultVendorConfig(Code)



strLogClassName
String strLogClassName(Code)



strLogColumnName
String strLogColumnName(Code)



strLogFailedStatemet
String strLogFailedStatemet(Code)



strLogImportDefinitionName
String strLogImportDefinitionName(Code)



strLogNewValue
String strLogNewValue(Code)



strLogOperationName
String strLogOperationName(Code)



strLogOriginalValue
String strLogOriginalValue(Code)



strLogRowNumber
String strLogRowNumber(Code)



strLogTable
String strLogTable(Code)



strLogTableName
String strLogTableName(Code)



strLogTime
String strLogTime(Code)



strLogTypeName
String strLogTypeName(Code)



strPathToLoggerConf
String strPathToLoggerConf(Code)





Method Detail
getDefaultCommit
public boolean getDefaultCommit()(Code)
This method read value from bDefaultCommit parameter default value of Commit attribute.



getDefaultCommitCount
public int getDefaultCommitCount()(Code)
This method read value from iDefaultCommitCount parameter default value of CommitCount attribute.



getDefaultDataCutOff
public String getDefaultDataCutOff()(Code)
This method reads value from strDefaultDataCutOff parameter value of parameter



getDefaultLogDir
public String getDefaultLogDir()(Code)
This method read value from strDefaultLogDir parameter default value of LogDir attribute.



getDefaultLogFile
public String getDefaultLogFile()(Code)
This method read value from strDefaultLogFile parameter default value of LogFile attribute.



getDefaultLogMode
public String getDefaultLogMode()(Code)
This method read value from strDefaultLogMode parameter default value of LogMode attribute.



getDefaultObjectIDAutoCreate
public boolean getDefaultObjectIDAutoCreate()(Code)
This method read value from bDefaultObjectIDAutoCreate parameter default value of ObjectIDAutoCreate attribute.



getDefaultObjectIDColumnName
public String getDefaultObjectIDColumnName()(Code)
This method read value from strDefaultObjectIDColumnName parameter default value of ObjectIDColumnName attribute.



getDefaultObjectIDIncrement
public int getDefaultObjectIDIncrement()(Code)
This method read value from iDefaultObjectIDIncrement parameter default value of ObectIDIncrement attribute.



getDefaultObjectIDNameColumnName
public String getDefaultObjectIDNameColumnName()(Code)
This method read value from strDefaultObjectIDNameColumnName parameter default value of ObjectIDNameColumnName attribute.



getDefaultObjectIDNameColumnValue
public String getDefaultObjectIDNameColumnValue()(Code)
This method read value from strDefaultObjectIDNameColumnValue parameter default value of ObjectIDNameColumnValue attribute.



getDefaultObjectIDStartValue
public int getDefaultObjectIDStartValue()(Code)
This method read value from iDefaultObjectIDStartValue parameter default value of ObjectIDStartValue attribute.



getDefaultObjectIDTableName
public String getDefaultObjectIDTableName()(Code)
This method read value from strDefaultObjectIDTableName parameter default value of ObjectIDTableName attribute.



getDefaultOidLogic
public boolean getDefaultOidLogic()(Code)
This method read value from bDefaultOidLogic parameter default value of OidLogic attribute.



getDefaultOnErrorContinue
public boolean getDefaultOnErrorContinue()(Code)
This method read value from bDefaultOnErrorContinue parameter default value of OnErrorContinue attribute.



getDefaultTableMode
public String getDefaultTableMode()(Code)
This method read value from strDefaultTableMode parameter default value of TableMode attribute.



getDefaultUserID
public String getDefaultUserID()(Code)
This method read value from strDefaultUserID parameter default value of UserID attribute.



getDefaultVendorConfig
public String getDefaultVendorConfig()(Code)
This method read value from strDefaultVendorConfig parameter default value of VendorConfig attribute.



getLoaderJobCommitCount
public int getLoaderJobCommitCount()(Code)
This method read value from iLoaderJobCommitCount parameter default value of iLoaderJobCommitCount attribute.



getLogColumnName
public String getLogColumnName()(Code)
This method read value from parameter strLogColumnName value of parameter



getLogFailedStatement
public String getLogFailedStatement()(Code)
This method read value from parameter strLogPrimaryKeyValue String column name



getLogImportDefinitionName
public String getLogImportDefinitionName()(Code)
This method read value from parameter strLogImportDefinitionName value of parameter



getLogNewValue
public String getLogNewValue()(Code)
This method read value from parameter strLogNewValue value of parameter



getLogOperationName
public String getLogOperationName()(Code)
This method read value from parameter strLogOperationName value of parameter



getLogOriginalValue
public String getLogOriginalValue()(Code)
This method read value from parameter strLogOriginalValue value of parameter



getLogRowNumber
public String getLogRowNumber()(Code)
This method read value from parameter strLogRowNumber value of parameter



getLogTable
public String getLogTable()(Code)
This method read value from parameter strLogTable value of parameter



getLogTableName
public String getLogTableName()(Code)
This method read value from parameter strLogTableName value of parameter



getLogTime
public String getLogTime()(Code)
This method read value from parameter strLogTime String column name



getLogTypeName
public String getLogTypeName()(Code)
This method read value from parameter strLogTypeName value of parameter



getSetCursorName
public String getSetCursorName()(Code)
This method read value from setCursorName parameter value attribute.



getSetFetchSize
public String getSetFetchSize()(Code)
This method read value from setFetchSize parameter value attribute.



importLoaderJobAttributes
public void importLoaderJobAttributes(InputStream inputStream) throws LoaderException(Code)
Method importLoaderJobAttributes is used to analyse import XML file about attributes of root element(loaderJob). Values of these attributes puts in global variables.
Parameters:
  inputStream - Data from inputXML file which is converted into InputStream.
throws:
  LoaderException -



setDefaultLogMode
public void setDefaultLogMode(String logMode)(Code)
This method set value for strDefaultLogMode parameter



setDefaultOnErrorContinue
public void setDefaultOnErrorContinue(boolean value)(Code)



setLogger
public void setLogger(Logger logger)(Code)
Set Logger which is used for write in log file.
Parameters:
  logger - Logger object.



setSetCursorName
public void setSetCursorName(String setCursorName)(Code)
This method set setCursorName parameter
Parameters:
  setCursorName - is value of parameter



setSetFetchSize
public void setSetFetchSize(String setFetchSize)(Code)
This method set setFetchSize parameter
Parameters:
  setFetchSize - is value of parameter



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.