org.ow2.jonas.jndi.checker.api
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

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

Parameters:
resourceCheckerInfo - some data for the resource checker


Copyright © 2010 OW2 Consortium. All Rights Reserved.