Uses of Class
org.eclipse.net4j.signal.RemoteException
- 
Packages that use RemoteException Package Description org.eclipse.net4j.buffer The Net4j transport layer concepts for dealing with buffers.org.eclipse.net4j.signal A framework for request/response based communication on top of the Net4j transport layer.
- 
- 
Uses of RemoteException in org.eclipse.net4j.bufferMethods in org.eclipse.net4j.buffer with parameters of type RemoteException Modifier and Type Method Description voidBufferInputStream. setException(RemoteException exception)
- 
Uses of RemoteException in org.eclipse.net4j.signalMethods in org.eclipse.net4j.signal that throw RemoteException Modifier and Type Method Description RESULTRequestWithConfirmation. send()RESULTRequestWithConfirmation. send(long timeout)RESULTRequestWithMonitoring. send()RESULTRequestWithMonitoring. send(long timeout)RESULTRequestWithMonitoring. send(long timeout, org.eclipse.net4j.util.om.monitor.OMMonitor monitor)RESULTRequestWithMonitoring. send(org.eclipse.net4j.util.om.monitor.OMMonitor monitor)
 
-