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 OwAdviser
OwInvalidOperationException
public void remove(Object... advices_p) throws OwInvalidOperationException
remove
in interface OwAdviser
OwInvalidOperationException
public <A> List<A> get(Class<A> advicerClass_p) throws OwInvalidOperationException
get
in interface OwAdviser
OwInvalidOperationException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.