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

+ +at.gv.egovernment.moa.spss.server.config +
+Class DistributionPoint

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

+A class containing information about a CRL distribution point. +

+

+
Version:
$Id$
+
Author:
Sven Aigner, Patrick Peck
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
DistributionPoint(String uri, + String reasonCodeStr) + +
+          Create a DistributionPoint with a URI and a list of reason + codes.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetReasonCodes() + +
+          Return a binary representation of the reason codes of this distribution + point.
+ StringgetUri() + +
+          Return the URI of the distribution point.
+ StringtoString() + +
+          Return a String representation of this distribution point.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

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

+DistributionPoint

+
+public DistributionPoint(String uri,
+                         String reasonCodeStr)
+
+
Create a DistributionPoint with a URI and a list of reason + codes.
+
Parameters:
uri - The URI of the distribution point.
reasonCodeStr - A list of reason codes (a space-separated + enumeration).
+
+
+ + + + + + + + +
+Method Detail
+ +

+getUri

+
+public String getUri()
+
+
Return the URI of the distribution point.
+
Returns:
The URI of the distribution point.
+
+
+
+ +

+getReasonCodes

+
+public int getReasonCodes()
+
+
Return a binary representation of the reason codes of this distribution + point.
+
Returns:
The binary representation of the reason codes.
+
+
+
+ +

+toString

+
+public String toString()
+
+
Return a String representation of this distribution point.
+
Overrides:
toString in class Object
+
+
+
Returns:
The String representation of this distribution point.
See Also:
Object.toString()
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + -- cgit v1.2.3