at.gv.egovernment.moa.spss.server.invoke
Class ServiceContextUtils

java.lang.Object
  |
  +--at.gv.egovernment.moa.spss.server.invoke.ServiceContextUtils

public class ServiceContextUtils
extends Object

A utility class for setting up and tearing down thread-local context information needed for calling the Invoker classes.

Version:
$Id$
Author:
Patrick Peck

Constructor Summary
ServiceContextUtils()
           
 
Method Summary
static void setUpContexts()
          Set up the thread-local context information needed for calling the various Invoker classes.
static void tearDownContexts()
          Tear down thread-local context information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceContextUtils

public ServiceContextUtils()
Method Detail

setUpContexts

public static void setUpContexts()
                          throws ConfigurationException
Set up the thread-local context information needed for calling the various Invoker classes.
Throws:
ConfigurationException - An error occurred setting up the configuration in the TransactionContext.

tearDownContexts

public static void tearDownContexts()
Tear down thread-local context information.