org.nakedobjects.remoting.transport.pipe
Class PipedServer

java.lang.Object
  extended by org.nakedobjects.remoting.transport.pipe.PipedServer

public class PipedServer
extends java.lang.Object


Constructor Summary
PipedServer()
           
 
Method Summary
 void run()
           
 void setConnection(PipedConnection communication)
           
 void setFacade(ServerFacade facade)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipedServer

public PipedServer()
Method Detail

run

public void run()

setConnection

public void setConnection(PipedConnection communication)

setFacade

public void setFacade(ServerFacade facade)


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