com.develop.jawin
Class WIN32Thread

java.lang.Object
  |
  +--com.develop.jawin.Bootstrap
        |
        +--com.develop.jawin.WIN32Thread

public abstract class WIN32Thread
extends Bootstrap

Author:
Cyril

Field Summary
private  int thread
           
 
Constructor Summary
WIN32Thread()
           
 
Method Summary
static void enableFTM(boolean marshal)
           
 void exitInstance()
           
protected  void finalize()
           
abstract  void initInstance()
           
 void resume()
           
private  void Resume(int thread)
           
 int start()
           
private  int Start()
           
 void stop()
           
private  void Stop(int thread)
           
 void suspend()
           
private  void Suspend(int thread)
           
 
Methods inherited from class com.develop.jawin.Bootstrap
, directCOM, freeLibrary, hasFTM, init, loadFunction, loadLibrary, marshalToGIT, queryInterface, registerGUID, registerRecord, revokeGIT, unmarshalFromGIT
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

thread

private int thread
Constructor Detail

WIN32Thread

public WIN32Thread()
Method Detail

enableFTM

public static void enableFTM(boolean marshal)

initInstance

public abstract void initInstance()
                           throws java.lang.Throwable

exitInstance

public void exitInstance()
                  throws java.lang.Throwable

start

public final int start()
                throws COMException

suspend

public final void suspend()
                   throws COMException

resume

public final void resume()
                  throws COMException

stop

public final void stop()
                throws COMException

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object

Start

private final int Start()

Suspend

private final void Suspend(int thread)

Resume

private final void Resume(int thread)

Stop

private final void Stop(int thread)


New Jawin designed by Vitally Shelest. This product includes software developed by the DevelopMentor OpenSource Project (http://www.develop.com/OpenSource).