ch.elca.el4j.tests.aspects.services
Class Service

java.lang.Object
  extended by ch.elca.el4j.tests.aspects.services.Service

public class Service
extends Object

Test service implementation with static counter.

Author:
Martin Zeltner (MZE), Reynald Borer (RBR)
File-location:
Service
Last check-in date:
2010-12-21 11:08:04 +0100 (Di, 21. Dez 2010) by swismer for revision 4253

Field Summary
private static org.slf4j.Logger s_logger
          Private logger.
 
Constructor Summary
Service()
           
 
Method Summary
 void oneMethod()
          Is the intercepted method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s_logger

private static final org.slf4j.Logger s_logger
Private logger.

Constructor Detail

Service

public Service()
Method Detail

oneMethod

@Logged
@Transactional(propagation=REQUIRED)
public void oneMethod()
Is the intercepted method.



Copyright © 2005-2011 ELCA. All Rights Reserved.