org.codehaus.aspectwerkz.joinpoint
Interface EnclosingStaticJoinPoint

All Known Implementing Classes:
EnclosingStaticJoinPointImpl

public interface EnclosingStaticJoinPoint

Implements the join point concept, e.g. defines a well defined point in the program flow.

Provides access to only static data, is therefore much more performant than the usage of the JoinPoint interface.

Author:
Alex Popescu

Method Summary
 Signature getSignature()
          Returns the signature for the join point.
 JoinPointType getType()
           
 

Method Detail

getSignature

Signature getSignature()
Returns the signature for the join point.

Returns:
the signature

getType

JoinPointType getType()
Returns:


Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.