Package org.alfresco.repo.content
Class AbstractContentAccessor.ChannelCloseCallbackAdvise
java.lang.Object
org.alfresco.repo.content.AbstractContentAccessor.ChannelCloseCallbackAdvise
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.springframework.aop.AfterAdvice,org.springframework.aop.AfterReturningAdvice
- Enclosing class:
- AbstractContentAccessor
protected class AbstractContentAccessor.ChannelCloseCallbackAdvise
extends Object
implements org.springframework.aop.AfterReturningAdvice
Advise that listens for the completion of specific methods on the
ByteChannel interface. This advise reacts
only in the afterReturning phase
so that the underlying stream methods have been successfully completed.- Author:
- Derek Hulley
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterReturning(Object returnValue, Method method, Object[] args, Object target) Provides transactional callbacks to the listeners
-
Constructor Details
-
ChannelCloseCallbackAdvise
-
-
Method Details