public class OwThreadAdviser extends Object implements OwAdviser
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
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object... advices_p) |
static OwThreadAdviser |
currentAdviser() |
<A> List<A> |
get(Class<A> advicerClass_p) |
void |
remove(Object... advices_p) |
public static OwThreadAdviser currentAdviser()
public void add(Object... advices_p) throws OwInvalidOperationException
add in interface OwAdviserOwInvalidOperationExceptionpublic void remove(Object... advices_p) throws OwInvalidOperationException
remove in interface OwAdviserOwInvalidOperationExceptionpublic <A> List<A> get(Class<A> advicerClass_p) throws OwInvalidOperationException
get in interface OwAdviserOwInvalidOperationExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.