ch.elca.el4j.tests.core.contextpassing
Class ImplicitContextPasserA

java.lang.Object
  extended by ch.elca.el4j.core.contextpassing.AbstractImplicitContextPasser
      extended by ch.elca.el4j.tests.core.contextpassing.ImplicitContextPasserA
All Implemented Interfaces:
ImplicitContextPasser, BeanNameAware, InitializingBean

public class ImplicitContextPasserA
extends AbstractImplicitContextPasser

This is the test implicit context passer A on client side.

Author:
Martin Zeltner (MZE)
File-location:
ImplicitContextPasserA
Last check-in date:
2009-08-04 14:35:53 +0200 (Di, 04. Aug 2009) by swismer for revision 3875

Field Summary
private  String m_receivedData
          Received data.
private  String m_testData
          Test data.
 
Constructor Summary
ImplicitContextPasserA()
           
 
Method Summary
 Object getImplicitlyPassedContext()
          
 String getReceivedData()
           
 String getTestData()
           
 void pushImplicitlyPassedContext(Object context)
          
 
Methods inherited from class ch.elca.el4j.core.contextpassing.AbstractImplicitContextPasser
afterPropertiesSet, getBeanName, setBeanName, setImplicitContextPassingRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_testData

private String m_testData
Test data.


m_receivedData

private String m_receivedData
Received data.

Constructor Detail

ImplicitContextPasserA

public ImplicitContextPasserA()
Method Detail

getImplicitlyPassedContext

public Object getImplicitlyPassedContext()


pushImplicitlyPassedContext

public void pushImplicitlyPassedContext(Object context)


getReceivedData

public String getReceivedData()
Returns:
Returns the receivedData.

getTestData

public String getTestData()
Returns:
Returns the testData.


Copyright © 2005-2011 ELCA. All Rights Reserved.