getSpecificationVersion() method
Retrieves the specification version of the AJAPI that this Server implements.
Syntax
public static
final String
getSpecificationVersion
()
Returns
The AJAPI version that this AJAPI package implements. This will return the empty string if you are running out of raw class files and not a released AJAPI JAR.
Usage
This will tell you what version of the AJAPI you are using, but not what version of Agentry it came with; if you want to know the latter, call getImplementationVersion() instead.