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 Log
logger
Constructor Summary
public
FileEndpoint
()
Method Summary
protected
IComponentProcessor
createConsumerProcessor
()
protected
IComponentProcessor
createProviderProcessor
()
public
String
getArchiveDir
()
Get the archiveDir.
public
String
getArchiveFilePattern
()
Get the archiveFilePattern.
public
String
getCharset
()
Get the charset.
public
String
getDestDir
()
Get the destDir.
public
String
[]
getDisplayParameterTitles
()
public
String
[]
getDisplayParameters
()
public
String
getFileCompleteAction
()
Get the fileCompleteAction.
public
String
getFilePattern
()
Get the filePattern.
public
String
[]
getGetableProperties
()
public
String
getHoldDir
()
Get the holdDir.
public
String
getMatchMode
()
public
String
getProperty
(int index)
public
String
getProperty
(
String
property)
public
String
getReadStyle
()
Get the readStyle.
public
String
getRecordType
()
Get the recordType.
public
int
getRecordsPerMessage
()
Get the recordsPerMessage.
public
String
getReplyCharset
()
public
String
getReplyDir
()
public
String
getReplyFilePattern
()
public
String
getReplyWriteStyle
()
public
long
getScanInterval
()
Get the scanInterval.
public
String
[]
getSetableProperties
()
public
String
getSourceDir
()
Get the sourceDir.
public
String
getStageDir
()
Get the stageDir.
public
long
getTwoPassInterval
()
Get the twoPassInterval.
public
String
getWriteStyle
()
Get the writeStyle.
public
boolean
isHold
()
Get the hold.
public
boolean
isTwoPass
()
Get the twoPass.
public
void
setArchiveDir
(
String
archiveDir)
Set the archiveDir.
public
void
setArchiveFilePattern
(
String
archiveFilePattern)
Set the archiveFilePattern.
public
void
setCharset
(
String
charset)
Set the charset.
public
void
setDestDir
(
String
destDir)
Set the destDir.
public
void
setFileCompleteAction
(
String
fileCompleteAction)
Set the fileCompleteAction.
public
void
setFilePattern
(
String
filePattern)
Set the filePattern.
public
void
setHold
(boolean hold)
Set the hold.
public
void
setHold
(
String
hold)
Set the hold.
public
void
setHoldDir
(
String
holdDir)
Set the holdDir.
public
void
setMatchMode
(
String
matchMode)
public
void
setProperty
(int index,
String
value)
public
void
setProperty
(
String
property,
String
value)
public
void
setReadStyle
(
String
readStyle)
Set the readStyle.
public
void
setRecordType
(
String
recordType)
Set the recordType.
public
void
setRecordsPerMessage
(int recordsPerMessage)
Set the recordsPerMessage.
public
void
setRecordsPerMessage
(
String
recordsPerMessage)
Set the recordsPerMessage.
public
void
setReplyCharset
(
String
replyCharset)
public
void
setReplyDir
(
String
replyDir)
public
void
setReplyFilePattern
(
String
replyFilePattern)
public
void
setReplyWriteStyle
(
String
replyWriteStyle)
public
void
setScanInterval
(long scanInterval)
Set the scanInterval.
public
void
setScanInterval
(
String
scanInterval)
Set the scanInterval.
public
void
setSourceDir
(
String
sourceDir)
Set the sourceDir.
public
void
setStageDir
(
String
stageDir)
Set the stageDir.
public
void
setTwoPass
(boolean twoPass)
Set the twoPass.
public
void
setTwoPass
(
String
twoPass)
Set the twoPass.
public
void
setTwoPassInterval
(long twoPassInterval)
Set the twoPassInterval.
public
void
setTwoPassInterval
(
String
twoPassInterval)
Set the twoPassInterval.
public
void
setWriteStyle
(
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.