| Interface | Description |
|---|---|
| OwAdviser |
An advice collection.
|
| OwJoinPointResultCollector |
A join point defines when an advice must run .
|
| OwNativeSearchAdvice |
OwNativeSearchAdvice.
|
| Class | Description |
|---|---|
| OwAdvicedProxy |
A
Proxy InvocationHandler and factory ( see OwAdvicedProxy.newAdvicedProxy(Object, Class, Object...)) to be used
in advice based contexts. |
| OwBooleanCollector |
Boolean result
OwrReturnTypeCollector. |
| OwJoinPoint |
A join point defines when an advice must run .
|
| OwPeerMethodCollector |
An
OwReflectiveCollector that collects results through methods
having the same name as the advice method and an argument that matches the type
of the advice method return type. |
| OwReflectiveCollector |
A result collector that uses reflection to match an abstract collect method
for each advice method call result.
|
| OwrReturnTypeCollector |
An
OwReflectiveCollector that collects results through methods
than are named "collect" and have an argument that matches the type
of the advice method return type. |
| OwThreadAdviser |
A thread localized advice collection.
|
| Annotation Type | Description |
|---|---|
| OwAdvice |
Interfaces marked with this annotation are considered eaop-advice-interfaces
by the
OwAdvisers. |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.