protected class AbstractContentAccessor.ChannelCloseCallbackAdvise extends 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 |
---|
ChannelCloseCallbackAdvise(List<org.alfresco.service.cmr.repository.ContentStreamListener> listeners) |
Modifier and Type | Method and Description |
---|---|
void |
afterReturning(Object returnValue,
Method method,
Object[] args,
Object target)
Provides transactional callbacks to the listeners
|
public ChannelCloseCallbackAdvise(List<org.alfresco.service.cmr.repository.ContentStreamListener> listeners)
Copyright © 2005–2017 Alfresco Software. All rights reserved.