ch.elca.el4j.tests.core.contextpassing
Class ImplicitContextPasserA
java.lang.Object
ch.elca.el4j.core.contextpassing.AbstractImplicitContextPasser
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_testData
private String m_testData
- Test data.
m_receivedData
private String m_receivedData
- Received data.
ImplicitContextPasserA
public ImplicitContextPasserA()
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.