ch.elca.el4j.tests.services.remoting.loadbalancing.common
Interface BusinessObject
- All Known Implementing Classes:
- BusinessObjectImpl
public interface BusinessObject
This interface specifies the methods that can be called on a
business object used exclusively for testing purposes. By deliberate
choice, this object does not represent a meaningful application.
Rather, its methods highlight the properties of the tested module.
- Author:
- Stefan Pleisch (SPL)
- File-location:
- BusinessObject
- Last check-in date:
- 2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873
|
Method Summary |
String |
call(String toto)
Stores the name-value pair toto-toto in the DB and returns toto. |
COMMIT_SUICIDE
static final String COMMIT_SUICIDE
- Triggers server suicide.
- See Also:
- Constant Field Values
call
String call(String toto)
- Stores the name-value pair toto-toto in the DB and returns toto.
Copyright © 2005-2011 ELCA. All Rights Reserved.