|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConnectionFailedException in org.jboss.remoting |
Methods in org.jboss.remoting that throw ConnectionFailedException | |
protected abstract java.lang.Object |
RemoteClientInvoker.transport(java.lang.String sessionId,
java.lang.Object invocation,
java.util.Map metadata,
Marshaller marshaller,
UnMarshaller unmarshaller)
|
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. |
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.http |
Methods in org.jboss.remoting.transport.http that throw ConnectionFailedException | |
protected java.lang.Object |
HTTPClientInvoker.transport(java.lang.String sessionId,
java.lang.Object invocation,
java.util.Map metadata,
Marshaller marshaller,
UnMarshaller unmarshaller)
|
protected void |
HTTPClientInvoker.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.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.multiplex |
Methods in org.jboss.remoting.transport.multiplex that throw ConnectionFailedException | |
protected java.lang.Object |
MultiplexClientInvoker.transport(java.lang.String sessionId,
java.lang.Object invocation,
java.util.Map metadata,
Marshaller marshaller,
UnMarshaller unmarshaller)
|
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 java.lang.Object |
RMIClientInvoker.transport(java.lang.String sessionId,
java.lang.Object invocation,
java.util.Map metadata,
Marshaller marshaller,
UnMarshaller unmarshaller)
|
Uses of ConnectionFailedException in org.jboss.remoting.transport.socket |
Methods in org.jboss.remoting.transport.socket that throw ConnectionFailedException | |
protected void |
SocketClientInvoker.handleConnect()
|
protected java.lang.Object |
SocketClientInvoker.transport(java.lang.String sessionId,
java.lang.Object invocation,
java.util.Map metadata,
Marshaller marshaller,
UnMarshaller unmarshaller)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |