protected class AbstractContentAccessor.ChannelCloseCallbackAdvise
extends java.lang.Object
implements org.springframework.aop.AfterReturningAdvice
ByteChannel interface. This advise reacts
only in the afterReturning phase
so that the underlying stream methods have been successfully completed.| Constructor and Description |
|---|
AbstractContentAccessor.ChannelCloseCallbackAdvise(java.util.List listeners) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterReturning(java.lang.Object returnValue,
java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.Object target)
Provides transactional callbacks to the listeners
|
public AbstractContentAccessor.ChannelCloseCallbackAdvise(java.util.List listeners)
public void afterReturning(java.lang.Object returnValue,
java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.Object target)
throws java.lang.Throwable
afterReturning in interface org.springframework.aop.AfterReturningAdvicejava.lang.ThrowableCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.