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


com.bostechcorp.cbesb.runtime.ccsl.jbi.messaging.ScheduledEndpointProcessor
   com.bostechcorp.cbesb.runtime.component.ftp.FtpEndpoint

FtpEndpoint
public class FtpEndpoint extends ScheduledEndpointProcessor (Code)


Field Summary
final protected transient  Loglogger
    

Constructor Summary
public  FtpEndpoint()
    

Method Summary
protected  IComponentProcessorcreateConsumerProcessor()
    
protected  IComponentProcessorcreateProviderProcessor()
    
public  StringgetArchiveDir()
     Get the archiveDir.
public  StringgetArchiveFilePattern()
     Get the archiveFilePattern.
public  StringgetCharset()
     Get the charset.
public  StringgetCmdFile()
     Get the cmdFile.
public  StringgetDestDir()
     Get the destDir.
public  String[]getDisplayParameterTitles()
    
public  String[]getDisplayParameters()
    
public  StringgetFileCompleteAction()
     Get the fileCompleteAction.
public  StringgetFilePattern()
     Get the filePattern.
public  StringgetFtpConnectMode()
     Get the ftpConnectMode.
public  StringgetFtpHost()
     Get the ftpHost.
public  StringgetFtpPassword()
     Get the ftpPassword.
public  StringgetFtpTransferMode()
     Get the ftpTransferMode.
public  StringgetFtpUser()
     Get the ftpUser.
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()
     Get the replyCharset.
public  StringgetReplyDir()
     Get the replyDir.
public  StringgetReplyFilePattern()
     Get the replyFilePattern.
public  StringgetReplyFtpConnectMode()
     Get the replyFtpConnectMode.
public  StringgetReplyFtpHost()
     Get the replyFtpHost.
public  StringgetReplyFtpPassword()
     Get the replyFtpPassword.
public  StringgetReplyFtpTransferMode()
     Get the replyFtpTransferMode.
public  StringgetReplyFtpUser()
     Get the replyFtpUser.
public  StringgetReplyWriteStyle()
     Get the replyWriteStyle.
public  longgetScanInterval()
     Get the scanInterval.
public  String[]getSetableProperties()
    
public  StringgetSourceDir()
     Get the sourceDir.
public  StringgetStageDir()
     Get the stageDir.
public  StringgetTransferDir()
     Get the transferDir.
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  voidsetCmdFile(String cmdFile)
     Set the cmdFile.
public  voidsetDestDir(String destDir)
     Set the destDir.
public  voidsetFileCompleteAction(String fileCompleteAction)
     Set the fileCompleteAction.
public  voidsetFilePattern(String filePattern)
     Set the filePattern.
public  voidsetFtpConnectMode(String ftpConnectMode)
     Set the ftpConnectMode.
public  voidsetFtpHost(String ftpHost)
     Set the ftpHost.
public  voidsetFtpPassword(String ftpPassword)
     Set the ftpPassword.
public  voidsetFtpTransferMode(String ftpTransferMode)
     Set the ftpTransferMode.
public  voidsetFtpUser(String ftpUser)
     Set the ftpUser.
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)
     Set the replyCharset.
public  voidsetReplyDir(String replyDir)
     Set the replyDir.
public  voidsetReplyFilePattern(String replyFilePattern)
     Set the replyFilePattern.
public  voidsetReplyFtpConnectMode(String replyFtpConnectMode)
     Set the replyFtpConnectMode.
public  voidsetReplyFtpHost(String replyFtpHost)
     Set the replyFtpHost.
public  voidsetReplyFtpPassword(String replyFtpPassword)
     Set the replyFtpPassword.
public  voidsetReplyFtpTransferMode(String replyFtpTransferMode)
     Set the replyFtpTransferMode.
public  voidsetReplyFtpUser(String replyFtpUser)
     Set the replyFtpUser.
