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 --- .../moa/spss/server/logging/TransactionId.html | 249 +++++++++++++++++++++ 1 file changed, 249 insertions(+) create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/TransactionId.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/TransactionId.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/TransactionId.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/TransactionId.html new file mode 100644 index 000000000..db05490dd --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/TransactionId.html @@ -0,0 +1,249 @@ + + + + + + +MOA SP/SS Server Internal API: Class TransactionId + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.spss.server.logging +
+Class TransactionId

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.spss.server.logging.TransactionId
+
+
+
All Implemented Interfaces:
iaik.logging.TransactionId
+
+
+
+
public class TransactionId
extends Object
implements iaik.logging.TransactionId
+ +

+An implementation of the iaik.logging.TransactionId interface. +

+

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

+ + + + + + + + + + + + + + + + +
+Constructor Summary
TransactionId(String logID) + +
+          Create a TransactionId object.
+  + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetLogID() + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+TransactionId

+
+public TransactionId(String logID)
+
+
Create a TransactionId object.
+
Parameters:
logID - The transaction id as it should be presented to the logging + subsystem.
+
+
+ + + + + + + + +
+Method Detail
+ +

+getLogID

+
+public String getLogID()
+
+
+
Specified by:
getLogID in interface iaik.logging.TransactionId
+
+
+
See Also:
TransactionId.getLogID()
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
See Also:
Object.toString()
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + -- cgit v1.2.3