ch.elca.el4j.tests.services.remoting.rmi
Class ClientTestCaseNoContextPassing

java.lang.Object
  extended by ch.elca.el4j.tests.services.remoting.rmi.ClientTestCaseNoContextPassing

public class ClientTestCaseNoContextPassing
extends Object

This class tests the idempotent invocation interceptor that handles retrials by itself.

Author:
Stefan Pleisch (SPL)
File-location:
ClientTestCaseNoContextPassing
Last check-in date:
2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873

Field Summary
private  ApplicationContext m_applicationContext
           
private  BusinessObject m_obj
           
private static org.slf4j.Logger s_logger
          Private logger.
 
Constructor Summary
ClientTestCaseNoContextPassing()
           
 
Method Summary
protected  String[] getInclusiveConfigLocations()
          
protected  org.slf4j.Logger getLog()
           
protected  BusinessObject getTestObj()
           
protected  void runTest()
          
 void testNextProtocol()
          Tests whether the server/DB properly abort the transaction upon reception of a special flag.
 
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
Private logger.


m_applicationContext

private ApplicationContext m_applicationContext

m_obj

private BusinessObject m_obj
Constructor Detail

ClientTestCaseNoContextPassing

public ClientTestCaseNoContextPassing()
Method Detail

testNextProtocol

public void testNextProtocol()
Tests whether the server/DB properly abort the transaction upon reception of a special flag.

See Also:
#THROW_IDEMPOTENTINVOCATION_EXCEPTION

runTest

protected void runTest()


getInclusiveConfigLocations

protected String[] getInclusiveConfigLocations()


getLog

protected org.slf4j.Logger getLog()

getTestObj

protected BusinessObject getTestObj()


Copyright © 2005-2011 ELCA. All Rights Reserved.