Java Doc for FileEndpoint.java in  » ESB » cbesb-1.2 » com » bostechcorp » cbesb » runtime » component » file » 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.runtime.component.file 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.bostechcorp.cbesb.runtime.ccsl.jbi.messaging.ScheduledEndpointProcessor
   com.bostechcorp.cbesb.runtime.component.file.FileEndpoint

FileEndpoint
public class FileEndpoint extends ScheduledEndpointProcessor (Code)


Field Summary
final protected transient  Loglogger
    

Constructor Summary
public  FileEndpoint()
    

Method Summary
protected  IComponentProcessorcreateConsumerProcessor()
    
protected  IComponentProcessorcreateProviderProcessor()
    
public  StringgetArchiveDir()
     Get the archiveDir.
public  StringgetArchiveFilePattern()
     Get the archiveFilePattern.
public  StringgetCharset()
     Get the charset.
public  StringgetDestDir()
     Get the destDir.
public  String[]getDisplayParameterTitles()
    
public  String[]getDisplayParameters()
    
public  StringgetFileCompleteAction()
     Get the fileCompleteAction.
public  StringgetFilePattern()
     Get the filePattern.
public  String[]getGetableProperties()
    
public  StringgetHoldDir()
     Get the holdDir.
public  StringgetMatchMode()
    
public  StringgetProperty(int index)
    
public  StringgetProperty(String property)
    
public  StringgetReadStyle()
     Get the readStyle.
public  StringgetRecordType()
     Get the recordType.
public  intgetRecordsPerMessage()
     Get the recordsPerMessage.
public  StringgetReplyCharset()
    
public  StringgetReplyDir()
    
public  StringgetReplyFilePattern()
    
public  StringgetReplyWriteStyle()
    
public  longgetScanInterval()
     Get the scanInterval.
public  String[]getSetableProperties()
    
public  StringgetSourceDir()
     Get the sourceDir.
public  StringgetStageDir()
     Get the stageDir.
public  longgetTwoPassInterval()
     Get the twoPassInterval.
public  StringgetWriteStyle()
     Get the writeStyle.
public  booleanisHold()
     Get the hold.
public  booleanisTwoPass()
     Get the twoPass.
public  voidsetArchiveDir(String archiveDir)
     Set the archiveDir.
public  voidsetArchiveFilePattern(String archiveFilePattern)
     Set the archiveFilePattern.
public  voidsetCharset(String charset)
     Set the charset.
public  voidsetDestDir(String destDir)
     Set the destDir.
public  voidsetFileCompleteAction(String fileCompleteAction)
     Set the fileCompleteAction.
public  voidsetFilePattern(String filePattern)
     Set the filePattern.
public  voidsetHold(boolean hold)
     Set the hold.
public  voidsetHold(String hold)
     Set the hold.
public  voidsetHoldDir(String holdDir)
     Set the holdDir.
public  voidsetMatchMode(String matchMode)
    
public  voidsetProperty(int index, String value)
    
public  voidsetProperty(String property, String value)
    
public  voidsetReadStyle(String readStyle)
     Set the readStyle.
public  voidsetRecordType(String recordType)
     Set the recordType.
public  voidsetRecordsPerMessage(int recordsPerMessage)
     Set the recordsPerMessage.
public  voidsetRecordsPerMessage(String recordsPerMessage)
     Set the recordsPerMessage.
public  voidsetReplyCharset(String replyCharset)
    
public  voidsetReplyDir(String replyDir)
    
public  voidsetReplyFilePattern(String replyFilePattern)
    
public  voidsetReplyWriteStyle(String replyWriteStyle)
    
public  voidsetScanInterval(long scanInterval)
     Set the scanInterval.
public  voidsetScanInterval(String scanInterval)
     Set the scanInterval.
public  voidsetSourceDir(String sourceDir)
     Set the sourceDir.
public  voidsetStageDir(String stageDir)
     Set the stageDir.
public  voidsetTwoPass(boolean twoPass)
     Set the twoPass.
public  voidsetTwoPass(String twoPass)
     Set the twoPass.
public  voidsetTwoPassInterval(long twoPassInterval)
     Set the twoPassInterval.
public  voidsetTwoPassInterval(String twoPassInterval)
     Set the twoPassInterval.
