1/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class sun_tools_attach_VirtualMachineImpl */
4
5#ifndef _Included_sun_tools_attach_VirtualMachineImpl
6#define _Included_sun_tools_attach_VirtualMachineImpl
7#ifdef __cplusplus
8extern "C" {
9#endif
10#undef sun_tools_attach_VirtualMachineImpl_JNI_ENOMEM
11#define sun_tools_attach_VirtualMachineImpl_JNI_ENOMEM -4L
12#undef sun_tools_attach_VirtualMachineImpl_ATTACH_ERROR_BADJAR
13#define sun_tools_attach_VirtualMachineImpl_ATTACH_ERROR_BADJAR 100L
14#undef sun_tools_attach_VirtualMachineImpl_ATTACH_ERROR_NOTONCP
15#define sun_tools_attach_VirtualMachineImpl_ATTACH_ERROR_NOTONCP 101L
16#undef sun_tools_attach_VirtualMachineImpl_ATTACH_ERROR_STARTFAIL
17#define sun_tools_attach_VirtualMachineImpl_ATTACH_ERROR_STARTFAIL 102L
18#undef sun_tools_attach_VirtualMachineImpl_ATTACH_ERROR_BADVERSION
19#define sun_tools_attach_VirtualMachineImpl_ATTACH_ERROR_BADVERSION 101L
20/*
21 * Class: sun_tools_attach_VirtualMachineImpl
22 * Method: sendQuitTo
23 * Signature: (I)V
24 */
25JNIEXPORT void JNICALL Java_sun_tools_attach_VirtualMachineImpl_sendQuitTo
26 (JNIEnv *, jclass, jint);
27
28/*
29 * Class: sun_tools_attach_VirtualMachineImpl
30 * Method: checkPermissions
31 * Signature: (Ljava/lang/String;)V
32 */
33JNIEXPORT void JNICALL Java_sun_tools_attach_VirtualMachineImpl_checkPermissions
34 (JNIEnv *, jclass, jstring);
35
36/*
37 * Class: sun_tools_attach_VirtualMachineImpl
38 * Method: socket
39 * Signature: ()I
40 */
41JNIEXPORT jint JNICALL Java_sun_tools_attach_VirtualMachineImpl_socket
42 (JNIEnv *, jclass);
43
44/*
45 * Class: sun_tools_attach_VirtualMachineImpl
46 * Method: connect
47 * Signature: (ILjava/lang/String;)V
48 */
49JNIEXPORT void JNICALL Java_sun_tools_attach_VirtualMachineImpl_connect
50 (JNIEnv *, jclass, jint, jstring);
51
52/*
53 * Class: sun_tools_attach_VirtualMachineImpl
54 * Method: close
55 * Signature: (I)V
56 */
57JNIEXPORT void JNICALL Java_sun_tools_attach_VirtualMachineImpl_close
58 (JNIEnv *, jclass, jint);
59
60/*
61 * Class: sun_tools_attach_VirtualMachineImpl
62 * Method: read
63 * Signature: (I[BII)I
64 */
65JNIEXPORT jint JNICALL Java_sun_tools_attach_VirtualMachineImpl_read
66 (JNIEnv *, jclass, jint, jbyteArray, jint, jint);
67
68/*
69 * Class: sun_tools_attach_VirtualMachineImpl
70 * Method: write
71 * Signature: (I[BII)V
72 */
73JNIEXPORT void JNICALL Java_sun_tools_attach_VirtualMachineImpl_write
74 (JNIEnv *, jclass, jint, jbyteArray, jint, jint);
75
76#ifdef __cplusplus
77}
78#endif
79#endif
80