org.objectweb.jonas.jndi.checker
Interface IResourceCheckerInfo

All Known Implementing Classes:
UnknownResourceCheckerInfo

public interface IResourceCheckerInfo

Info for the resource checker. It can give some hints to the resource checker.

Author:
Florent Benoit

Method Summary
 java.lang.String getCallerInfo()
           
 int getCheckPoint()
           
 

Method Detail

getCheckPoint

public int getCheckPoint()
Returns:
checkpoint of the caller.

getCallerInfo

public java.lang.String getCallerInfo()
Returns:
data for identifying the current caller (EJB Name, Servlet Name, etc)