Class InternalOutgoingWithResponseTransport
java.lang.Object
org.jumpmind.symmetric.transport.internal.InternalOutgoingWithResponseTransport
- All Implemented Interfaces:
IOutgoingTransport,IOutgoingWithResponseTransport
public class InternalOutgoingWithResponseTransport
extends Object
implements IOutgoingWithResponseTransport
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()getSuspendIgnoreChannelLists(IConfigurationService configurationService, String queue, Node targetNode) This returns a (combined) list of suspended or ignored channels.booleanisOpen()
-
Method Details
-
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
-
openWriter
- Specified by:
openWriterin interfaceIOutgoingTransport
-
getWriter
- Specified by:
getWriterin 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
-