public  voidsetWriteStyle(String writeStyle)
     Set the writeStyle.

Field Detail
logger
final protected transient Log logger(Code)




Constructor Detail
FileEndpoint
public FileEndpoint()(Code)




Method Detail
createConsumerProcessor
protected IComponentProcessor createConsumerProcessor()(Code)



createProviderProcessor
protected IComponentProcessor createProviderProcessor()(Code)



getArchiveDir
public String getArchiveDir()(Code)
Get the archiveDir. the archiveDir



getArchiveFilePattern
public String getArchiveFilePattern()(Code)
Get the archiveFilePattern. the archiveFilePattern



getCharset
public String getCharset()(Code)
Get the charset. the charset



getDestDir
public String getDestDir()(Code)
Get the destDir. the destDir



getDisplayParameterTitles
public String[] getDisplayParameterTitles()(Code)
These attributes and methods customize the LifeCycleEndpoint for this component



getDisplayParameters
public String[] getDisplayParameters()(Code)



getFileCompleteAction
public String getFileCompleteAction()(Code)
Get the fileCompleteAction. the fileCompleteAction



getFilePattern
public String getFilePattern()(Code)
Get the filePattern. the filePattern



getGetableProperties
public String[] getGetableProperties()(Code)



getHoldDir
public String getHoldDir()(Code)
Get the holdDir. the holdDir



getMatchMode
public String getMatchMode()(Code)



getProperty
public String getProperty(int index)(Code)



getProperty
public String getProperty(String property)(Code)



getReadStyle
public String getReadStyle()(Code)
Get the readStyle. the readStyle



getRecordType
public String getRecordType()(Code)
Get the recordType. the recordType



getRecordsPerMessage
public int getRecordsPerMessage()(Code)
Get the recordsPerMessage. the recordsPerMessage



getReplyCharset
public String getReplyCharset()(Code)
the replyCharset



getReplyDir
public String getReplyDir()(Code)
the replyDir



getReplyFilePattern
public String getReplyFilePattern()(Code)
the replyFilePattern



getReplyWriteStyle
public String getReplyWriteStyle()(Code)
the replyWriteStyle



getScanInterval
public long getScanInterval()(Code)
Get the scanInterval. the scanInterval



getSetableProperties
public String[] getSetableProperties()(Code)



getSourceDir
public String getSourceDir()(Code)
Get the sourceDir. the sourceDir



getStageDir
public String getStageDir()(Code)
Get the stageDir. the stageDir



getTwoPassInterval
public long getTwoPassInterval()(Code)
Get the twoPassInterval. the twoPassInterval



getWriteStyle
public String getWriteStyle()(Code)
Get the writeStyle. the writeStyle



isHold
public boolean isHold()(Code)
Get the hold. the hold



isTwoPass
public boolean isTwoPass()(Code)
Get the twoPass. the twoPass



setArchiveDir
public void setArchiveDir(String archiveDir)(Code)
Set the archiveDir.
Parameters:
  archiveDir - the archiveDir to set



setArchiveFilePattern
public void setArchiveFilePattern(String archiveFilePattern)(Code)
Set the archiveFilePattern.
Parameters:
  archiveFilePattern - the archiveFilePattern to set



setCharset
public void setCharset(String charset)(Code)
Set the charset.
Parameters:
  charset - the charset to set



setDestDir
public void setDestDir(String destDir)(Code)
Set the destDir.
Parameters:
  destDir - the destDir to set



setFileCompleteAction
public void setFileCompleteAction(String fileCompleteAction)(Code)
Set the fileCompleteAction.
Parameters:
  fileCompleteAction - the fileCompleteAction to set



setFilePattern
public void setFilePattern(String filePattern)(Code)
Set the filePattern.
Parameters:
  filePattern - the filePattern to set



setHold
public void setHold(boolean hold)(Code)
Set the hold.
Parameters:
  hold - the hold to set



setHold
public void setHold(String hold)(Code)
Set the hold.
Parameters:
  hold - the hold to set



setHoldDir
public void setHoldDir(String holdDir)(Code)
Set the holdDir.
Parameters:
  holdDir - the holdDir to set



setMatchMode
public void setMatchMode(String matchMode)(Code)



setProperty
public void setProperty(int index, String value)(Code)



