Last change
on this file since 830 was
525,
checked in by djay, 10 years ago
|
Add the Java ZOO-API.
|
-
Property svn:keywords set to
Id
|
File size:
332 bytes
|
Line | |
---|
1 | import java.lang.*; |
---|
2 | import java.util.*; |
---|
3 | |
---|
4 | public class ZOO { |
---|
5 | static { System.loadLibrary("ZOO"); } |
---|
6 | public static Integer SERVICE_SUCCEEDED=3; |
---|
7 | public static Integer SERVICE_FAILED=4; |
---|
8 | public static native String _(String a); |
---|
9 | public static native Integer updateStatus(HashMap conf,String pourcent,String message); |
---|
10 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.