public class OwAdvicedProxy extends Object implements InvocationHandler
Proxy
InvocationHandler
and factory ( see newAdvicedProxy(Object, Class, Object...)
) to be used
in advice based contexts.
It ensures isolated advice delegate calls to given objects.
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
public static <I> I newAdvicedProxy(Object object_p, Class<I> interface_p, Object... advices_p) throws OwInvalidOperationException
object_p
- interface_p
- advices_p
- Proxy
for the given object that will be called in isolated adviced contextsOwInvalidOperationException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.