Codemesh Runtime v3 C++ API Reference  3.9.205
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
JavaVM_IPv4 Struct Reference

A JavaVM type that uses IPv4 sockets to communicate with an out-of-process JVM. More...

#include <JavaVM_IPv4.h>

Inheritance diagram for JavaVM_IPv4:
Inheritance graph
[legend]
Collaboration diagram for JavaVM_IPv4:
Collaboration graph
[legend]

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_providerauth_
 
xmog_encryption_providerenc_
 
char * appid_
 
char * user_
 
char * password_
 
char * clientname_
 

Static Public Attributes

static JNIInvokeInterface_ theFunctions
 

Detailed Description

A JavaVM type that uses IPv4 sockets to communicate with an out-of-process JVM.


The documentation for this struct was generated from the following file:

Copyright (c) 1999-2020 by Codemesh, Inc., ALL RIGHTS RESERVED.