org.nakedobjects.remoting.transport.pipe
Class PipedClient

java.lang.Object
  extended by org.nakedobjects.remoting.transport.pipe.PipedClient
All Implemented Interfaces:
ApplicationScopedComponent, Component, ClientConnection

public class PipedClient
extends java.lang.Object
implements ClientConnection


Constructor Summary
PipedClient()
           
 
Method Summary
 ResponseEnvelope executeRemotely(Request request)
           
 void init()
           
 void setConnection(PipedConnection communication)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipedClient

public PipedClient()
Method Detail

setConnection

public void setConnection(PipedConnection communication)

executeRemotely

public ResponseEnvelope executeRemotely(Request request)
Specified by:
executeRemotely in interface ClientConnection

init

public void init()
Specified by:
init in interface ApplicationScopedComponent

shutdown

public void shutdown()
Specified by:
shutdown in interface ApplicationScopedComponent


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