com.wewebu.ow.server.ecm.eaop
Interface OwJoinPointResultCollector

All Known Implementing Classes:
OwBooleanCollector, OwPeerMethodCollector, OwReflectiveCollector, OwrReturnTypeCollector

public interface OwJoinPointResultCollector

A join point defines when an advice must run . As many advice interfaces can be matched to specific join point their returned results are merged by a OwJoinPointResultCollector.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com

Since:
4.0.0.0

Method Summary
 boolean canCollect(Method method_p)
           
 void collect(Method method_p, Object advice_p, Object[] args_p, Object result_p)
           
 Object getResult()
           
 

Method Detail

canCollect

boolean canCollect(Method method_p)
                   throws OwException
Throws:
OwException

collect

void collect(Method method_p,
             Object advice_p,
             Object[] args_p,
             Object result_p)
             throws OwException
Throws:
OwException

getResult

Object getResult()


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.