From 50c635e7fb1e7a0580e2cdc0350286002342aa91 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Thu, 23 Jun 2005 14:41:17 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Build-SPSS_1_2_1'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build-SPSS_1_2_1@361 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../transaction/TransactionContextManager.html | 266 --------------------- 1 file changed, 266 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/transaction/TransactionContextManager.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/transaction/TransactionContextManager.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/transaction/TransactionContextManager.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/transaction/TransactionContextManager.html deleted file mode 100644 index 771ee59d8..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/transaction/TransactionContextManager.html +++ /dev/null @@ -1,266 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class TransactionContextManager - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.spss.server.transaction -
-Class TransactionContextManager

-
-java.lang.Object
-  |
-  +--at.gv.egovernment.moa.spss.server.transaction.TransactionContextManager
-
-
-
-
public class TransactionContextManager
extends Object
- -

-Provides each thread with an instance of TransactionContext. - - The single instance of the TransactionContextManager should be - used to access contextual information for each web service transaction, e.g. - the transaction ID, MOA configuration, client certificate, etc. -

-

-
Author:
Stefan Knirsch, Patrick Peck
-
-
- -

- - - - - - - - - - - - - - - - - -
-Constructor Summary
-protected TransactionContextManager() - -
-          Creates a new TransactionContextManager. - -
-  - - - - - - - - - - - - - - - - - - - -
-Method Summary
-static TransactionContextManagergetInstance() - -
-          Get the single instance of TransactionContextManager.
- TransactionContextgetTransactionContext() - -
-          Get the TransactionContext for the current thread.
- voidsetTransactionContext(TransactionContext txContext) - -
-          Set the TransactionContext for the current thread.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - - - - -
-Constructor Detail
- -

-TransactionContextManager

-
-protected TransactionContextManager()
-
-
Creates a new TransactionContextManager. - - Protected to disallow direct instantiation.
- - - - - - - - -
-Method Detail
- -

-getInstance

-
-public static TransactionContextManager getInstance()
-
-
Get the single instance of TransactionContextManager.
-
Returns:
The single instanc of TransactionContextManager.
-
-
-
- -

-setTransactionContext

-
-public void setTransactionContext(TransactionContext txContext)
-
-
Set the TransactionContext for the current thread.
-
Parameters:
txContext - The TransactionContext for this thread.
-
-
-
- -

-getTransactionContext

-
-public TransactionContext getTransactionContext()
-
-
Get the TransactionContext for the current thread.
-
Returns:
The TransactionContext for the current thread or - null, if none has been set (or if this method is being invoked - outside the bounds of a transaction).
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3