public class ExoBlockchainTransactionAspect extends Object
| Constructor and Description |
|---|
ExoBlockchainTransactionAspect() |
| Modifier and Type | Method and Description |
|---|---|
Object |
around(org.aspectj.lang.ProceedingJoinPoint point)
Encapsulate method annotated with
ExoBlockchainTransaction to
ensure that it's executed in Webapp ClassLoader where the bouncycastle is
defined with a newer version than platform, see PLF-8132 |
public Object around(org.aspectj.lang.ProceedingJoinPoint point) throws Throwable
ExoBlockchainTransaction to
ensure that it's executed in Webapp ClassLoader where the bouncycastle is
defined with a newer version than platform, see PLF-8132point - processing pointThrowable - if processing point throws an exception or the webapp
class loader isn't foundCopyright © 2003–2019 eXo Platform SAS. All rights reserved.