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

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

public class IBMSPIBasedHeapDumpDelegate
extends AbstractIBMSPIBasedDumpInitiatorDelegate


Constructor Summary
IBMSPIBasedHeapDumpDelegate()
           
 
Method Summary
 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.
protected  java.lang.String getMethodName()
           
 
Methods inherited from class javax.tools.diagnostics.vm.spi.delegates.AbstractIBMSPIBasedDumpInitiatorDelegate
available, createDumpHandle, createDumpHandle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IBMSPIBasedHeapDumpDelegate

public IBMSPIBasedHeapDumpDelegate()
Method Detail

getMethodName

protected java.lang.String getMethodName()
Specified by:
getMethodName in class AbstractIBMSPIBasedDumpInitiatorDelegate

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.