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
|
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 |
thread
private int thread
WIN32Thread
public WIN32Thread()
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).