org.nakedobjects.remoting.transport
Interface Transport

All Superinterfaces:
ApplicationScopedComponent, Component
All Known Implementing Classes:
SimpleTransport, SocketTransport, TransportAbstract

public interface Transport
extends ApplicationScopedComponent


Method Summary
 void connect()
           
 void disconnect()
           
 java.io.InputStream getInputStream()
           
 java.io.OutputStream getOutputStream()
           
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent
init, shutdown
 

Method Detail

connect

void connect()
             throws java.io.IOException
Throws:
java.io.IOException

disconnect

void disconnect()

getInputStream

java.io.InputStream getInputStream()
                                   throws java.io.IOException
Throws:
java.io.IOException

getOutputStream

java.io.OutputStream getOutputStream()
                                     throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.