Uses of Class
org.eclipse.net4j.signal.RemoteException

Packages that use RemoteException
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.buffer
 

Methods in org.eclipse.net4j.buffer with parameters of type RemoteException
 void BufferInputStream.setException(RemoteException exception)
           
 

Uses of RemoteException in org.eclipse.net4j.signal
 

Methods in org.eclipse.net4j.signal that throw RemoteException
 RESULT RequestWithConfirmation.send()
           
 RESULT RequestWithMonitoring.send()
           
 RESULT RequestWithConfirmation.send(long timeout)
           
 RESULT RequestWithMonitoring.send(long timeout)
           
 RESULT RequestWithMonitoring.send(long timeout, OMMonitor monitor)
           
 RESULT RequestWithMonitoring.send(OMMonitor monitor)
           
 



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.