|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TransportException in org.apache.geronimo.remoting.router |
Methods in org.apache.geronimo.remoting.router that throw TransportException | |
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 TransportException in org.apache.geronimo.remoting.transport |
Subclasses of TransportException in org.apache.geronimo.remoting.transport | |
class |
ConnectionFailedException
|
class |
StreamCorruptedException
|
Uses of TransportException in org.apache.geronimo.remoting.transport.async |
Methods in org.apache.geronimo.remoting.transport.async that throw TransportException | |
Msg |
AsyncClient.sendRequest(URI to,
Msg request)
|
void |
AsyncClient.sendDatagram(URI to,
Msg request)
|
void |
ChannelPool.associate(Channel c)
Associate a channel to the pool. |
org.apache.geronimo.remoting.transport.async.ChannelPool.PooledAsynchChannel |
ChannelPool.getNextAvailable()
Return the next available AsynchChannel object for a given invocation session. |
void |
ChannelPool.sendDatagram(URI to,
Msg data)
|
Msg |
ChannelPool.sendRequest(URI to,
Msg data)
|
void |
ChannelPool.sendResponse(Msg data,
int requestId)
|
void |
Channel.open(URI uri,
URI backConnectURI,
ChannelListner listner)
opens a connection to another server. |
void |
Channel.open(ChannelListner listner)
starts an accepted connection. |
void |
Channel.close()
|
void |
Channel.send(AsyncMsg data)
Sends an asynch packet of data down the channel. |
Uses of TransportException in org.apache.geronimo.remoting.transport.async.bio |
Methods in org.apache.geronimo.remoting.transport.async.bio that throw TransportException | |
void |
BlockingChannel.open(URI remoteURI,
URI backConnectURI,
ChannelListner listner)
|
void |
BlockingChannel.open(ChannelListner listner)
|
void |
BlockingChannel.send(AsyncMsg data)
|
Uses of TransportException in org.apache.geronimo.remoting.transport.async.nio |
Methods in org.apache.geronimo.remoting.transport.async.nio that throw TransportException | |
void |
NonBlockingChannel.open(URI remoteURI,
URI backConnectURI,
ChannelListner listner)
|
void |
NonBlockingChannel.open(ChannelListner listner)
|
void |
NonBlockingChannel.send(AsyncMsg data)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |