The properties of the Diagnostics class are listed below. For a complete list of Diagnostics class members, see the Diagnostics Members topic.
![]() CallbackTracing | A read-only property governing the tracing of callback events. |
![]() ClassesAnalysis | Returns a string that contains helpful information about the classes that are available as proxy classes. In particular, you will see exactly which classes that are available as proxy classes are not available as Java classes. This can greatly assist debugging complex deployment problems where a jarfile might be missing or incomplete. A JvmLoader needs to have been instantiated prior to using this property, otherwise the return value will simply be an error string. |
![]() ClassPathAnalysis | Returns a string that contains helpful information about the configured classpath. A JvmLoader needs to have been instantiated prior to using this property, otherwise the return value will simply be an error string. |
![]() FinalizationTracing | A read-only property governing the tracing of object finalization. |
![]() JvmTracing | A read-only property governing the tracing of JVM events. |
![]() MethodsAndFieldsAnalysis | Returns a string that contains helpful information about the methods and fields that are available in the proxy classes. In particular, you will see exactly which methods and fields are available as proxy classes but not in the Java classes on the configured classpath. This might be due to a version mismatch (new JDK used at development time, old JDK used at deployment time) or due to stale proxy classes (Java classes changed without proxies having been regenerated). A JvmLoader needs to have been instantiated prior to using this property, otherwise the return value will simply be an error string. |
![]() TypeSystemTracing | A read-only property governing the tracing of proxy-type events. |
Diagnostics Class | Codemesh.JuggerNET Namespace