org.nakedobjects.remoting.transport
Class TransportAbstract

java.lang.Object
  extended by org.nakedobjects.remoting.transport.TransportAbstract
All Implemented Interfaces:
ApplicationScopedComponent, Component, Transport
Direct Known Subclasses:
SimpleTransport, SocketTransport

public abstract class TransportAbstract
extends java.lang.Object
implements Transport


Constructor Summary
TransportAbstract(NakedObjectConfiguration configuration)
           
 
Method Summary
 NakedObjectConfiguration getConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nakedobjects.remoting.transport.Transport
connect, disconnect, getInputStream, getOutputStream
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent
init, shutdown
 

Constructor Detail

TransportAbstract

public TransportAbstract(NakedObjectConfiguration configuration)
Method Detail

getConfiguration

public NakedObjectConfiguration getConfiguration()


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