|
barchart-udt-core 2.3.0-SNAPSHOT / 2013-05-13T01:37:38.485-0500 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Native | |
|---|---|
| com.barchart.udt | Java wrapper around native C++ UDT protocol |
| Uses of Native in com.barchart.udt |
|---|
| Fields in com.barchart.udt with annotations of type Native | |
|---|---|
static boolean |
SocketUDT.INIT_OK
Helper value that can be checked from CCC class and force JNI library load |
static int |
SocketUDT.SIGNATURE_JNI
JNI Signature that must match between java code and c++ code on all platforms; failure to match will abort native library load, as an indication of inconsistent build. |
static int |
SocketUDT.UDT_EXCEPT_INDEX
UDT::select() sizeArray/sizeBuffer index offset for EXCEPTION report |
static int |
SocketUDT.UDT_READ_INDEX
UDT::select() sizeArray/sizeBuffer index offset for READ interest |
static int |
SocketUDT.UDT_SIZE_COUNT
UDT::select() sizeArray/sizeBuffer size count or number of arrays/buffers |
static int |
SocketUDT.UDT_WRITE_INDEX
UDT::select() sizeArray/sizeBuffer index offset for WRITE interest |
| Constructors in com.barchart.udt with annotations of type Native | |
|---|---|
ExceptionUDT(int socketID,
ErrorUDT error,
String comment)
Instantiates a new exception udt for synthetic JNI wrapper exception. |
|
ExceptionUDT(int socketID,
int errorCode,
String comment)
Instantiates a new exception udt for native UDT::Exception. |
|
|
barchart-udt-core 2.3.0-SNAPSHOT / 2013-05-13T01:37:38.485-0500 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||