Top Fields Constructors Methods
sun.jvm.hotspot.debugger.windbg.x86

public Class WindbgX86ThreadFactory

extends Object
implements WindbgThreadFactory
Class Inheritance
All Implemented Interfaces
sun.jvm.hotspot.debugger.windbg.WindbgThreadFactory
Imports
sun.jvm.hotspot.debugger.*, sun.jvm.hotspot.debugger.windbg.*

Field Summary

Modifier and TypeField and Description
private WindbgDebugger

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public ThreadProxy
public ThreadProxy
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

debuggerback to summary
private WindbgDebugger debugger

Constructor Detail

WindbgX86ThreadFactoryback to summary
public WindbgX86ThreadFactory(WindbgDebugger debugger)

Method Detail

createThreadWrapperback to summary
public ThreadProxy createThreadWrapper(Address threadIdentifierAddr)

Implements sun.jvm.hotspot.debugger.windbg.WindbgThreadFactory.createThreadWrapper.

createThreadWrapperback to summary
public ThreadProxy createThreadWrapper(long id)

Implements sun.jvm.hotspot.debugger.windbg.WindbgThreadFactory.createThreadWrapper.