com.wewebu.ow.server.ecm.eaop
Interface OwAdviser

All Known Implementing Classes:
OwThreadAdviser

public interface OwAdviser

An advice collection.

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
 void add(Object... advices_p)
           
<A> List<A>
get(Class<A> advicerClass_p)
           
 void remove(Object... advices_p)
           
 

Method Detail

add

void add(Object... advices_p)
         throws OwInvalidOperationException
Throws:
OwInvalidOperationException

remove

void remove(Object... advices_p)
            throws OwInvalidOperationException
Throws:
OwInvalidOperationException

get

<A> List<A> get(Class<A> advicerClass_p)
            throws OwInvalidOperationException
Throws:
OwInvalidOperationException


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.