org.eclipse.mat.ibmvm.acquire
Class DumpFactory

java.lang.Object
  extended by org.eclipse.mat.ibmvm.acquire.DumpFactory

public class DumpFactory
extends java.lang.Object

Create a dump provider for IBM VMs Depending on the type of the current VM, either uses an Attach API method or will use a helper VM.


Constructor Summary
DumpFactory()
           
 
Method Summary
 java.lang.Object create()
          Actually create the appropriate dump provider.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpFactory

public DumpFactory()
Method Detail

create

public java.lang.Object create()
                        throws CoreException
Actually create the appropriate dump provider.

Returns:
the new dump provider
Throws:
CoreException