com.wewebu.ow.server.ecm.eaop
Class OwrReturnTypeCollector

java.lang.Object
  extended by com.wewebu.ow.server.ecm.eaop.OwReflectiveCollector
      extended by com.wewebu.ow.server.ecm.eaop.OwrReturnTypeCollector
All Implemented Interfaces:
OwJoinPointResultCollector
Direct Known Subclasses:
OwBooleanCollector

public abstract class OwrReturnTypeCollector
extends OwReflectiveCollector

An OwReflectiveCollector that collects results through methods than are named "collect" and have an argument that matches the type of the advice method return type.

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

Constructor Summary
OwrReturnTypeCollector()
           
 
Method Summary
protected  Method findCollectMethod(Method method_p)
           
 
Methods inherited from class com.wewebu.ow.server.ecm.eaop.OwReflectiveCollector
canCollect, collect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.wewebu.ow.server.ecm.eaop.OwJoinPointResultCollector
getResult
 

Constructor Detail

OwrReturnTypeCollector

public OwrReturnTypeCollector()
Method Detail

findCollectMethod

protected final Method findCollectMethod(Method method_p)
                                  throws OwException
Specified by:
findCollectMethod in class OwReflectiveCollector
Throws:
OwException


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.