wt.tools.profiler
Class ProfilerWrapper

java.lang.Object
  extended bywt.tools.profiler.ProfilerWrapper
All Implemented Interfaces:
Serializable

public class ProfilerWrapper
extends Object
implements Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
 ProfilerFrame[] frames
           
private static String RESOURCE
           
 String[] threadNames
           
 
Constructor Summary
ProfilerWrapper()
           
ProfilerWrapper(Map data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

threadNames

public String[] threadNames

frames

public ProfilerFrame[] frames
Constructor Detail

ProfilerWrapper

public ProfilerWrapper()

ProfilerWrapper

public ProfilerWrapper(Map data)