Class ServiceContextAdvice

Object
com.liferay.portal.kernel.aop.ChainableMethodAdvice
com.liferay.portal.service.ServiceContextAdvice

public class ServiceContextAdvice extends com.liferay.portal.kernel.aop.ChainableMethodAdvice
Author:
Preston Crary
  • Constructor Details

    • ServiceContextAdvice

      public ServiceContextAdvice()
  • Method Details

    • createMethodContext

      public Object createMethodContext(Class<?> targetClass, Method method, Map<Class<? extends Annotation>,Annotation> annotations)
      Specified by:
      createMethodContext in class com.liferay.portal.kernel.aop.ChainableMethodAdvice
    • invoke

      public Object invoke(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation, Object[] arguments) throws Throwable
      Overrides:
      invoke in class com.liferay.portal.kernel.aop.ChainableMethodAdvice
      Throws:
      Throwable