Uses of Class
org.openqa.grid.common.exception.RemoteException

Packages that use RemoteException
org.openqa.grid.common.exception   
org.openqa.grid.internal.listeners   
org.openqa.grid.selenium.proxy   
 

Uses of RemoteException in org.openqa.grid.common.exception
 

Subclasses of RemoteException in org.openqa.grid.common.exception
 class RemoteNotReachableException
           
 class RemoteUnregisterException
           
 

Uses of RemoteException in org.openqa.grid.internal.listeners
 

Methods in org.openqa.grid.internal.listeners with parameters of type RemoteException
 void SelfHealingProxy.addNewEvent(RemoteException event)
          Allow to record when something important about the remote state is detected.
 void SelfHealingProxy.onEvent(List<RemoteException> events, RemoteException lastInserted)
          Allow to process the list of all the events that were detected on this Remote so far.
 

Method parameters in org.openqa.grid.internal.listeners with type arguments of type RemoteException
 void SelfHealingProxy.onEvent(List<RemoteException> events, RemoteException lastInserted)
          Allow to process the list of all the events that were detected on this Remote so far.
 

Uses of RemoteException in org.openqa.grid.selenium.proxy
 

Methods in org.openqa.grid.selenium.proxy with parameters of type RemoteException
 void DefaultRemoteProxy.addNewEvent(RemoteException event)
           
 void DefaultRemoteProxy.onEvent(List<RemoteException> events, RemoteException lastInserted)
           
 

Method parameters in org.openqa.grid.selenium.proxy with type arguments of type RemoteException
 void DefaultRemoteProxy.onEvent(List<RemoteException> events, RemoteException lastInserted)
           
 



Copyright © 2012. All Rights Reserved.