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

java.lang.Object
  extended by com.wewebu.ow.server.ecm.eaop.OwJoinPoint
All Implemented Interfaces:
InvocationHandler

public class OwJoinPoint
extends Object
implements InvocationHandler

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
 Object invoke(Object proxy_p, Method method_p, Object[] args_p)
           
static
<A> A
joinPoint(Class<A> adviceClass_p, OwJoinPointResultCollector resultColector_p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

joinPoint

public static <A> A joinPoint(Class<A> adviceClass_p,
                              OwJoinPointResultCollector resultColector_p)
                   throws OwException
Throws:
OwException

invoke

public Object invoke(Object proxy_p,
                     Method method_p,
                     Object[] args_p)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.