Java Doc for BaseReadImpl.java in  » ESB » cbesb-1.2 » com » bostechcorp » cbesb » ui » componentflow » componentFlowEditor » impl » 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 » ESB » cbesb 1.2 » com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.impl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.impl.EndPointImpl
   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.impl.ConsumerImpl
      com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.impl.BaseReadImpl

All known Subclasses:   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.impl.FTPConsumerImpl,  com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.impl.FileConsumerImpl,
BaseReadImpl
public class BaseReadImpl extends ConsumerImpl implements BaseRead(Code)
An implementation of the model object 'Base Read'.

The following features are implemented:



Field Summary
final protected static  StringFILE_PATTERN_EDEFAULT
     The default value of the ' BaseReadImpl.getFilePattern() File Pattern ' attribute.
final protected static  StringHOLD_DIRECTORY_EDEFAULT
     The default value of the ' BaseReadImpl.getHoldDirectory() Hold Directory ' attribute.
final protected static  booleanHOLD_ENABLED_EDEFAULT
     The default value of the ' BaseReadImpl.isHoldEnabled() Hold Enabled ' attribute.
final protected static  PatternModelMATCH_MODEL_EDEFAULT
     The default value of the ' BaseReadImpl.getMatchModel() Match Model ' attribute.
final protected static  ReadStyleTypeREAD_STYLE_EDEFAULT
     The default value of the ' BaseReadImpl.getReadStyle() Read Style ' attribute.
final protected static  StringRECORDS_PER_MESSAGE_EDEFAULT
     The default value of the ' BaseReadImpl.getRecordsPerMessage() Records Per Message ' attribute.
final protected static  StringSCAN_INTERVAL_EDEFAULT
     The default value of the ' BaseReadImpl.getScanInterval() Scan Interval ' attribute.
final protected static  StringSOURCE_DIR_EDEFAULT
     The default value of the ' BaseReadImpl.getSourceDir() Source Dir ' attribute.
final protected static  StringSTAGE_DIR_EDEFAULT
     The default value of the ' BaseReadImpl.getStageDir() Stage Dir ' attribute.
final protected static  StringTWO_PASS_MODE_INTERVAL_EDEFAULT
     The default value of the ' BaseReadImpl.getTwoPassModeInterval() Two Pass Mode Interval ' attribute.
final protected static  booleanTWO_PASS_MODE_INTEVAL_ENABLED_EDEFAULT
     The default value of the ' BaseReadImpl.isTwoPassModeIntevalEnabled() Two Pass Mode Inteval Enabled ' attribute.
final protected static  booleanUSE_SCHEDULER_EDEFAULT
     The default value of the ' BaseReadImpl.isUseScheduler() Use Scheduler ' attribute.
final public static  Stringcopyright
    
protected  FileCompletionfileCompletion
     The cached value of the ' BaseReadImpl.getFileCompletion() File Completion ' containment reference.
protected  StringfilePattern
     The cached value of the ' BaseReadImpl.getFilePattern() File Pattern ' attribute.
protected  StringholdDirectory
     The cached value of the ' BaseReadImpl.getHoldDirectory() Hold Directory ' attribute.
protected  booleanholdEnabled
     The cached value of the ' BaseReadImpl.isHoldEnabled() Hold Enabled ' attribute.
protected  PatternModelmatchModel
     The cached value of the ' BaseReadImpl.getMatchModel() Match Model ' attribute.
protected  ReadStyleTypereadStyle
     The cached value of the ' BaseReadImpl.getReadStyle() Read Style ' attribute.
protected  StringrecordsPerMessage
     The cached value of the ' BaseReadImpl.getRecordsPerMessage() Records Per Message ' attribute.
protected  StringscanInterval
     The cached value of the ' BaseReadImpl.getScanInterval() Scan Interval ' attribute.
protected  Schedulerscheduler
     The cached value of the ' BaseReadImpl.getScheduler() Scheduler ' containment reference.
protected  StringsourceDir
     The cached value of the ' BaseReadImpl.getSourceDir() Source Dir ' attribute.
protected  StringstageDir
     The cached value of the ' BaseReadImpl.getStageDir() Stage Dir ' attribute.
protected  StringtwoPassModeInterval
     The cached value of the ' BaseReadImpl.getTwoPassModeInterval() Two Pass Mode Interval ' attribute.
protected  booleantwoPassModeIntevalEnabled
     The cached value of the ' BaseReadImpl.isTwoPassModeIntevalEnabled() Two Pass Mode Inteval Enabled ' attribute.
protected  booleanuseScheduler
     The cached value of the ' BaseReadImpl.isUseScheduler() Use Scheduler ' attribute.

