public class InternalOutgoingTransport extends java.lang.Object implements IOutgoingTransport
| Constructor and Description |
|---|
InternalOutgoingTransport(java.io.BufferedWriter writer) |
InternalOutgoingTransport(java.io.OutputStream os,
ChannelMap map,
java.lang.String encoding) |
InternalOutgoingTransport(java.io.OutputStream os,
java.lang.String encoding) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ChannelMap |
getSuspendIgnoreChannelLists(IConfigurationService configurationService,
java.lang.String queue,
Node targetNode)
This returns a (combined) list of suspended or ignored channels.
|
java.io.BufferedWriter |
getWriter() |
boolean |
isOpen() |
java.io.OutputStream |
openStream() |
java.io.BufferedWriter |
openWriter() |
public InternalOutgoingTransport(java.io.OutputStream os,
java.lang.String encoding)
throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingExceptionpublic InternalOutgoingTransport(java.io.OutputStream os,
ChannelMap map,
java.lang.String encoding)
throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingExceptionpublic InternalOutgoingTransport(java.io.BufferedWriter writer)
public void close()
close in interface IOutgoingTransportpublic boolean isOpen()
isOpen in interface IOutgoingTransportpublic java.io.OutputStream openStream()
openStream in interface IOutgoingTransportpublic java.io.BufferedWriter openWriter()
openWriter in interface IOutgoingTransportpublic java.io.BufferedWriter getWriter()
getWriter in interface IOutgoingTransportpublic ChannelMap getSuspendIgnoreChannelLists(IConfigurationService configurationService, java.lang.String queue, Node targetNode)
IOutgoingTransportgetSuspendIgnoreChannelLists in interface IOutgoingTransport