ch.elca.el4j.tests.services.remoting.loadbalancing.common
Class BusinessObjectImpl
java.lang.Object
ch.elca.el4j.tests.services.remoting.loadbalancing.common.BusinessObjectImpl
- All Implemented Interfaces:
- BusinessObject, ApplicationContextAware
public class BusinessObjectImpl
- extends Object
- implements BusinessObject, ApplicationContextAware
Defines a dummy business object whose sole purpose is the illustration of the
idempotent invocation functionality.
- Author:
- Stefan Pleisch (SPL)
- File-location:
- BusinessObjectImpl
- Last check-in date:
- 2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_serverName
private String m_serverName
m_applicationContext
private ApplicationContext m_applicationContext
s_logger
private static org.slf4j.Logger s_logger
- Private logger.
BusinessObjectImpl
public BusinessObjectImpl()
call
public String call(String toto)
- Stores the name-value pair toto-toto in the DB and returns toto.
- Specified by:
call in interface BusinessObject
setServerName
public void setServerName(String serverName)
setApplicationContext
public void setApplicationContext(ApplicationContext applicationContext)
-
- Specified by:
setApplicationContext in interface ApplicationContextAware
Copyright © 2005-2011 ELCA. All Rights Reserved.