Class STServiceAspect

java.lang.Object
it.uniroma2.art.semanticturkey.tx.STServiceAspect
All Implemented Interfaces:
org.springframework.core.Ordered

public class STServiceAspect extends Object implements org.springframework.core.Ordered
Aspect wrapping the execution of a service method with appropriate bookkeeping logic.
Author:
Manuel Fiorelli
  • Constructor Details

    • STServiceAspect

      public STServiceAspect()
  • Method Details

    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered
    • setOrder

      public void setOrder(int order)
    • stNewerNewStyleServiceMethod

      public void stNewerNewStyleServiceMethod()
    • beforeNewerNewStyleServiceInvocation

      public void beforeNewerNewStyleServiceInvocation(org.aspectj.lang.JoinPoint joinPoint) throws Throwable
      Throws:
      Throwable
    • afterNewerNewStyleServiceInvocation

      public void afterNewerNewStyleServiceInvocation() throws Throwable
      Throws:
      Throwable
    • getCurrentServiceInvocation

      public static STServiceInvocaton getCurrentServiceInvocation()