org.aspectj.runtime.reflect.Factory Java Examples

The following examples show how to use org.aspectj.runtime.reflect.Factory. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: ExecutorIntegrationModuleV3Impl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "0.ExecutorIntegrationModule#createFeedback"
)
public void createFeedback(String prescriberId, String rid, byte[] feedbackText) throws IntegrationModuleException {
   JoinPoint.StaticPart var10000 = ajc$tjp_6;
   Object[] var15 = new Object[]{prescriberId, rid, feedbackText};
   JoinPoint var14 = Factory.makeJP(var10000, this, this, (Object[])var15);
   TimingAspect var17 = TimingAspect.aspectOf();
   Object[] var16 = new Object[]{this, prescriberId, rid, feedbackText, var14};
   ProceedingJoinPoint var10001 = (new ExecutorIntegrationModuleV3Impl$AjcClosure13(var16)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$6;
   if (ajc$anno$6 == null) {
      var10002 = ajc$anno$6 = ExecutorIntegrationModuleV3Impl.class.getDeclaredMethod("createFeedback", String.class, String.class, byte[].class).getAnnotation(Profiled.class);
   }

   var17.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #2
Source File: ExecutorIntegrationModuleImpl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "0.ExecutorIntegrationModule#createFeedback"
)
public void createFeedback(String prescriberId, String rid, byte[] feedbackText) throws IntegrationModuleException {
   JoinPoint.StaticPart var10000 = ajc$tjp_6;
   Object[] var15 = new Object[]{prescriberId, rid, feedbackText};
   JoinPoint var14 = Factory.makeJP(var10000, this, this, (Object[])var15);
   TimingAspect var17 = TimingAspect.aspectOf();
   Object[] var16 = new Object[]{this, prescriberId, rid, feedbackText, var14};
   ProceedingJoinPoint var10001 = (new ExecutorIntegrationModuleImpl$AjcClosure13(var16)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$6;
   if (ajc$anno$6 == null) {
      var10002 = ajc$anno$6 = ExecutorIntegrationModuleImpl.class.getDeclaredMethod("createFeedback", String.class, String.class, byte[].class).getAnnotation(Profiled.class);
   }

   var17.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #3
Source File: ExecutorIntegrationModuleImpl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "0.ExecutorIntegrationModule#listNotifications"
)
public List<ListNotificationsItem> listNotifications(boolean readFlag) throws IntegrationModuleException {
   JoinPoint var7 = Factory.makeJP(ajc$tjp_5, this, this, (Object)Conversions.booleanObject(readFlag));
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var8 = new Object[]{this, Conversions.booleanObject(readFlag), var7};
   ProceedingJoinPoint var10001 = (new ExecutorIntegrationModuleImpl$AjcClosure11(var8)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$5;
   if (ajc$anno$5 == null) {
      var10002 = ajc$anno$5 = ExecutorIntegrationModuleImpl.class.getDeclaredMethod("listNotifications", Boolean.TYPE).getAnnotation(Profiled.class);
   }

   return (List)var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #4
Source File: ExecutorIntegrationModuleImpl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "0.ExecutorIntegrationModule#markAsDelivered"
)
public void markAsDelivered(String rid) throws IntegrationModuleException {
   JoinPoint var6 = Factory.makeJP(ajc$tjp_2, this, this, (Object)rid);
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var7 = new Object[]{this, rid, var6};
   ProceedingJoinPoint var10001 = (new ExecutorIntegrationModuleImpl$AjcClosure5(var7)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$2;
   if (ajc$anno$2 == null) {
      var10002 = ajc$anno$2 = ExecutorIntegrationModuleImpl.class.getDeclaredMethod("markAsDelivered", String.class).getAnnotation(Profiled.class);
   }

   var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #5
Source File: ExecutorIntegrationModuleImpl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "0.ExecutorIntegrationModule#markAsArchived"
)
public void markAsArchived(String rid) throws IntegrationModuleException {
   JoinPoint var6 = Factory.makeJP(ajc$tjp_1, this, this, (Object)rid);
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var7 = new Object[]{this, rid, var6};
   ProceedingJoinPoint var10001 = (new ExecutorIntegrationModuleImpl$AjcClosure3(var7)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$1;
   if (ajc$anno$1 == null) {
      var10002 = ajc$anno$1 = ExecutorIntegrationModuleImpl.class.getDeclaredMethod("markAsArchived", String.class).getAnnotation(Profiled.class);
   }

   var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #6
Source File: ExecutorIntegrationModuleImpl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "ExecutorIntegrationModule#getPrescription"
)
public GetPrescriptionForExecutorResult getPrescription(String rid) throws IntegrationModuleException {
   JoinPoint var8 = Factory.makeJP(ajc$tjp_0, this, this, (Object)rid);
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var9 = new Object[]{this, rid, var8};
   ProceedingJoinPoint var10001 = (new ExecutorIntegrationModuleImpl$AjcClosure1(var9)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$0;
   if (ajc$anno$0 == null) {
      var10002 = ajc$anno$0 = ExecutorIntegrationModuleImpl.class.getDeclaredMethod("getPrescription", String.class).getAnnotation(Profiled.class);
   }

   return (GetPrescriptionForExecutorResult)var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #7
Source File: ExecutorIntegrationModuleImpl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "0.ExecutorIntegrationModule#markAsUndelivered"
)
public void markAsUndelivered(String rid) throws IntegrationModuleException {
   JoinPoint var6 = Factory.makeJP(ajc$tjp_3, this, this, (Object)rid);
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var7 = new Object[]{this, rid, var6};
   ProceedingJoinPoint var10001 = (new ExecutorIntegrationModuleImpl$AjcClosure7(var7)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$3;
   if (ajc$anno$3 == null) {
      var10002 = ajc$anno$3 = ExecutorIntegrationModuleImpl.class.getDeclaredMethod("markAsUndelivered", String.class).getAnnotation(Profiled.class);
   }

   var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #8
Source File: TipConfigModuleImpl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "TipConfigModuleImpl#getLatestProductFilter",
   logger = "org.perf4j.TimingLogger_Executor"
)
public void getLatestProductFilter() throws IntegrationModuleException {
   JoinPoint var16 = Factory.makeJP(ajc$tjp_0, this, this);
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var17 = new Object[]{this, var16};
   ProceedingJoinPoint var10001 = (new TipConfigModuleImpl$AjcClosure1(var17)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$0;
   if (ajc$anno$0 == null) {
      var10002 = ajc$anno$0 = TipConfigModuleImpl.class.getDeclaredMethod("getLatestProductFilter").getAnnotation(Profiled.class);
   }

   var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #9
Source File: TipConfigModuleImpl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "TipConfigModuleImpl#getLatestTipConfig",
   logger = "org.perf4j.TimingLogger_Executor"
)
public void getLatestTIPConfig() throws IntegrationModuleException {
   JoinPoint var1 = Factory.makeJP(ajc$tjp_1, this, this);
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var2 = new Object[]{this, var1};
   ProceedingJoinPoint var10001 = (new TipConfigModuleImpl$AjcClosure3(var2)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$1;
   if (ajc$anno$1 == null) {
      var10002 = ajc$anno$1 = TipConfigModuleImpl.class.getDeclaredMethod("getLatestTIPConfig").getAnnotation(Profiled.class);
   }

   var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #10
Source File: TipConfigModuleImpl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "TipConfigModuleImpl#getLatestSystemServices",
   logger = "org.perf4j.TimingLogger_Executor"
)
public void getLatestSystemServices() throws IntegrationModuleException {
   JoinPoint var16 = Factory.makeJP(ajc$tjp_2, this, this);
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var17 = new Object[]{this, var16};
   ProceedingJoinPoint var10001 = (new TipConfigModuleImpl$AjcClosure5(var17)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$2;
   if (ajc$anno$2 == null) {
      var10002 = ajc$anno$2 = TipConfigModuleImpl.class.getDeclaredMethod("getLatestSystemServices").getAnnotation(Profiled.class);
   }

   var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #11
Source File: AbstractIntegrationModule.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "0.AbstractIntegrationModule#sealRequest",
   logger = "org.perf4j.TimingLogger_Common"
)
protected synchronized byte[] sealRequest(EncryptionToken paramEncryptionToken, byte[] paramArrayOfByte) throws IntegrationModuleException {
   JoinPoint var5 = Factory.makeJP(ajc$tjp_0, this, this, paramEncryptionToken, paramArrayOfByte);
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var6 = new Object[]{this, paramEncryptionToken, paramArrayOfByte, var5};
   ProceedingJoinPoint var10001 = (new AbstractIntegrationModule$AjcClosure1(var6)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$0;
   if (ajc$anno$0 == null) {
      var10002 = ajc$anno$0 = AbstractIntegrationModule.class.getDeclaredMethod("sealRequest", EncryptionToken.class, byte[].class).getAnnotation(Profiled.class);
   }

   return (byte[])var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #12
Source File: AbstractIntegrationModule.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "0.AbstractIntegrationModule#unsealRequest",
   logger = "org.perf4j.TimingLogger_Common"
)
protected byte[] unsealRequest(byte[] message) throws IntegrationModuleException {
   JoinPoint var3 = Factory.makeJP(ajc$tjp_1, this, this, (Object)message);
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var4 = new Object[]{this, message, var3};
   ProceedingJoinPoint var10001 = (new AbstractIntegrationModule$AjcClosure3(var4)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$1;
   if (ajc$anno$1 == null) {
      var10002 = ajc$anno$1 = AbstractIntegrationModule.class.getDeclaredMethod("unsealRequest", byte[].class).getAnnotation(Profiled.class);
   }

   return (byte[])var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #13
Source File: AbstractIntegrationModule.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "0.AbstractIntegrationModule#unsealPrescriptionForUnknown",
   logger = "org.perf4j.TimingLogger_Common"
)
protected byte[] unsealPrescriptionForUnknown(KeyResult key, byte[] protectedMessage) throws IntegrationModuleException {
   JoinPoint var5 = Factory.makeJP(ajc$tjp_2, this, this, key, protectedMessage);
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var6 = new Object[]{this, key, protectedMessage, var5};
   ProceedingJoinPoint var10001 = (new AbstractIntegrationModule$AjcClosure5(var6)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$2;
   if (ajc$anno$2 == null) {
      var10002 = ajc$anno$2 = AbstractIntegrationModule.class.getDeclaredMethod("unsealPrescriptionForUnknown", KeyResult.class, byte[].class).getAnnotation(Profiled.class);
   }

   return (byte[])var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #14
Source File: AbstractIntegrationModule.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "0.AbstractIntegrationModule#getKeyFromKgss",
   logger = "org.perf4j.TimingLogger_Common"
)
public KeyResult getKeyFromKgss(String keyId, byte[] myEtk) throws IntegrationModuleException {
   JoinPoint var9 = Factory.makeJP(ajc$tjp_3, this, this, keyId, myEtk);
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var10 = new Object[]{this, keyId, myEtk, var9};
   ProceedingJoinPoint var10001 = (new AbstractIntegrationModule$AjcClosure7(var10)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$3;
   if (ajc$anno$3 == null) {
      var10002 = ajc$anno$3 = AbstractIntegrationModule.class.getDeclaredMethod("getKeyFromKgss", String.class, byte[].class).getAnnotation(Profiled.class);
   }

   return (KeyResult)var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #15
Source File: ETKHelper.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "0.ETKHelper#getKGSS_ETK",
   logger = "org.perf4j.TimingLogger_Common"
)
public List<EncryptionToken> getKGSS_ETK() throws IntegrationModuleException {
   JoinPoint var1 = Factory.makeJP(ajc$tjp_0, this, this);
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var2 = new Object[]{this, var1};
   ProceedingJoinPoint var10001 = (new ETKHelper$AjcClosure1(var2)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$0;
   if (ajc$anno$0 == null) {
      var10002 = ajc$anno$0 = ETKHelper.class.getDeclaredMethod("getKGSS_ETK").getAnnotation(Profiled.class);
   }

   return (List)var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #16
Source File: ETKHelper.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "0.ETKHelper#getRecipe_ETK",
   logger = "org.perf4j.TimingLogger_Common"
)
public List<EncryptionToken> getRecipe_ETK() throws IntegrationModuleException {
   JoinPoint var1 = Factory.makeJP(ajc$tjp_1, this, this);
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var2 = new Object[]{this, var1};
   ProceedingJoinPoint var10001 = (new ETKHelper$AjcClosure3(var2)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$1;
   if (ajc$anno$1 == null) {
      var10002 = ajc$anno$1 = ETKHelper.class.getDeclaredMethod("getRecipe_ETK").getAnnotation(Profiled.class);
   }

   return (List)var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #17
Source File: ExecutorIntegrationModuleV3Impl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "0.ExecutorIntegrationModule#listNotifications"
)
public List<ListNotificationsItem> listNotifications(boolean readFlag) throws IntegrationModuleException {
   JoinPoint var7 = Factory.makeJP(ajc$tjp_5, this, this, (Object)Conversions.booleanObject(readFlag));
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var8 = new Object[]{this, Conversions.booleanObject(readFlag), var7};
   ProceedingJoinPoint var10001 = (new ExecutorIntegrationModuleV3Impl$AjcClosure11(var8)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$5;
   if (ajc$anno$5 == null) {
      var10002 = ajc$anno$5 = ExecutorIntegrationModuleV3Impl.class.getDeclaredMethod("listNotifications", Boolean.TYPE).getAnnotation(Profiled.class);
   }

   return (List)var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #18
Source File: ExecutorIntegrationModuleV3Impl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "0.ExecutorIntegrationModule#revokePrescription"
)
public void revokePrescription(String rid, String reason) throws IntegrationModuleException {
   JoinPoint var8 = Factory.makeJP(ajc$tjp_4, this, this, rid, reason);
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var9 = new Object[]{this, rid, reason, var8};
   ProceedingJoinPoint var10001 = (new ExecutorIntegrationModuleV3Impl$AjcClosure9(var9)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$4;
   if (ajc$anno$4 == null) {
      var10002 = ajc$anno$4 = ExecutorIntegrationModuleV3Impl.class.getDeclaredMethod("revokePrescription", String.class, String.class).getAnnotation(Profiled.class);
   }

   var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #19
Source File: ExecutorIntegrationModuleV3Impl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "0.ExecutorIntegrationModule#markAsUndelivered"
)
public void markAsUndelivered(String rid) throws IntegrationModuleException {
   JoinPoint var6 = Factory.makeJP(ajc$tjp_3, this, this, (Object)rid);
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var7 = new Object[]{this, rid, var6};
   ProceedingJoinPoint var10001 = (new ExecutorIntegrationModuleV3Impl$AjcClosure7(var7)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$3;
   if (ajc$anno$3 == null) {
      var10002 = ajc$anno$3 = ExecutorIntegrationModuleV3Impl.class.getDeclaredMethod("markAsUndelivered", String.class).getAnnotation(Profiled.class);
   }

   var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #20
Source File: ExecutorIntegrationModuleV3Impl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "0.ExecutorIntegrationModule#markAsDelivered"
)
public void markAsDelivered(String rid) throws IntegrationModuleException {
   JoinPoint var6 = Factory.makeJP(ajc$tjp_2, this, this, (Object)rid);
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var7 = new Object[]{this, rid, var6};
   ProceedingJoinPoint var10001 = (new ExecutorIntegrationModuleV3Impl$AjcClosure5(var7)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$2;
   if (ajc$anno$2 == null) {
      var10002 = ajc$anno$2 = ExecutorIntegrationModuleV3Impl.class.getDeclaredMethod("markAsDelivered", String.class).getAnnotation(Profiled.class);
   }

   var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #21
Source File: ExecutorIntegrationModuleV3Impl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "0.ExecutorIntegrationModule#markAsArchived"
)
public void markAsArchived(String rid) throws IntegrationModuleException {
   JoinPoint var6 = Factory.makeJP(ajc$tjp_1, this, this, (Object)rid);
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var7 = new Object[]{this, rid, var6};
   ProceedingJoinPoint var10001 = (new ExecutorIntegrationModuleV3Impl$AjcClosure3(var7)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$1;
   if (ajc$anno$1 == null) {
      var10002 = ajc$anno$1 = ExecutorIntegrationModuleV3Impl.class.getDeclaredMethod("markAsArchived", String.class).getAnnotation(Profiled.class);
   }

   var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #22
Source File: ExecutorIntegrationModuleV3Impl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "ExecutorIntegrationModule#getPrescription"
)
public GetPrescriptionForExecutorResult getPrescription(String rid) throws IntegrationModuleException {
   JoinPoint var8 = Factory.makeJP(ajc$tjp_0, this, this, (Object)rid);
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var9 = new Object[]{this, rid, var8};
   ProceedingJoinPoint var10001 = (new ExecutorIntegrationModuleV3Impl$AjcClosure1(var9)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$0;
   if (ajc$anno$0 == null) {
      var10002 = ajc$anno$0 = ExecutorIntegrationModuleV3Impl.class.getDeclaredMethod("getPrescription", String.class).getAnnotation(Profiled.class);
   }

   return (GetPrescriptionForExecutorResult)var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #23
Source File: PrescriberIntegrationModuleImpl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
private static void ajc$preClinit() {
   Factory var0 = new Factory("PrescriberIntegrationModuleImpl.java", PrescriberIntegrationModuleImpl.class);
   ajc$tjp_0 = var0.makeSJP("method-execution", var0.makeMethodSig("1", "prepareCreatePrescription", "be.business.connector.recipe.prescriber.PrescriberIntegrationModuleImpl", "java.lang.String:java.lang.String", "patientId:prescriptionType", "be.business.connector.core.exceptions.IntegrationModuleException", "void"), 68);
   ajc$tjp_1 = var0.makeSJP("method-execution", var0.makeMethodSig("1", "ping", "be.business.connector.recipe.prescriber.PrescriberIntegrationModuleImpl", "", "", "be.business.connector.core.exceptions.IntegrationModuleException", "void"), 97);
   ajc$tjp_10 = var0.makeSJP("method-execution", var0.makeMethodSig("4", "unsealFeedback", "be.business.connector.recipe.prescriber.PrescriberIntegrationModuleImpl", "[B", "message", "be.business.connector.core.exceptions.IntegrationModuleException", "[B"), 594);
   ajc$tjp_11 = var0.makeSJP("method-execution", var0.makeMethodSig("4", "getNewKeyFromKgss", "be.business.connector.recipe.prescriber.PrescriberIntegrationModuleImpl", "java.lang.String:java.lang.String:java.lang.String:java.lang.String:[B", "prescriptionType:prescriberId:executorId:patientId:myEtk", "be.business.connector.core.exceptions.IntegrationModuleException", "be.ehealth.technicalconnector.service.kgss.domain.KeyResult"), 599);
   ajc$tjp_12 = var0.makeSJP("method-execution", var0.makeMethodSig("4", "sealNotification", "be.business.connector.recipe.prescriber.PrescriberIntegrationModuleImpl", "be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken:[B", "paramEncryptionToken:paramArrayOfByte", "be.business.connector.core.exceptions.IntegrationModuleException", "[B"), 618);
   ajc$tjp_13 = var0.makeSJP("method-execution", var0.makeMethodSig("4", "sealPrescriptionForUnknown", "be.business.connector.recipe.prescriber.PrescriberIntegrationModuleImpl", "be.ehealth.technicalconnector.service.kgss.domain.KeyResult:[B", "key:messageToProtect", "be.business.connector.core.exceptions.IntegrationModuleException", "[B"), 623);
   ajc$tjp_2 = var0.makeSJP("method-execution", var0.makeMethodSig("1", "createPrescription", "be.business.connector.recipe.prescriber.PrescriberIntegrationModuleImpl", "boolean:java.lang.String:[B:java.lang.String", "feedbackRequested:patientId:prescription:prescriptionType", "be.business.connector.core.exceptions.IntegrationModuleException", "java.lang.String"), 122);
   ajc$tjp_3 = var0.makeSJP("method-execution", var0.makeMethodSig("1", "revokePrescription", "be.business.connector.recipe.prescriber.PrescriberIntegrationModuleImpl", "java.lang.String:java.lang.String", "rid:reason", "be.business.connector.core.exceptions.IntegrationModuleException", "void"), 200);
   ajc$tjp_4 = var0.makeSJP("method-execution", var0.makeMethodSig("1", "getPrescription", "be.business.connector.recipe.prescriber.PrescriberIntegrationModuleImpl", "java.lang.String", "rid", "be.business.connector.core.exceptions.IntegrationModuleException", "be.recipe.services.prescriber.GetPrescriptionForPrescriberResult"), 249);
   ajc$tjp_5 = var0.makeSJP("method-execution", var0.makeMethodSig("1", "listOpenPrescription", "be.business.connector.recipe.prescriber.PrescriberIntegrationModuleImpl", "java.lang.String", "patientId", "be.business.connector.core.exceptions.IntegrationModuleException", "java.util.List"), 313);
   ajc$tjp_6 = var0.makeSJP("method-execution", var0.makeMethodSig("1", "listOpenPrescription", "be.business.connector.recipe.prescriber.PrescriberIntegrationModuleImpl", "", "", "be.business.connector.core.exceptions.IntegrationModuleException", "java.util.List"), 362);
   ajc$tjp_7 = var0.makeSJP("method-execution", var0.makeMethodSig("1", "sendNotification", "be.business.connector.recipe.prescriber.PrescriberIntegrationModuleImpl", "[B:java.lang.String:java.lang.String", "notificationText:patientId:executorId", "be.business.connector.core.exceptions.IntegrationModuleException", "void"), 376);
   ajc$tjp_8 = var0.makeSJP("method-execution", var0.makeMethodSig("1", "updateFeedbackFlag", "be.business.connector.recipe.prescriber.PrescriberIntegrationModuleImpl", "java.lang.String:boolean", "rid:feedbackAllowed", "be.business.connector.core.exceptions.IntegrationModuleException", "void"), 434);
   ajc$tjp_9 = var0.makeSJP("method-execution", var0.makeMethodSig("1", "listFeedback", "be.business.connector.recipe.prescriber.PrescriberIntegrationModuleImpl", "boolean", "readFlag", "be.business.connector.core.exceptions.IntegrationModuleException", "java.util.List"), 473);
}
 
Example #24
Source File: PrescriberIntegrationModuleImpl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "0.PrescriberIntegrationModule#sealPrescriptionForUnknown"
)
protected byte[] sealPrescriptionForUnknown(KeyResult key, byte[] messageToProtect) throws IntegrationModuleException {
   JoinPoint var5 = Factory.makeJP(ajc$tjp_13, this, this, key, messageToProtect);
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var6 = new Object[]{this, key, messageToProtect, var5};
   ProceedingJoinPoint var10001 = (new PrescriberIntegrationModuleImpl$AjcClosure27(var6)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$13;
   if (ajc$anno$13 == null) {
      var10002 = ajc$anno$13 = PrescriberIntegrationModuleImpl.class.getDeclaredMethod("sealPrescriptionForUnknown", KeyResult.class, byte[].class).getAnnotation(Profiled.class);
   }

   return (byte[])var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #25
Source File: PrescriberIntegrationModuleImpl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "0.PrescriberIntegrationModule#sealNotification"
)
protected byte[] sealNotification(EncryptionToken paramEncryptionToken, byte[] paramArrayOfByte) throws IntegrationModuleException {
   JoinPoint var5 = Factory.makeJP(ajc$tjp_12, this, this, paramEncryptionToken, paramArrayOfByte);
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var6 = new Object[]{this, paramEncryptionToken, paramArrayOfByte, var5};
   ProceedingJoinPoint var10001 = (new PrescriberIntegrationModuleImpl$AjcClosure25(var6)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$12;
   if (ajc$anno$12 == null) {
      var10002 = ajc$anno$12 = PrescriberIntegrationModuleImpl.class.getDeclaredMethod("sealNotification", EncryptionToken.class, byte[].class).getAnnotation(Profiled.class);
   }

   return (byte[])var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #26
Source File: PrescriberIntegrationModuleImpl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "0.PrescriberIntegrationModule#getNewKeyFromKgss"
)
protected KeyResult getNewKeyFromKgss(String prescriptionType, String prescriberId, String executorId, String patientId, byte[] myEtk) throws IntegrationModuleException {
   JoinPoint.StaticPart var10000 = ajc$tjp_11;
   Object[] var16 = new Object[]{prescriptionType, prescriberId, executorId, patientId, myEtk};
   JoinPoint var15 = Factory.makeJP(var10000, this, this, (Object[])var16);
   TimingAspect var18 = TimingAspect.aspectOf();
   Object[] var17 = new Object[]{this, prescriptionType, prescriberId, executorId, patientId, myEtk, var15};
   ProceedingJoinPoint var10001 = (new PrescriberIntegrationModuleImpl$AjcClosure23(var17)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$11;
   if (ajc$anno$11 == null) {
      var10002 = ajc$anno$11 = PrescriberIntegrationModuleImpl.class.getDeclaredMethod("getNewKeyFromKgss", String.class, String.class, String.class, String.class, byte[].class).getAnnotation(Profiled.class);
   }

   return (KeyResult)var18.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #27
Source File: PrescriberIntegrationModuleImpl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "0.PrescriberIntegrationModule#unsealFeedback"
)
protected byte[] unsealFeedback(byte[] message) throws IntegrationModuleException {
   JoinPoint var3 = Factory.makeJP(ajc$tjp_10, this, this, (Object)message);
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var4 = new Object[]{this, message, var3};
   ProceedingJoinPoint var10001 = (new PrescriberIntegrationModuleImpl$AjcClosure21(var4)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$10;
   if (ajc$anno$10 == null) {
      var10002 = ajc$anno$10 = PrescriberIntegrationModuleImpl.class.getDeclaredMethod("unsealFeedback", byte[].class).getAnnotation(Profiled.class);
   }

   return (byte[])var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #28
Source File: PrescriberIntegrationModuleImpl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "0.PrescriberIntegrationModule#listFeedback"
)
public List<ListFeedbackItem> listFeedback(boolean readFlag) throws IntegrationModuleException {
   JoinPoint var15 = Factory.makeJP(ajc$tjp_9, this, this, (Object)Conversions.booleanObject(readFlag));
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var16 = new Object[]{this, Conversions.booleanObject(readFlag), var15};
   ProceedingJoinPoint var10001 = (new PrescriberIntegrationModuleImpl$AjcClosure19(var16)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$9;
   if (ajc$anno$9 == null) {
      var10002 = ajc$anno$9 = PrescriberIntegrationModuleImpl.class.getDeclaredMethod("listFeedback", Boolean.TYPE).getAnnotation(Profiled.class);
   }

   return (List)var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #29
Source File: PrescriberIntegrationModuleImpl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "0.PrescriberIntegrationModule#updateFeedbackFlag"
)
public void updateFeedbackFlag(String rid, boolean feedbackAllowed) throws IntegrationModuleException {
   JoinPoint var11 = Factory.makeJP(ajc$tjp_8, this, this, rid, Conversions.booleanObject(feedbackAllowed));
   TimingAspect var10000 = TimingAspect.aspectOf();
   Object[] var12 = new Object[]{this, rid, Conversions.booleanObject(feedbackAllowed), var11};
   ProceedingJoinPoint var10001 = (new PrescriberIntegrationModuleImpl$AjcClosure17(var12)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$8;
   if (ajc$anno$8 == null) {
      var10002 = ajc$anno$8 = PrescriberIntegrationModuleImpl.class.getDeclaredMethod("updateFeedbackFlag", String.class, Boolean.TYPE).getAnnotation(Profiled.class);
   }

   var10000.doPerfLogging(var10001, (Profiled)var10002);
}
 
Example #30
Source File: PrescriberIntegrationModuleImpl.java    From freehealth-connector with GNU Affero General Public License v3.0 6 votes vote down vote up
@Profiled(
   logFailuresSeparately = true,
   tag = "PrescriberIntegrationModule#sendNotification"
)
public void sendNotification(byte[] notificationText, String patientId, String executorId) throws IntegrationModuleException {
   JoinPoint.StaticPart var10000 = ajc$tjp_7;
   Object[] var19 = new Object[]{notificationText, patientId, executorId};
   JoinPoint var18 = Factory.makeJP(var10000, this, this, (Object[])var19);
   TimingAspect var21 = TimingAspect.aspectOf();
   Object[] var20 = new Object[]{this, notificationText, patientId, executorId, var18};
   ProceedingJoinPoint var10001 = (new PrescriberIntegrationModuleImpl$AjcClosure15(var20)).linkClosureAndJoinPoint(69648);
   Annotation var10002 = ajc$anno$7;
   if (ajc$anno$7 == null) {
      var10002 = ajc$anno$7 = PrescriberIntegrationModuleImpl.class.getDeclaredMethod("sendNotification", byte[].class, String.class, String.class).getAnnotation(Profiled.class);
   }

   var21.doPerfLogging(var10001, (Profiled)var10002);
}