jasco.runtime.aspect.factory
Class DefaultAspectFactory

java.lang.Object
  extended by jasco.runtime.aspect.factory.AbstractAspectFactory
      extended by jasco.runtime.aspect.factory.DefaultAspectFactory
All Implemented Interfaces:
IAspectFactory
Direct Known Subclasses:
PerBindingAspectFactory, PerClassAspectFactory, PerMethodAspectFactory

public abstract class DefaultAspectFactory
extends AbstractAspectFactory

Default implementation of aspect factory. Uses a Hashtable for storing key,hook pairs. WAARNING: all keys are never garbage collected!

Author:
Wim
See Also:
WeakReferenceAspectFactory

Constructor Summary
DefaultAspectFactory()
           
 
Method Summary
 
Methods inherited from class jasco.runtime.aspect.factory.AbstractAspectFactory
fetchHook, getAll, getAspectInstance, getAspectInstance, getKey, storeHook
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAspectFactory

public DefaultAspectFactory()