|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of ConnectionFailedException in org.jboss.remoting |
| Methods in org.jboss.remoting that throw ConnectionFailedException | |
protected abstract byte[] |
RemoteClientInvoker.transport(String sessionId,
byte[] buffer)
called to transport the marshalled invocation to the remote destination, and receive back the marshalled invocation bytes back. |
void |
RemoteClientInvoker.connect()
connect to the remote invoker |
protected abstract void |
RemoteClientInvoker.handleConnect()
subclasses must implement this method to provide a hook to connect to the remote server, if this applies to the specific transport. |
protected abstract byte[] |
ClientInvoker.transport(String sessionId,
byte[] buffer)
called to transport the marshalled invocation to the remote destination, and receive back the marshalled invocation bytes back. |
void |
ClientInvoker.connect()
connect to the remote invoker |
protected abstract void |
ClientInvoker.handleConnect()
subclasses must implement this method to provide a hook to connect to the remote server, if this applies to the specific transport. |
| Uses of ConnectionFailedException in org.jboss.remoting.transport |
| Methods in org.jboss.remoting.transport that throw ConnectionFailedException | |
void |
ClientInvoker.connect()
connect to the remote invoker |
| Uses of ConnectionFailedException in org.jboss.remoting.transport.async |
| Methods in org.jboss.remoting.transport.async that throw ConnectionFailedException | |
void |
Channel.open(InvokerLocator uri,
ChannelListner listner)
opens a connection to another server. |
protected void |
AsyncClientInvoker.handleConnect()
|
protected byte[] |
AsyncClientInvoker.transport(String sessionId,
byte[] buffer)
|
| Uses of ConnectionFailedException in org.jboss.remoting.transport.async.bio |
| Methods in org.jboss.remoting.transport.async.bio that throw ConnectionFailedException | |
void |
BlockingChannel.open(InvokerLocator remoteURI,
ChannelListner listner)
|
| Uses of ConnectionFailedException in org.jboss.remoting.transport.local |
| Methods in org.jboss.remoting.transport.local that throw ConnectionFailedException | |
void |
LocalClientInvoker.connect()
connect to the remote invoker |
| Uses of ConnectionFailedException in org.jboss.remoting.transport.mock |
| Methods in org.jboss.remoting.transport.mock that throw ConnectionFailedException | |
protected void |
MockClientInvoker.handleConnect()
subclasses must implement this method to provide a hook to connect to the remote server, if this applies to the specific transport. |
void |
MockClientInvoker.connect()
|
| Uses of ConnectionFailedException in org.jboss.remoting.transport.rmi |
| Methods in org.jboss.remoting.transport.rmi that throw ConnectionFailedException | |
protected void |
RMIClientInvoker.handleConnect()
subclasses must implement this method to provide a hook to connect to the remote server, if this applies to the specific transport. |
protected byte[] |
RMIClientInvoker.transport(String sessionId,
byte[] buffer)
|
| Uses of ConnectionFailedException in org.jboss.remoting.transport.soap.axis |
| Methods in org.jboss.remoting.transport.soap.axis that throw ConnectionFailedException | |
protected void |
SOAPClientInvoker.handleConnect()
subclasses must implement this method to provide a hook to connect to the remote server, if this applies to the specific transport. |
protected byte[] |
SOAPClientInvoker.transport(String sessionId,
byte[] buffer)
called to transport the marshalled invocation to the remote destination, and receive back the marshalled invocation bytes back. |
| Uses of ConnectionFailedException in org.jboss.remoting.transport.socket |
| Methods in org.jboss.remoting.transport.socket that throw ConnectionFailedException | |
protected void |
SocketClientInvoker.handleConnect()
|
protected byte[] |
SocketClientInvoker.transport(String sessionId,
byte[] buffer)
called to transport the marshalled invocation to the remote destination, and receive back the marshalled invocation bytes back. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||