jasco.runtime.aspect.factory
Class PerAllAspectFactory

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

public class PerAllAspectFactory
extends java.lang.Object
implements IAspectFactory, DoNotCache

Author:
Wim

Constructor Summary
PerAllAspectFactory()
           
 
Method Summary
 IHook getAspectInstance(MethodJoinpoint jp, IAspectInstanceCreator creator)
          Returns the aspect instance applicable at this joinpoint.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerAllAspectFactory

public PerAllAspectFactory()
Method Detail

getAspectInstance

public IHook getAspectInstance(MethodJoinpoint jp,
                               IAspectInstanceCreator creator)
Description copied from interface: IAspectFactory
Returns the aspect instance applicable at this joinpoint. Use the creator for instantiating new hooks if necessary.

Specified by:
getAspectInstance in interface IAspectFactory
Parameters:
jp - current joinpoint
creator - new hook creator
Returns:
the hook instance for jp