ch.elca.el4j.services.statistics.detailed.contextpassing
Class DetailedStatisticsSharedContextHolder

java.lang.Object
  extended by ch.elca.el4j.services.statistics.detailed.contextpassing.DetailedStatisticsSharedContextHolder

public class DetailedStatisticsSharedContextHolder
extends Object

This class is specific implementation of the generic shared context of Leaf 2 for the detailed statistics service. The shared context is held in a static ThreadLocal variable.

Author:
Rashid Waraich (RWA), Philipp Oser (POS)
File-location:
DetailedStatisticsSharedContextHolder
Last check-in date:
2009-08-04 14:25:40 +0200 (Di, 04. Aug 2009) by swismer for revision 3874

Constructor Summary
protected DetailedStatisticsSharedContextHolder()
          Hide default constructor as this is a Utility class.
 
Method Summary
static DetailedStatisticsContext getContext()
          Get the passed object.
static void setContext(DetailedStatisticsContext passedObject)
          Set the passed object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DetailedStatisticsSharedContextHolder

protected DetailedStatisticsSharedContextHolder()
Hide default constructor as this is a Utility class.

Method Detail

getContext

public static final DetailedStatisticsContext getContext()
Get the passed object.

Returns:
DetailedStatisticsContext.

setContext

public static final void setContext(DetailedStatisticsContext passedObject)
Set the passed object.

Parameters:
passedObject - The passed object.


Copyright © 2005-2011 ELCA. All Rights Reserved.