Package jasco.runtime.aspect.factory

Interface Summary
IAspectFactory Interface for custom aspect factories.
IAspectInstanceCreator  
IPredefinedAspectFactory  
 

Class Summary
AbstractAspectFactory convenience class.
AspectHashTest These unit tests embody some assumptions of the PerBindingAspectFactory class
DefaultAspectFactory Default implementation of aspect factory.
PerAllAspectFactory  
PerAspectBeanAspectFactory  
PerBindingAspectFactory  
PerClassAspectFactory  
PerFirstArgAspectFactory  
PerMethodAspectFactory  
PerObjectAspectFactory  
PerThreadAspectFactory  
RuntimePerInstanceAspectFactory  
WeakReferenceAspectFactory An aspect factory implementation that is memory leak safe.
 

Exception Summary
HookInstantiationFailed Exception thrown when an instance of IAspectInstanceCreator is unable to instantiate and initialize the requested hook.