setProperty
public void setProperty(String property, String value)(Code)



setReadStyle
public void setReadStyle(String readStyle)(Code)
Set the readStyle.
Parameters:
  readStyle - the readStyle to set



setRecordType
public void setRecordType(String recordType)(Code)
Set the recordType.
Parameters:
  recordType - the recordType to set



setRecordsPerMessage
public void setRecordsPerMessage(int recordsPerMessage)(Code)
Set the recordsPerMessage.
Parameters:
  recordsPerMessage - the recordsPerMessage to set



setRecordsPerMessage
public void setRecordsPerMessage(String recordsPerMessage)(Code)
Set the recordsPerMessage.
Parameters:
  recordsPerMessage - the recordsPerMessage to set



setReplyCharset
public void setReplyCharset(String replyCharset)(Code)

Parameters:
  replyCharset - the replyCharset to set



setReplyDir
public void setReplyDir(String replyDir)(Code)

Parameters:
  replyDir - the replyDir to set



setReplyFilePattern
public void setReplyFilePattern(String replyFilePattern)(Code)

Parameters:
  replyFilePattern - the replyFilePattern to set



setReplyWriteStyle
public void setReplyWriteStyle(String replyWriteStyle)(Code)

Parameters:
  replyWriteStyle - the replyWriteStyle to set



setScanInterval
public void setScanInterval(long scanInterval)(Code)
Set the scanInterval.
Parameters:
  scanInterval - the scanInterval to set



setScanInterval
public void setScanInterval(String scanInterval)(Code)
Set the scanInterval.
Parameters:
  scanInterval - the scanInterval to set



setSourceDir
public void setSourceDir(String sourceDir)(Code)
Set the sourceDir.
Parameters:
  sourceDir - the sourceDir to set



setStageDir
public void setStageDir(String stageDir)(Code)
Set the stageDir.
Parameters:
  stageDir - the stageDir to set



setTwoPass
public void setTwoPass(boolean twoPass)(Code)
Set the twoPass.
Parameters:
  twoPass - the twoPass to set



setTwoPass
public void setTwoPass(String twoPass)(Code)
Set the twoPass.
Parameters:
  twoPass - the twoPass to set



setTwoPassInterval
public void setTwoPassInterval(long twoPassInterval)(Code)
Set the twoPassInterval.
Parameters:
  twoPassInterval - the twoPassInterval to set



setTwoPassInterval
public void setTwoPassInterval(String twoPassInterval)(Code)
Set the twoPassInterval.
Parameters:
  twoPassInterval - the twoPassInterval to set



setWriteStyle
public void setWriteStyle(String writeStyle)(Code)
Set the writeStyle.
Parameters:
  writeStyle - the writeStyle to set



Fields inherited from com.bostechcorp.cbesb.runtime.ccsl.jbi.messaging.ScheduledEndpointProcessor
final public static byte MODE_POLL(Code)(Java Doc)
final public static byte MODE_SCHEDULE(Code)(Java Doc)
protected ScheduledProcessHandler handler(Code)(Java Doc)
protected byte mode(Code)(Java Doc)
protected int pollInterval(Code)(Java Doc)
protected String scheduleFile(Code)(Java Doc)
protected String schedulerEndpoint(Code)(Java Doc)
protected QName schedulerService(Code)(Java Doc)

Methods inherited from com.bostechcorp.cbesb.runtime.ccsl.jbi.messaging.ScheduledEndpointProcessor
public ScheduledProcessHandler getHandler()(Code)(Java Doc)
public byte getMode()(Code)(Java Doc)
public int getPollInterval()(Code)(Java Doc)
public String getScheduleFile()(Code)(Java Doc)
public String getSchedulerEndpoint()(Code)(Java Doc)
public QName getSchedulerService()(Code)(Java Doc)
public void setHandler(ScheduledProcessHandler handler)(Code)(Java Doc)
public void setMode(byte mode)(Code)(Java Doc)
public void setPollInterval(int pollInterval)(Code)(Java Doc)
public void setScheduleFile(String scheduleFile)(Code)(Java Doc)
public void setSchedulerEndpoint(String schedulerEndpoint)(Code)(Java Doc)
public void setSchedulerService(QName schedulerService)(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.