From 0803aae4bb1a593cbfd97a73a8648ec8ee5f1f76 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Fri, 7 Nov 2003 17:58:36 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Build-SPSS_1_1_0'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build-SPSS_1_1_0@42 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../moa/spss/server/util/IdGenerator.html | 248 --------------------- 1 file changed, 248 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/util/IdGenerator.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/util/IdGenerator.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/util/IdGenerator.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/util/IdGenerator.html deleted file mode 100644 index bf96d024d..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/util/IdGenerator.html +++ /dev/null @@ -1,248 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class IdGenerator - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.spss.server.util -
-Class IdGenerator

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

-Generate unique ID values for various objects in the response. -

-

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

- - - - - - - - - - - - - - - - -
-Constructor Summary
IdGenerator(String base, - Set reserved) - -
-          Create a new IdGenerator.
-  - - - - - - - - - - - - - - - -
-Method Summary
- StringnextId() - -
-          Create the next ID value in the sequence.
- StringuniqueId() - -
-          Create the next unique ID value which is unique in the reserved ID set. - -
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-IdGenerator

-
-public IdGenerator(String base,
-                   Set reserved)
-
-
Create a new IdGenerator.
-
Parameters:
base - A base value to append the IDs to. The creator of this object - should provide a base value, so that appending the counter leads to unique - IDs.
reserved - The Set of reserved IDs. A call to - uniqueId() will respect the reserved IDs.
-
-
- - - - - - - - -
-Method Detail
- -

-nextId

-
-public String nextId()
-
-
Create the next ID value in the sequence.
-
Returns:
The next ID value in the sequence.
-
-
-
- -

-uniqueId

-
-public String uniqueId()
-
-
Create the next unique ID value which is unique in the reserved ID set. - - The created ID is added to the set of reserved IDs.
-
Returns:
The next ID value.
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3