com.ibm.dtfj.runtime

Interface ManagedRuntime

All known subinterfaces:
JavaRuntime

  1. public interface ManagedRuntime

Represents a generic managed runtime instance.

No class should implement this interface directly. Instead, they should implement another interface which extends this interface and provides APIs for a specific language runtime environment.


Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getFullVersion()
Deprecated. Use "getVersion()" instead
  1. java.lang.String
getVersion()
Get the version data available for this runtime instance.

Method Detail

getFullVersion

  1. java.lang.String getFullVersion( )
  2. throws CorruptDataException
Deprecated. Use "getVersion()" instead
Get the 'full' version information for this runtime.
Returns:
a string representation of the version information for this runtime instance
Throws:
See Also:

getVersion

  1. java.lang.String getVersion()
  2. throws CorruptDataException
Get the version data available for this runtime instance.
Returns:
a string representing all the version data available for this runtime instance.
Throws:
CorruptDataException - If the runtime presents no understandable version data