Class FileOutgoingTransport
java.lang.Object
org.jumpmind.symmetric.transport.file.FileOutgoingTransport
- All Implemented Interfaces:
IOutgoingTransport
,IOutgoingWithResponseTransport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
complete
(boolean success) getSuspendIgnoreChannelLists
(IConfigurationService configurationService, String queue, Node targetNode) This returns a (combined) list of suspended or ignored channels.boolean
isOpen()
void
setProcessedBatches
(List<OutgoingBatch> processedBatches)
-
Constructor Details
-
FileOutgoingTransport
-
-
Method Details
-
getOutgoingDir
-
openWriter
- Specified by:
openWriter
in interfaceIOutgoingTransport
-
getWriter
- Specified by:
getWriter
in interfaceIOutgoingTransport
-
openStream
- Specified by:
openStream
in interfaceIOutgoingTransport
-
readResponse
- Specified by:
readResponse
in interfaceIOutgoingWithResponseTransport
- Throws:
IOException
-
close
public void close()- Specified by:
close
in interfaceIOutgoingTransport
-
isOpen
public boolean isOpen()- Specified by:
isOpen
in interfaceIOutgoingTransport
-
getSuspendIgnoreChannelLists
public ChannelMap getSuspendIgnoreChannelLists(IConfigurationService configurationService, String queue, Node targetNode) Description copied from interface:IOutgoingTransport
This 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:
getSuspendIgnoreChannelLists
in interfaceIOutgoingTransport
-
complete
public void complete(boolean success) -
getProcessedBatches
-
setProcessedBatches
-