Uses of Interface
javax.tools.diagnostics.vm.DumpInitiatorDelegate

Packages that use DumpInitiatorDelegate
javax.tools.diagnostics.vm Dump Creation API 
javax.tools.diagnostics.vm.spi.delegates   
 

Uses of DumpInitiatorDelegate in javax.tools.diagnostics.vm
 

Methods in javax.tools.diagnostics.vm that return DumpInitiatorDelegate
 DumpInitiatorDelegate DumpFactory.getDefaultInitiatorDelegate()
          Get the default dump initiator
 DumpInitiatorDelegate DumpFactory.getInitiator(java.lang.String format)
          Returns an initiator that can produce a dump of the required format.
 DumpInitiatorDelegate DumpFactory.instantiateOverrideDelegate()
          Instantiates a Dump delegate class to handle dump requests based on the presence of the override system property initiatorPropertyName It will be used in preference to any other auto discovered delegates.
 

Methods in javax.tools.diagnostics.vm that return types with arguments of type DumpInitiatorDelegate
 java.util.Collection<DumpInitiatorDelegate> DumpFactory.getAvailableInitiators()
          Returns the set of available Initiators.
 

Methods in javax.tools.diagnostics.vm with parameters of type DumpInitiatorDelegate
 void DumpFactory.setDefaultInitiatorDelegate(DumpInitiatorDelegate defaultInitiatorDelegate)
          sets the default dump initiator.
 

Uses of DumpInitiatorDelegate in javax.tools.diagnostics.vm.spi.delegates
 

Classes in javax.tools.diagnostics.vm.spi.delegates that implement DumpInitiatorDelegate
 class AbstractIBMSPIBasedDumpInitiatorDelegate
          Dump Delegate for IBM JVMs using the com.ibm.jvm.Dump API Note that reflection is used to trigger a dump as otherwise compilation of this code would be dependent on having an IBM JVM.
 class AbstractSignalBasedDumpInitiatorDelegate
          Signal based Dump Initiator relies on the presence of org.apache.kato.common142.DumpTrigger in the class path
 class HProfMBeanDumpDelegate
          Uses HotSpotDiagnostic MBean to generate hprof dump.
 class HProfSignalTriggeredDumpDelegate
           
 class IBMSPIBasedHeapDumpDelegate
           
 class IBMSPIBasedSystemDumpDelegate
           
 class JavaDumpDelegate
           
 



Copyright © 2010. All Rights Reserved.