jasco.runtime.aspect.factory
Class PerClassAspectFactory

java.lang.Object
  extended by jasco.runtime.aspect.factory.DefaultAspectFactory
      extended by jasco.runtime.aspect.factory.PerClassAspectFactory
All Implemented Interfaces:
IAspectFactory, DoNotCache

public class PerClassAspectFactory
extends DefaultAspectFactory
implements DoNotCache

Author:
Wim

Constructor Summary
PerClassAspectFactory()
           
 
Method Summary
 java.lang.Object getKey(MethodJoinpoint jp)
          Returns the key for looking up hooks given this joinpoint.
 
Methods inherited from class jasco.runtime.aspect.factory.DefaultAspectFactory
getAspectInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerClassAspectFactory

public PerClassAspectFactory()
Method Detail

getKey

public java.lang.Object getKey(MethodJoinpoint jp)
Description copied from class: DefaultAspectFactory
Returns the key for looking up hooks given this joinpoint. Key may be null, default hook is used in that case.

Specified by:
getKey in class DefaultAspectFactory
Parameters:
jp - joinpoint
Returns:
a key for looking up hooks