org.objectweb.jonas.jndi.checker
Interface IResourceChecker

All Known Subinterfaces:
IResourceCheckerManager
All Known Implementing Classes:
DatasourceWrapper, ResourceCheckerManager

public interface IResourceChecker

Checker of resources

Author:
Florent Benoit

Method Summary
 void detect(IResourceCheckerInfo resourceCheckerInfo)
          Callback occuring in order to check if there are problems.
 

Method Detail

detect

public void detect(IResourceCheckerInfo resourceCheckerInfo)
Callback occuring in order to check if there are problems.

Parameters:
resourceCheckerInfo - some data for the resource checker