Uses of Interface
org.apache.geronimo.remoting.transport.Msg

Packages that use Msg
org.apache.geronimo.remoting.router   
org.apache.geronimo.remoting.transport   
org.apache.geronimo.remoting.transport.async   
 

Uses of Msg in org.apache.geronimo.remoting.router
 

Methods in org.apache.geronimo.remoting.router that return Msg
 Msg AbstractRouterRouter.sendRequest(URI to, Msg msg)
           
 Msg AbstractInterceptorRouter.sendRequest(URI to, Msg msg)
           
 Msg Router.sendRequest(URI to, Msg request)
          Sends a request message to the other end.
 

Methods in org.apache.geronimo.remoting.router with parameters of type Msg
 Msg AbstractRouterRouter.sendRequest(URI to, Msg msg)
           
 void AbstractRouterRouter.sendDatagram(URI to, Msg msg)
           
 Msg AbstractInterceptorRouter.sendRequest(URI to, Msg msg)
           
 void AbstractInterceptorRouter.sendDatagram(URI to, Msg msg)
           
 Msg Router.sendRequest(URI to, Msg request)
          Sends a request message to the other end.
 void Router.sendDatagram(URI to, Msg request)
          Sends a datagram message.
 

Uses of Msg in org.apache.geronimo.remoting.transport
 

Classes in org.apache.geronimo.remoting.transport that implement Msg
 class BytesMsg
           
 

Methods in org.apache.geronimo.remoting.transport that return Msg
 Msg BytesMsg.createMsg()
           
 Msg TransportClient.createMsg()
           
 Msg Msg.createMsg()
           
 

Uses of Msg in org.apache.geronimo.remoting.transport.async
 

Classes in org.apache.geronimo.remoting.transport.async that implement Msg
 class AsyncMsg
           
 

Methods in org.apache.geronimo.remoting.transport.async that return Msg
 Msg AsyncClient.sendRequest(URI to, Msg request)
           
 Msg AsyncClient.createMsg()
           
 Msg ChannelPool.sendRequest(URI to, Msg data)
           
 Msg AsyncMsg.createMsg()
           
 

Methods in org.apache.geronimo.remoting.transport.async with parameters of type Msg
 Msg AsyncClient.sendRequest(URI to, Msg request)
           
 void AsyncClient.sendDatagram(URI to, Msg request)
           
 void ChannelPool.dispatchDatagram(URI to, Msg data, ChannelPool source)
          A ChannelPool will receive data from a Channel and if it is new request, it will forward it to the AsynchChannelServer for it to dispatch the work the appropriate subsystem.
 void ChannelPool.sendDatagram(URI to, Msg data)
           
 Msg ChannelPool.sendRequest(URI to, Msg data)
           
 void ChannelPool.sendResponse(Msg data, int requestId)
           
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.