Constructor Summary
protected  BaseReadImpl()
    

Method Summary
public  NotificationChainbasicSetFileCompletion(FileCompletion newFileCompletion, NotificationChain msgs)
    
public  NotificationChainbasicSetScheduler(Scheduler newScheduler, NotificationChain msgs)
    
public  ObjecteGet(int featureID, boolean resolve, boolean coreType)
    
public  NotificationChaineInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
    
public  booleaneIsSet(int featureID)
    
public  voideSet(int featureID, Object newValue)
    
protected  EClasseStaticClass()
    
public  voideUnset(int featureID)
    
public  FileCompletiongetFileCompletion()
    
public  StringgetFilePattern()
    
public  StringgetHoldDirectory()
    
public  PatternModelgetMatchModel()
    
public  ReadStyleTypegetReadStyle()
    
public  StringgetRecordsPerMessage()
    
public  StringgetScanInterval()
    
public  SchedulergetScheduler()
    
public  StringgetSourceDir()
    
public  StringgetStageDir()
    
public  StringgetTwoPassModeInterval()
    
public  booleanisHoldEnabled()
    
public  booleanisTwoPassModeIntevalEnabled()
    
public  booleanisUseScheduler()
    
public  voidsetFileCompletion(FileCompletion newFileCompletion)
    
public  voidsetFilePattern(String newFilePattern)
    
public  voidsetHoldDirectory(String newHoldDirectory)
    
public  voidsetHoldEnabled(boolean newHoldEnabled)
    
public  voidsetMatchModel(PatternModel newMatchModel)
    
public  voidsetReadStyle(ReadStyleType newReadStyle)
    
public  voidsetRecordsPerMessage(String newRecordsPerMessage)
    
public  voidsetScanInterval(String newScanInterval)
    
public  voidsetScheduler(Scheduler newScheduler)
    
public  voidsetSourceDir(String newSourceDir)
    
public  voidsetStageDir(String newStageDir)
    
public  voidsetTwoPassModeInterval(String newTwoPassModeInterval)
    
public  voidsetTwoPassModeIntevalEnabled(boolean newTwoPassModeIntevalEnabled)
    
public  voidsetUseScheduler(boolean newUseScheduler)
    
public  StringtoString()
    

Field Detail
FILE_PATTERN_EDEFAULT
final protected static String FILE_PATTERN_EDEFAULT(Code)
The default value of the ' BaseReadImpl.getFilePattern() File Pattern ' attribute.
See Also:   BaseReadImpl.getFilePattern()



HOLD_DIRECTORY_EDEFAULT
final protected static String HOLD_DIRECTORY_EDEFAULT(Code)
The default value of the ' BaseReadImpl.getHoldDirectory() Hold Directory ' attribute.
See Also:   BaseReadImpl.getHoldDirectory()



HOLD_ENABLED_EDEFAULT
final protected static boolean HOLD_ENABLED_EDEFAULT(Code)
The default value of the ' BaseReadImpl.isHoldEnabled() Hold Enabled ' attribute.
See Also:   BaseReadImpl.isHoldEnabled()



MATCH_MODEL_EDEFAULT
final protected static PatternModel MATCH_MODEL_EDEFAULT(Code)
The default value of the ' BaseReadImpl.getMatchModel() Match Model ' attribute.
See Also:   BaseReadImpl.getMatchModel()



READ_STYLE_EDEFAULT
final protected static ReadStyleType READ_STYLE_EDEFAULT(Code)
The default value of the ' BaseReadImpl.getReadStyle() Read Style ' attribute.
See Also:   BaseReadImpl.getReadStyle()



RECORDS_PER_MESSAGE_EDEFAULT
final protected static String RECORDS_PER_MESSAGE_EDEFAULT(Code)
The default value of the ' BaseReadImpl.getRecordsPerMessage() Records Per Message ' attribute.
See Also:   BaseReadImpl.getRecordsPerMessage()



SCAN_INTERVAL_EDEFAULT
final protected static String SCAN_INTERVAL_EDEFAULT(Code)
The default value of the ' BaseReadImpl.getScanInterval() Scan Interval ' attribute.
See Also:   BaseReadImpl.getScanInterval()



SOURCE_DIR_EDEFAULT
final protected static String SOURCE_DIR_EDEFAULT(Code)
The default value of the ' BaseReadImpl.getSourceDir() Source Dir ' attribute.
See Also:   BaseReadImpl.getSourceDir()



STAGE_DIR_EDEFAULT
final protected static String STAGE_DIR_EDEFAULT(Code)
The default value of the ' BaseReadImpl.getStageDir() Stage Dir ' attribute.
See Also:   BaseReadImpl.getStageDir()