public  voidsetReplyWriteStyle(String replyWriteStyle)
     Set the 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  voidsetTransferDir(String transferDir)
     Set the transferDir.
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
FtpEndpoint
public FtpEndpoint()(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



getCmdFile
public String getCmdFile()(Code)
Get the cmdFile. the cmdFile



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



getFtpConnectMode
public String getFtpConnectMode()(Code)
Get the ftpConnectMode. the ftpConnectMode



getFtpHost
public String getFtpHost()(Code)
Get the ftpHost. the ftpHost.



getFtpPassword
public String getFtpPassword()(Code)
Get the ftpPassword. the ftpPassword



getFtpTransferMode
public String getFtpTransferMode()(Code)
Get the ftpTransferMode. the ftpTransferMode



getFtpUser
public String getFtpUser()(Code)
Get the ftpUser. the ftpUser



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)
Get the replyCharset. the replyCharset



getReplyDir
public String getReplyDir()(Code)
Get the replyDir. the replyDir



getReplyFilePattern
public String getReplyFilePattern()(Code)
Get the replyFilePattern. the replyFilePattern



getReplyFtpConnectMode
public String getReplyFtpConnectMode()(Code)
Get the replyFtpConnectMode. the replyFtpConnectMode



getReplyFtpHost
public String getReplyFtpHost()(Code)
Get the replyFtpHost. the replyFtpHost



getReplyFtpPassword
public String getReplyFtpPassword()(Code)
Get the replyFtpPassword. the replyFtpPassword



getReplyFtpTransferMode
public String getReplyFtpTransferMode()(Code)
Get the replyFtpTransferMode. the replyFtpTransferMode



getReplyFtpUser
public String getReplyFtpUser()(Code)
Get the replyFtpUser. the replyFtpUser



getReplyWriteStyle
public String getReplyWriteStyle()(Code)
Get the replyWriteStyle. 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



getTransferDir
public String getTransferDir()(Code)
Get the transferDir. the transferDir



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



setCmdFile
public void setCmdFile(String cmdFile)(Code)
Set the cmdFile.
Parameters:
  cmdFile - the cmdFile 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



setFtpConnectMode
public void setFtpConnectMode(String ftpConnectMode)(Code)
Set the ftpConnectMode.
Parameters:
  ftpConnectMode - the ftpConnectMode to set



setFtpHost
public void setFtpHost(String ftpHost)(Code)
Set the ftpHost.
Parameters:
  ftpHost - the ftpHost to set.



setFtpPassword
public void setFtpPassword(String ftpPassword)(Code)
Set the ftpPassword.
Parameters:
  ftpPassword - the ftpPassword to set



setFtpTransferMode
public void setFtpTransferMode(String ftpTransferMode)(Code)
Set the ftpTransferMode.
Parameters:
  ftpTransferMode - the ftpTransferMode to set



setFtpUser
public void setFtpUser(String ftpUser)(Code)
Set the ftpUser.
Parameters:
  ftpUser - the ftpUser 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)
Set the replyCharset.
Parameters:
  replyCharset - the replyCharset to set



setReplyDir
public void setReplyDir(String replyDir)(Code)
Set the replyDir.
Parameters:
  replyDir - the replyDir to set



setReplyFilePattern
public void setReplyFilePattern(String replyFilePattern)(Code)
Set the replyFilePattern.
Parameters:
  replyFilePattern - the replyFilePattern to set



setReplyFtpConnectMode
public void setReplyFtpConnectMode(String replyFtpConnectMode)(Code)
Set the replyFtpConnectMode.
Parameters:
  replyFtpConnectMode - the replyFtpConnectMode to set



setReplyFtpHost
public void setReplyFtpHost(String replyFtpHost)(Code)
Set the replyFtpHost.
Parameters:
  replyFtpHost - the replyFtpHost to set



setReplyFtpPassword
public void setReplyFtpPassword(String replyFtpPassword)(Code)
Set the replyFtpPassword.
Parameters:
  replyFtpPassword - the replyFtpPassword to set



setReplyFtpTransferMode
public void setReplyFtpTransferMode(String replyFtpTransferMode)(Code)
Set the replyFtpTransferMode.
Parameters:
  replyFtpTransferMode - the replyFtpTransferMode to set



setReplyFtpUser
public void setReplyFtpUser(String replyFtpUser)(Code)
Set the replyFtpUser.
Parameters:
  replyFtpUser - the replyFtpUser to set



setReplyWriteStyle
public void setReplyWriteStyle(String replyWriteStyle)(Code)
Set the replyWriteStyle.
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



setTransferDir
public void setTransferDir(String transferDir)(Code)
Set the transferDir.
Parameters:
  transferDir - the transferDir 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.