From ece7d18cf35374bf4e26d041799cda8f791c89f8 Mon Sep 17 00:00:00 2001 From: gregor Date: Mon, 7 Jul 2003 10:58:37 +0000 Subject: Initial commit git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@2 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../gv/egovernment/moa/logging/LoggingContext.html | 269 +++++++++++++++++++++ 1 file changed, 269 insertions(+) create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/logging/LoggingContext.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/logging/LoggingContext.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/logging/LoggingContext.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/logging/LoggingContext.html new file mode 100644 index 000000000..9590d5fae --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/logging/LoggingContext.html @@ -0,0 +1,269 @@ + + + + + + +MOA SP/SS Server Internal API: Class LoggingContext + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.logging +
+Class LoggingContext

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

+Encapsulates contextual information (i.e. per request information) for + logging purposes. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
+
+ +

+ + + + + + + + + + + + + + +
+Field Summary
+static StringNODE_ID_PROPERTY + +
+          The name of the node ID system property.
+  + + + + + + + + + + +
+Constructor Summary
LoggingContext(String transactionID) + +
+          Create a new LoggingContext.
+  + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetNodeID() + +
+          Return the node ID.
+ StringgetTransactionID() + +
+          Return the transaction ID.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+NODE_ID_PROPERTY

+
+public static final String NODE_ID_PROPERTY
+
+
The name of the node ID system property.
+ + + + + + + + +
+Constructor Detail
+ +

+LoggingContext

+
+public LoggingContext(String transactionID)
+
+
Create a new LoggingContext.
+
Parameters:
transactionID - The transaction ID. May be null.
+
+
+ + + + + + + + +
+Method Detail
+ +

+getTransactionID

+
+public String getTransactionID()
+
+
Return the transaction ID.
+
Returns:
The transaction ID.
+
+
+
+ +

+getNodeID

+
+public String getNodeID()
+
+
Return the node ID.
+
Returns:
The node ID.
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + -- cgit v1.2.3