com.ibm.dtfj.runtime
Interface ManagedRuntime

All Known Subinterfaces:
JavaRuntime

public interface ManagedRuntime

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
 java.lang.String getFullVersion()
          Deprecated. Use "getVersion()" instead
 java.lang.String getVersion()
           
 

Method Detail

getFullVersion

public java.lang.String getFullVersion()
                                throws CorruptDataException
Deprecated. Use "getVersion()" instead

Returns:
a string representation of the version information for this runtime instance
Throws:
CorruptDataException
See Also:
getVersion()

getVersion

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