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,
java.lang.Object retVal)
Resolve the ClientInfo from the provided arguments and return value. |
resolveFrom
ClientInfo resolveFrom(org.aspectj.lang.JoinPoint joinPoint,
java.lang.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.
Copyright © 2007-2009. All Rights Reserved.