com.evolveum.midpoint.util.aspect
Class MidpointAspect

java.lang.Object
  extended by com.evolveum.midpoint.util.aspect.MidpointAspect

public class MidpointAspect
extends Object


Field Summary
static String INDENT_STRING
           
static String SUBSYSTEM_MODEL
           
static String SUBSYSTEM_PROVISIONING
           
static String SUBSYSTEM_REPOSITORY
           
static String SUBSYSTEM_RESOURCEOBJECTCHANGELISTENER
           
static String SUBSYSTEM_TASKMANAGER
           
static String SUBSYSTEM_UCF
           
static String SUBSYSTEM_WEB
           
static String[] SUBSYSTEMS
           
 
Constructor Summary
MidpointAspect()
           
 
Method Summary
 void entriesIntoModel()
           
 void entriesIntoProvisioning()
           
 void entriesIntoRepository()
           
 void entriesIntoResourceObjectChangeListener()
           
 void entriesIntoTaskManager()
           
 void entriesIntoUcf()
           
 void entriesIntoWeb()
           
 Object processModelNdc(org.aspectj.lang.ProceedingJoinPoint pjp)
           
 Object processProvisioningNdc(org.aspectj.lang.ProceedingJoinPoint pjp)
           
 Object processRepositoryNdc(org.aspectj.lang.ProceedingJoinPoint pjp)
           
 Object processResourceObjectChangeListenerNdc(org.aspectj.lang.ProceedingJoinPoint pjp)
           
 Object processTaskManagerNdc(org.aspectj.lang.ProceedingJoinPoint pjp)
           
 Object processUcfNdc(org.aspectj.lang.ProceedingJoinPoint pjp)
           
 Object processWebNdc(org.aspectj.lang.ProceedingJoinPoint pjp)
           
static String swapSubsystemMark(String subsystemName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INDENT_STRING

public static final String INDENT_STRING
See Also:
Constant Field Values

SUBSYSTEM_REPOSITORY

public static final String SUBSYSTEM_REPOSITORY
See Also:
Constant Field Values

SUBSYSTEM_TASKMANAGER

public static final String SUBSYSTEM_TASKMANAGER
See Also:
Constant Field Values

SUBSYSTEM_PROVISIONING

public static final String SUBSYSTEM_PROVISIONING
See Also:
Constant Field Values

SUBSYSTEM_RESOURCEOBJECTCHANGELISTENER

public static final String SUBSYSTEM_RESOURCEOBJECTCHANGELISTENER
See Also:
Constant Field Values

SUBSYSTEM_MODEL

public static final String SUBSYSTEM_MODEL
See Also:
Constant Field Values

SUBSYSTEM_WEB

public static final String SUBSYSTEM_WEB
See Also:
Constant Field Values

SUBSYSTEM_UCF

public static final String SUBSYSTEM_UCF
See Also:
Constant Field Values

SUBSYSTEMS

public static final String[] SUBSYSTEMS
Constructor Detail

MidpointAspect

public MidpointAspect()
Method Detail

processRepositoryNdc

public Object processRepositoryNdc(org.aspectj.lang.ProceedingJoinPoint pjp)
                            throws Throwable
Throws:
Throwable

processTaskManagerNdc

public Object processTaskManagerNdc(org.aspectj.lang.ProceedingJoinPoint pjp)
                             throws Throwable
Throws:
Throwable

processProvisioningNdc

public Object processProvisioningNdc(org.aspectj.lang.ProceedingJoinPoint pjp)
                              throws Throwable
Throws:
Throwable

processResourceObjectChangeListenerNdc

public Object processResourceObjectChangeListenerNdc(org.aspectj.lang.ProceedingJoinPoint pjp)
                                              throws Throwable
Throws:
Throwable

processModelNdc

public Object processModelNdc(org.aspectj.lang.ProceedingJoinPoint pjp)
                       throws Throwable
Throws:
Throwable

processWebNdc

public Object processWebNdc(org.aspectj.lang.ProceedingJoinPoint pjp)
                     throws Throwable
Throws:
Throwable

processUcfNdc

public Object processUcfNdc(org.aspectj.lang.ProceedingJoinPoint pjp)
                     throws Throwable
Throws:
Throwable

swapSubsystemMark

public static String swapSubsystemMark(String subsystemName)

entriesIntoRepository

public void entriesIntoRepository()

entriesIntoTaskManager

public void entriesIntoTaskManager()

entriesIntoProvisioning

public void entriesIntoProvisioning()

entriesIntoResourceObjectChangeListener

public void entriesIntoResourceObjectChangeListener()

entriesIntoModel

public void entriesIntoModel()

entriesIntoWeb

public void entriesIntoWeb()

entriesIntoUcf

public void entriesIntoUcf()


Copyright © 2013 evolveum. All Rights Reserved.