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