TWO_PASS_MODE_INTERVAL_EDEFAULT
final protected static String TWO_PASS_MODE_INTERVAL_EDEFAULT(Code)
The default value of the ' BaseReadImpl.getTwoPassModeInterval() Two Pass Mode Interval ' attribute.
See Also:   BaseReadImpl.getTwoPassModeInterval()



TWO_PASS_MODE_INTEVAL_ENABLED_EDEFAULT
final protected static boolean TWO_PASS_MODE_INTEVAL_ENABLED_EDEFAULT(Code)
The default value of the ' BaseReadImpl.isTwoPassModeIntevalEnabled() Two Pass Mode Inteval Enabled ' attribute.
See Also:   BaseReadImpl.isTwoPassModeIntevalEnabled()



USE_SCHEDULER_EDEFAULT
final protected static boolean USE_SCHEDULER_EDEFAULT(Code)
The default value of the ' BaseReadImpl.isUseScheduler() Use Scheduler ' attribute.
See Also:   BaseReadImpl.isUseScheduler()



copyright
final public static String copyright(Code)



fileCompletion
protected FileCompletion fileCompletion(Code)
The cached value of the ' BaseReadImpl.getFileCompletion() File Completion ' containment reference.
See Also:   BaseReadImpl.getFileCompletion()



filePattern
protected String filePattern(Code)
The cached value of the ' BaseReadImpl.getFilePattern() File Pattern ' attribute.
See Also:   BaseReadImpl.getFilePattern()



holdDirectory
protected String holdDirectory(Code)
The cached value of the ' BaseReadImpl.getHoldDirectory() Hold Directory ' attribute.
See Also:   BaseReadImpl.getHoldDirectory()



holdEnabled
protected boolean holdEnabled(Code)
The cached value of the ' BaseReadImpl.isHoldEnabled() Hold Enabled ' attribute.
See Also:   BaseReadImpl.isHoldEnabled()



matchModel
protected PatternModel matchModel(Code)
The cached value of the ' BaseReadImpl.getMatchModel() Match Model ' attribute.
See Also:   BaseReadImpl.getMatchModel()



readStyle
protected ReadStyleType readStyle(Code)
The cached value of the ' BaseReadImpl.getReadStyle() Read Style ' attribute.
See Also:   BaseReadImpl.getReadStyle()



recordsPerMessage
protected String recordsPerMessage(Code)
The cached value of the ' BaseReadImpl.getRecordsPerMessage() Records Per Message ' attribute.
See Also:   BaseReadImpl.getRecordsPerMessage()



scanInterval
protected String scanInterval(Code)
The cached value of the ' BaseReadImpl.getScanInterval() Scan Interval ' attribute.
See Also:   BaseReadImpl.getScanInterval()



scheduler
protected Scheduler scheduler(Code)
The cached value of the ' BaseReadImpl.getScheduler() Scheduler ' containment reference.
See Also:   BaseReadImpl.getScheduler()



sourceDir
protected String sourceDir(Code)
The cached value of the ' BaseReadImpl.getSourceDir() Source Dir ' attribute.
See Also:   BaseReadImpl.getSourceDir()



stageDir
protected String stageDir(Code)
The cached value of the ' BaseReadImpl.getStageDir() Stage Dir ' attribute.
See Also:   BaseReadImpl.getStageDir()



twoPassModeInterval
protected String twoPassModeInterval(Code)
The cached value of the ' BaseReadImpl.getTwoPassModeInterval() Two Pass Mode Interval ' attribute.
See Also:   BaseReadImpl.getTwoPassModeInterval()



twoPassModeIntevalEnabled
protected boolean twoPassModeIntevalEnabled(Code)
The cached value of the ' BaseReadImpl.isTwoPassModeIntevalEnabled() Two Pass Mode Inteval Enabled ' attribute.
See Also:   BaseReadImpl.isTwoPassModeIntevalEnabled()



useScheduler
protected boolean useScheduler(Code)
The cached value of the ' BaseReadImpl.isUseScheduler() Use Scheduler ' attribute.
See Also:   BaseReadImpl.isUseScheduler()




Constructor Detail
BaseReadImpl
protected BaseReadImpl()(Code)




Method Detail
basicSetFileCompletion
public NotificationChain basicSetFileCompletion(FileCompletion newFileCompletion, NotificationChain msgs)(Code)



basicSetScheduler
public NotificationChain basicSetScheduler(Scheduler newScheduler, NotificationChain msgs)(Code)



eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)(Code)



eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)(Code)



