Package net.sf.jzeno.aop

This package provides the aspect-oriented framework used by jZeno as well as some support classes for Hibernate.

See:
          Description

Interface Summary
Aspect This interface is implemented by all aspects in the system.
AspectChainModifier This interface allows you to define a piece of code that can modify the standard aspect chain.
 

Class Summary
AbstractAspect  
AbstractBusinessFactory Class provided for backward-compatability.
AnonymousUser  
AspectManager This class is responsible for the interpositioning calls to the business facades.
AutoLoginHelper Helper class for the hack in login.jsp to allow remote logins from the DHTML portion.
AutoSyncAspect Aspect that implements auto sync behaviour
AutoSyncProperties Singleton that holds configuation for autosync aspect uses 'autosync.properties' to see which business methods should be called without autosync support An entry in this file looks like:

e.g. com.dhl.calms.business.ReferenceDataFacade.save

AutoSyncSession Helper class for autosync functionality.
CallByValueAspect This aspect takes care of checking security on the business facades.
Criteria Wrapper around the org.hibernate.Criteria class.
DelegationAspect This is allways the last aspect in the chain, and takes care of invoking the target object.
EvictTrapAspect This aspect starts and stops evict trapping for the DomainCache
HibernateNamingStrategy  
LoggingAspect This aspect implements logging of calls to the business facades.
MonitoringAspect This aspect implements production monitoring of the business facades.
OriginalValuesAspect This aspect stores the original values of the returning objects.
PersistencySupport Provides convenient access to Hibernate related stuff without the need of having any 'hook'.
Query Wrapper around org.hibernate.Query.
RetryDeadlockAspect This aspect takes care of retrying a business call when a dead-lock occurs.
SecurityAspect This aspect takes care of checking security on the business facades.
SecuritySupport This class allows you to perfom security related operations from any part of your application.
ServletSupport This class allows you access to low level objects from the Servlet API.
Session This session decorator allows us to detect deletes and updates to objects.
TransactionAspect This aspect implements the transaction behaviour.
 

Package net.sf.jzeno.aop Description

This package provides the aspect-oriented framework used by jZeno as well as some support classes for Hibernate.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: