Class FileOutgoingTransport
java.lang.Object
org.jumpmind.symmetric.transport.file.FileOutgoingTransport
- All Implemented Interfaces:
IOutgoingTransport,IOutgoingWithResponseTransport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidcomplete(boolean success) getSuspendIgnoreChannelLists(IConfigurationService configurationService, String queue, Node targetNode) This returns a (combined) list of suspended or ignored channels.booleanisOpen()voidsetProcessedBatches(List<OutgoingBatch> processedBatches)
-
Constructor Details
-
FileOutgoingTransport
-
-
Method Details
-
getOutgoingDir
-
openWriter
- Specified by:
openWriterin interfaceIOutgoingTransport
-
getWriter
- Specified by:
getWriterin interfaceIOutgoingTransport
-
openStream
- Specified by:
openStreamin interfaceIOutgoingTransport
-
readResponse
- Specified by:
readResponsein interfaceIOutgoingWithResponseTransport- Throws:
IOException
-
close
public void close()- Specified by:
closein interfaceIOutgoingTransport
-
isOpen
public boolean isOpen()- Specified by:
isOpenin interfaceIOutgoingTransport
-
getSuspendIgnoreChannelLists
public ChannelMap getSuspendIgnoreChannelLists(IConfigurationService configurationService, String queue, Node targetNode) Description copied from interface:IOutgoingTransportThis returns a (combined) list of suspended or ignored channels. In addition, it will optionally do a reservation in the case of a Push request- Specified by:
getSuspendIgnoreChannelListsin interfaceIOutgoingTransport
-
complete
public void complete(boolean success) -
getProcessedBatches
-
setProcessedBatches
-