From c27382a84657bf027b516abae9172d51edba3aa0 Mon Sep 17 00:00:00 2001 From: gregor Date: Fri, 24 Jun 2005 10:50:13 +0000 Subject: Java-Doc aus CVS entfernt, da generierbar. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@365 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../server/transaction/TransactionIDGenerator.html | 230 --------------------- 1 file changed, 230 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/transaction/TransactionIDGenerator.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/transaction/TransactionIDGenerator.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/transaction/TransactionIDGenerator.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/transaction/TransactionIDGenerator.html deleted file mode 100644 index 85d1d41cb..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/transaction/TransactionIDGenerator.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class TransactionIDGenerator - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

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

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

-A generator for unique transaction IDs. - -

The transaction IDs are of the form "-", where: -

-

- -

Assuming that it is highly unlikely that MOA servers are started at - exactly the same time instant, the mechanism provided by this class should - guarantee unique transaction IDs across multiple restarts and/or instances of - the server.

-

-

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

- - - - - - - - - - - - - - - - -
-Constructor Summary
TransactionIDGenerator() - -
-           
-  - - - - - - - - - - - -
-Method Summary
-static StringnextID() - -
-          Returns the next transaction ID.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-TransactionIDGenerator

-
-public TransactionIDGenerator()
-
-
- - - - - - - - -
-Method Detail
- -

-nextID

-
-public static String nextID()
-
-
Returns the next transaction ID.
-
Returns:
The next transaction ID.
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3