JAC project
AOPSYS
CEDRIC & LIP6 labs

org.objectweb.jac.aspects.hibernate
Class EndPersistentSessionWrapper

java.lang.Object
  |
  +--org.objectweb.jac.core.Wrapper
        |
        +--org.objectweb.jac.aspects.hibernate.EndPersistentSessionWrapper
All Implemented Interfaces:
Serializable

public class EndPersistentSessionWrapper
extends Wrapper

This wrapper delimits the end of a persistent session.

Version:
1.0
Author:
Lionel Seinturier
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.jac.core.Wrapper
ac
 
Constructor Summary
EndPersistentSessionWrapper(AspectComponent ac)
           
 
Method Summary
 Object end(Interaction interaction)
          Wrapping method around pointcuts where a persistent session ends.
 
Methods inherited from class org.objectweb.jac.core.Wrapper
attr, attrdef, defines, getAspectComponent, getAspectComponentName, getExceptionHandlers, proceed, setAspectComponent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndPersistentSessionWrapper

public EndPersistentSessionWrapper(AspectComponent ac)
Method Detail

end

public Object end(Interaction interaction)
Wrapping method around pointcuts where a persistent session ends.


Contact JAC development team:
Renaud Pawlak
Lionel Seinturier
Laurent Martelli