Class MockOutgoingTransport
java.lang.Object
org.jumpmind.symmetric.transport.mock.MockOutgoingTransport
- All Implemented Interfaces:
IOutgoingTransport
-
Constructor Summary
Constructors -
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()
toString()
-
Constructor Details
-
MockOutgoingTransport
public MockOutgoingTransport()
-
-
Method Details
-
openStream
- Specified by:
openStream
in interfaceIOutgoingTransport
-
close
public void close()- Specified by:
close
in interfaceIOutgoingTransport
-
openWriter
- Specified by:
openWriter
in interfaceIOutgoingTransport
-
getWriter
- Specified by:
getWriter
in interfaceIOutgoingTransport
-
isOpen
public boolean isOpen()- Specified by:
isOpen
in interfaceIOutgoingTransport
-
toString
-
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
-