org.inspektr.common.spi
Interface ClientInfoResolver

All Known Implementing Classes:
DefaultClientInfoResolver

public interface ClientInfoResolver

Interface for resolving the ClientInfo object.

Since:
1.0
Version:
$Revision$ $Date$
Author:
Scott Battaglia

Method Summary
 ClientInfo resolveFrom(org.aspectj.lang.JoinPoint joinPoint, Object retVal)
          Resolve the ClientInfo from the provided arguments and return value.
 

Method Detail

resolveFrom

ClientInfo resolveFrom(org.aspectj.lang.JoinPoint joinPoint,
                       Object retVal)
Resolve the ClientInfo from the provided arguments and return value.

Parameters:
joinPoint - the point where the join occurred.
retVal - the return value from the method call.
Returns:
the constructed ClientInfo object. Should never return null!


Copyright © 2007-2012. All Rights Reserved.