FileDocCategorySizeDatePackage
Version.javaAPI DocGlassfish v2 API3567Fri May 04 22:36:24 BST 2007com.sun.enterprise.admin.jmx.remote.protocol

Version

public interface Version implements Serializable
Provides the basic interface for Version. The corresponding VersionMatcher will only match for this interface. Though the implementing classes are actually created from a template, it is better to have them implement a known interface and this is the reason why this interface is created.
author
Kedar Mhaswade
since
S1AS8.0
version
$Revision: 1.4 $

Fields Summary
public final String
CLASS_NAME
Constructors Summary
Methods Summary
public intgetMajorVersion()
Returns Major Version as an int.

public intgetMinorVersion()
Returns Minor Version as an int.

public java.lang.String[]getUpgradeData()
Returns the Upgrade Data as a String[]. The Strings packed in this array are processed by the Server in a particular manner.