javax.tools.diagnostics.vm.spi.delegates
Class HProfSignalTriggeredDumpDelegate

java.lang.Object
  extended by javax.tools.diagnostics.vm.spi.delegates.AbstractSignalBasedDumpInitiatorDelegate
      extended by javax.tools.diagnostics.vm.spi.delegates.HProfSignalTriggeredDumpDelegate
All Implemented Interfaces:
DumpInitiatorDelegate

public class HProfSignalTriggeredDumpDelegate
extends AbstractSignalBasedDumpInitiatorDelegate


Constructor Summary
HProfSignalTriggeredDumpDelegate()
           
 
Method Summary
 boolean available()
          Called to check that the delegate has all available resources to proceed.
 DumpInitiatorCapabilities getCapabilities()
          Returns an object that describes the capabilities offered by this initiator
 java.lang.String getDumpType()
          Returns a literal that describes the dump being produced by this initiator.
 
Methods inherited from class javax.tools.diagnostics.vm.spi.delegates.AbstractSignalBasedDumpInitiatorDelegate
createDumpHandle, createDumpHandle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HProfSignalTriggeredDumpDelegate

public HProfSignalTriggeredDumpDelegate()
Method Detail

available

public boolean available()
Description copied from interface: DumpInitiatorDelegate
Called to check that the delegate has all available resources to proceed. This method should only be called by the Dump class This method will always be called before the first call to dump

Specified by:
available in interface DumpInitiatorDelegate
Overrides:
available in class AbstractSignalBasedDumpInitiatorDelegate
Returns:
true if the delegate is available

getCapabilities

public DumpInitiatorCapabilities getCapabilities()
Description copied from interface: DumpInitiatorDelegate
Returns an object that describes the capabilities offered by this initiator

Returns:
a populated capabilities object

getDumpType

public java.lang.String getDumpType()
Description copied from interface: DumpInitiatorDelegate
Returns a literal that describes the dump being produced by this initiator. The value can be used by callers to the DumpFactory API to retrieve a specific dump initiator.

Returns:
dump type literal


Copyright © 2010. All Rights Reserved.