eIsSet
public boolean eIsSet(int featureID)(Code)



eSet
public void eSet(int featureID, Object newValue)(Code)



eStaticClass
protected EClass eStaticClass()(Code)



eUnset
public void eUnset(int featureID)(Code)



getFileCompletion
public FileCompletion getFileCompletion()(Code)



getFilePattern
public String getFilePattern()(Code)



getHoldDirectory
public String getHoldDirectory()(Code)



getMatchModel
public PatternModel getMatchModel()(Code)



getReadStyle
public ReadStyleType getReadStyle()(Code)



getRecordsPerMessage
public String getRecordsPerMessage()(Code)



getScanInterval
public String getScanInterval()(Code)



getScheduler
public Scheduler getScheduler()(Code)



getSourceDir
public String getSourceDir()(Code)



getStageDir
public String getStageDir()(Code)



getTwoPassModeInterval
public String getTwoPassModeInterval()(Code)



isHoldEnabled
public boolean isHoldEnabled()(Code)



isTwoPassModeIntevalEnabled
public boolean isTwoPassModeIntevalEnabled()(Code)



isUseScheduler
public boolean isUseScheduler()(Code)



setFileCompletion
public void setFileCompletion(FileCompletion newFileCompletion)(Code)



setFilePattern
public void setFilePattern(String newFilePattern)(Code)



setHoldDirectory
public void setHoldDirectory(String newHoldDirectory)(Code)



setHoldEnabled
public void setHoldEnabled(boolean newHoldEnabled)(Code)



setMatchModel
public void setMatchModel(PatternModel newMatchModel)(Code)



setReadStyle
public void setReadStyle(ReadStyleType newReadStyle)(Code)



setRecordsPerMessage
public void setRecordsPerMessage(String newRecordsPerMessage)(Code)



setScanInterval
public void setScanInterval(String newScanInterval)(Code)



setScheduler
public void setScheduler(Scheduler newScheduler)(Code)



setSourceDir
public void setSourceDir(String newSourceDir)(Code)



setStageDir
public void setStageDir(String newStageDir)(Code)



setTwoPassModeInterval
public void setTwoPassModeInterval(String newTwoPassModeInterval)(Code)



setTwoPassModeIntevalEnabled
public void setTwoPassModeIntevalEnabled(boolean newTwoPassModeIntevalEnabled)(Code)



setUseScheduler
public void setUseScheduler(boolean newUseScheduler)(Code)



toString
public String toString()(Code)



Fields inherited from com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.impl.ConsumerImpl
final protected static DefaultMepType DEFAULT_MEP_EDEFAULT(Code)(Java Doc)
final public static String copyright(Code)(Java Doc)
protected DefaultMepType defaultMep(Code)(Java Doc)

Methods inherited from com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.impl.ConsumerImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)(Code)(Java Doc)
public boolean eIsSet(int featureID)(Code)(Java Doc)
public void eSet(int featureID, Object newValue)(Code)(Java Doc)
protected EClass eStaticClass()(Code)(Java Doc)
public void eUnset(int featureID)(Code)(Java Doc)
public DefaultMepType getDefaultMep()(Code)(Java Doc)
public void setDefaultMep(DefaultMepType newDefaultMep)(Code)(Java Doc)
public String toString()(Code)(Java Doc)

Fields inherited from com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.impl.EndPointImpl
final protected static String CHARSET_EDEFAULT(Code)(Java Doc)
final protected static String END_POINT_NAME_EDEFAULT(Code)(Java Doc)
final protected static RecordTypeType RECORD_TYPE_EDEFAULT(Code)(Java Doc)
protected String charset(Code)(Java Doc)
final public static String copyright(Code)(Java Doc)
protected String endPointName(Code)(Java Doc)
protected RecordTypeType recordType(Code)(Java Doc)

Methods inherited from com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.impl.EndPointImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)(Code)(Java Doc)
public boolean eIsSet(int featureID)(Code)(Java Doc)
public void eSet(int featureID, Object newValue)(Code)(Java Doc)
protected EClass eStaticClass()(Code)(Java Doc)
public void eUnset(int featureID)(Code)(Java Doc)
public String getCharset()(Code)(Java Doc)
public String getEndPointName()(Code)(Java Doc)
public RecordTypeType getRecordType()(Code)(Java Doc)
public void setCharset(String newCharset)(Code)(Java Doc)
public void setEndPointName(String newEndPointName)(Code)(Java Doc)
public void setRecordType(RecordTypeType newRecordType)(Code)(Java Doc)
public String toString()(Code)(Java Doc)

w__w___w__.___j__av___a_2___s__.c_om___ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.