Uses of Interface
net.floodlightcontroller.storage.IStorageExceptionHandler

Packages that use IStorageExceptionHandler
net.floodlightcontroller.storage   
 

Uses of IStorageExceptionHandler in net.floodlightcontroller.storage
 

Fields in net.floodlightcontroller.storage declared as IStorageExceptionHandler
protected  IStorageExceptionHandler AbstractStorageSource.exceptionHandler
           
 

Methods in net.floodlightcontroller.storage with parameters of type IStorageExceptionHandler
 void IStorageSourceService.setExceptionHandler(IStorageExceptionHandler exceptionHandler)
          Set exception handler to use for asynchronous operations.
 void AbstractStorageSource.setExceptionHandler(IStorageExceptionHandler exceptionHandler)