Package org.jumpmind.symmetric.transport
Interface IOutgoingTransport
- All Known Subinterfaces:
IOutgoingWithResponseTransport
- All Known Implementing Classes:
FileOutgoingTransport
,HttpOutgoingTransport
,InternalOutgoingTransport
,InternalOutgoingWithResponseTransport
,MockOutgoingTransport
public interface IOutgoingTransport
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
getSuspendIgnoreChannelLists
(IConfigurationService configurationService, String queue, Node targetNode) This returns a (combined) list of suspended or ignored channels.boolean
isOpen()
-
Method Details
-
openWriter
BufferedWriter openWriter() -
getWriter
BufferedWriter getWriter() -
openStream
OutputStream openStream() -
close
void close() -
isOpen
boolean isOpen() -
getSuspendIgnoreChannelLists
ChannelMap getSuspendIgnoreChannelLists(IConfigurationService configurationService, String queue, Node targetNode) 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- Parameters:
targetNode
-
-