Codemesh Runtime v3 C++ API Reference
3.9.205
|
A JavaVM type that uses IPv4 sockets to communicate with an out-of-process JVM. More...
#include <JavaVM_IPv4.h>
Public Member Functions | |
JavaVM_IPv4 (ACE_SOCK_Stream *server, const char *appid, const char *user=NULL, const char *password=NULL, const char *clientname=NULL, xmog_authentication_provider *auth=NULL, xmog_encryption_provider *enc=NULL) | |
int | send (xmog_remote_message *) |
int | receive (xmog_remote_message **) |
Public Attributes | |
ACE_SOCK_Stream * | server_ |
xmog_authentication_provider * | auth_ |
xmog_encryption_provider * | enc_ |
char * | appid_ |
char * | user_ |
char * | password_ |
char * | clientname_ |
Static Public Attributes | |
static JNIInvokeInterface_ | theFunctions |
A JavaVM type that uses IPv4 sockets to communicate with an out-of-process JVM.