|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xbus.technical.file.FileBase net.sf.xbus.technical.file.FileSender net.sf.xbus.technical.file.FileLineWriterSender
public class FileLineWriterSender
Field Summary |
---|
Fields inherited from class net.sf.xbus.technical.file.FileSender |
---|
mBackupFilename, mConfiguration, mTempFilename, senderExecuted |
Constructor Summary | |
---|---|
FileLineWriterSender(XBUSSystem system)
Constructor for FileLineWriterSender. |
Method Summary | |
---|---|
java.lang.Object |
execute(java.lang.String function,
java.lang.Object source)
The given object will be send to the neighbor system. |
java.lang.String |
getType()
A Sender can send data either as a String
or as an Object to the neighboring system. |
Methods inherited from class net.sf.xbus.technical.file.FileSender |
---|
close, commit, execute, open, prepareWriteFile, prepareWriter, rollback |
Methods inherited from class net.sf.xbus.technical.file.FileBase |
---|
copyFile, deleteFile, getEncoding, getFileLength, getLastByteOfFile, renameFile |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileLineWriterSender(XBUSSystem system) throws XException
system
-
XException
Method Detail |
---|
public java.lang.Object execute(java.lang.String function, java.lang.Object source) throws XException
ObjectSender
Optionally a function can be specified. It can be used for calling different methods of the neighbor-system.
execute
in interface ObjectSender
function
- used by some senderssource
- the data that shall be send to the neighbor system
XException
- if something goes wrongpublic java.lang.String getType()
Sender
Sender
can send data either as a String
or as an Object
to the neighboring system.Strings
the Sender must fulfill two
preconditions:
getType
returns Constants.TYPE_TEXT
TextSender
Objects
the Sender must also fulfill two
preconditions:
getType
returns Constants.TYPE_OBJECT
ObjectSender
getType
in interface Sender
getType
in class FileSender
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |