ch.elca.el4j.tests.services.security.sample
Class SampleServiceImpl

java.lang.Object
  extended by 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.
 
Constructor Summary
SampleServiceImpl()
           
 
Method Summary
 int addOne(int i)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s_logger

private static org.slf4j.Logger s_logger
The static logger.

Constructor Detail

SampleServiceImpl

public SampleServiceImpl()
Method Detail

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.