org.jumpmind.symmetric.transport.internal
Class InternalOutgoingTransport

java.lang.Object
  extended by org.jumpmind.symmetric.transport.internal.InternalOutgoingTransport
All Implemented Interfaces:
IOutgoingTransport

public class InternalOutgoingTransport
extends java.lang.Object
implements IOutgoingTransport


Constructor Summary
InternalOutgoingTransport(java.io.BufferedWriter writer)
           
InternalOutgoingTransport(java.io.OutputStream pushOs)
           
 
Method Summary
 void close()
           
 boolean isOpen()
           
 java.io.BufferedWriter open()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalOutgoingTransport

public InternalOutgoingTransport(java.io.OutputStream pushOs)
                          throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException

InternalOutgoingTransport

public InternalOutgoingTransport(java.io.BufferedWriter writer)
Method Detail

close

public void close()
           throws java.io.IOException
Specified by:
close in interface IOutgoingTransport
Throws:
java.io.IOException

isOpen

public boolean isOpen()
Specified by:
isOpen in interface IOutgoingTransport

open

public java.io.BufferedWriter open()
                            throws java.io.IOException
Specified by:
open in interface IOutgoingTransport
Throws:
java.io.IOException


Copyright © 2007-2008. All Rights Reserved.