org.jumpmind.symmetric.transport.internal
Class InternalIncomingTransport

java.lang.Object
  extended by org.jumpmind.symmetric.transport.internal.InternalIncomingTransport
All Implemented Interfaces:
IIncomingTransport

public class InternalIncomingTransport
extends java.lang.Object
implements IIncomingTransport


Constructor Summary
InternalIncomingTransport(java.io.InputStream pullIs)
           
 
Method Summary
 void close()
           
 boolean isOpen()
           
 java.io.BufferedReader open()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalIncomingTransport

public InternalIncomingTransport(java.io.InputStream pullIs)
                          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

close

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

isOpen

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

open

public java.io.BufferedReader open()
                            throws java.io.IOException
Specified by:
open in interface IIncomingTransport
Throws:
java.io.IOException


Copyright © 2007-2008. All Rights Reserved.