org.glite.security.voms.service
Class Version

java.lang.Object
  extended byorg.glite.security.voms.service.Version

public final class Version
extends java.lang.Object

A class containing the version numbers of the various components of the VOMS Admin system.

Author:
Karoly Lorentey

Nested Class Summary
static class Version.VersionNumber
          A class representing version numbers.
 
Field Summary
static Version.VersionNumber CLIENT
          The version of the latest client package available when this server is known to be compatible with.
static Version.VersionNumber INTERFACE
          The version of the VOMS Admin interface implemented by this server.
static Version.VersionNumber SCHEMA
          The version of the database schema used by this server.
static Version.VersionNumber SERVER
          The version of the VOMS Admin server.
 
Constructor Summary
Version()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

public static final Version.VersionNumber SERVER
The version of the VOMS Admin server.


INTERFACE

public static final Version.VersionNumber INTERFACE
The version of the VOMS Admin interface implemented by this server.


CLIENT

public static final Version.VersionNumber CLIENT
The version of the latest client package available when this server is known to be compatible with.


SCHEMA

public static final Version.VersionNumber SCHEMA
The version of the database schema used by this server.

Constructor Detail

Version

public Version()