Class ServiceSection
java.lang.Object
com.ibm.jvm.format.ServiceSection
Service section of a file header.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected StringgetNextFormatFileName(String previous) Method to search forward through dat files.protected Stringprotected Stringprotected voidsummary(BufferedWriter out)  
- 
Constructor Details
- 
ServiceSection
- Throws:
 IOException
 
 - 
 - 
Method Details
- 
summary
- Throws:
 IOException
 - 
formatFileName
 - 
getNextFormatFileName
Method to search forward through dat files. Trace is forward compatible, so a newer JVM should always be able to format the trace from an older JVM. This means that, for example, a 2.3 tracefile can use J9TraceFormat24.dat correctly.- Parameters:
 previous- - the last filename tried- Returns:
 - the next filename to try, or null if all options are exhausted
 
 - 
getServiceLevel
 - 
getVMLevel
 
 -