org.qi4j.api.concern
Class GenericConcern

java.lang.Object
  extended by org.qi4j.api.concern.ConcernOf<InvocationHandler>
      extended by org.qi4j.api.concern.GenericConcern
All Implemented Interfaces:
InvocationHandler
Direct Known Subclasses:
ApplicationEventCreationConcern, BreakCircuitConcern, DomainEventCreationConcern, UnitOfWorkConcern

public abstract class GenericConcern
extends ConcernOf<InvocationHandler>
implements InvocationHandler

Base class for generic Concerns. Subclass and implement the "invoke" method. Use the "next" field in ConcernOf to continue the invocation chain.


Field Summary
 
Fields inherited from class org.qi4j.api.concern.ConcernOf
next
 
Constructor Summary
GenericConcern()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke
 

Constructor Detail

GenericConcern

public GenericConcern()