ch.elca.el4j.tests.services.security.sample
Class SampleServiceImpl
java.lang.Object
ch.elca.el4j.tests.services.security.sample.SampleServiceImpl
- All Implemented Interfaces:
- SampleService
public class SampleServiceImpl
- extends Object
- implements SampleService
Sample service implementation.
- Author:
- Andreas Pfenninger (APR)
- File-location:
- SampleServiceImpl
- Last check-in date:
- 2009-08-04 15:35:01 +0200 (Di, 04. Aug 2009) by swismer for revision 3883
|
Field Summary |
private static org.slf4j.Logger |
s_logger
The static logger. |
|
Method Summary |
int |
addOne(int i)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
s_logger
private static org.slf4j.Logger s_logger
- The static logger.
SampleServiceImpl
public SampleServiceImpl()
addOne
public int addOne(int i)
-
- Specified by:
addOne in interface SampleService
- Parameters:
i - a numer.
- Returns:
- i + 1
Copyright © 2005-2011 ELCA. All Rights Reserved.