From b9e7df0cbe67b486ce3a1a2177bd08c0ced9e005 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Mon, 22 Dec 2003 17:51:40 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Build_002'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build_002@88 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../moa/logging/LoggingContextManager.html | 262 --------------------- 1 file changed, 262 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/logging/LoggingContextManager.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/logging/LoggingContextManager.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/logging/LoggingContextManager.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/logging/LoggingContextManager.html deleted file mode 100644 index 7a4992b03..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/logging/LoggingContextManager.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class LoggingContextManager - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.logging -
-Class LoggingContextManager

-
-java.lang.Object
-  |
-  +--at.gv.egovernment.moa.logging.LoggingContextManager
-
-
-
-
public class LoggingContextManager
extends Object
- -

-Provides each thread with a single instance of LoggingContext. -

-

-
Version:
$Id$
-
Author:
Patrick Peck
-
-
- -

- - - - - - - - - - - - - - - - - -
-Constructor Summary
-protected LoggingContextManager() - -
-          Creates a new LoggingContextManager. - -
-  - - - - - - - - - - - - - - - - - - - -
-Method Summary
-static LoggingContextManagergetInstance() - -
-          Get the single instance of the LoggingContextManager class.
- LoggingContextgetLoggingContext() - -
-          Return the LoggingContext for the current thread.
- voidsetLoggingContext(LoggingContext ctx) - -
-          Set the LoggingContext context for the current thread.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-LoggingContextManager

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

-getInstance

-
-public static LoggingContextManager getInstance()
-
-
Get the single instance of the LoggingContextManager class.
-
Returns:
LoggingContextManager The single instance.
-
-
-
- -

-setLoggingContext

-
-public void setLoggingContext(LoggingContext ctx)
-
-
Set the LoggingContext context for the current thread.
-
Parameters:
ctx - The LoggingContext for the current thread.
-
-
-
- -

-getLoggingContext

-
-public LoggingContext getLoggingContext()
-
-
Return the LoggingContext for the current thread.
-
Returns:
LoggingContext The LoggingContext for the current - thread, or null if none has been set.
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3