org.inspektr.error.spi
Interface CurrentContextPrincipalResolver


public interface CurrentContextPrincipalResolver

An SPI interface to be implemented by applications using the edu.rutgers.enterprise.inspektr.errorlog.support.DefaultErrorLogManager. This interface will provide contextual information regarding the principal incurring the error condition to be reported.

Since:
1.0
Version:
$Revision: 1.2 $ $Date: 2007/07/11 20:48:47 $
Author:
lleung

Method Summary
 java.lang.String resolve()
          Resolve the principal involved in the context incurring the error condition.
 

Method Detail

resolve

java.lang.String resolve()
Resolve the principal involved in the context incurring the error condition.

Returns:
A description of the principal.


Copyright © 2007-2009. All Rights Reserved.