org.openqa.grid.internal.listeners
Interface RegistrationListener


public interface RegistrationListener

To be implemented by a class extending RemoteProxy


Method Summary
 void beforeRegistration()
          Will be run before the proxy you register is added to the Registry, letting you run the configuration / validation necessary before the proxy becomes accessible to the clients.
 

Method Detail

beforeRegistration

void beforeRegistration()
Will be run before the proxy you register is added to the Registry, letting you run the configuration / validation necessary before the proxy becomes accessible to the clients.

If an exception is thrown, the proxy won't be registered.



Copyright © 2011. All Rights Reserved.