Codemesh Runtime v3 C++ API Reference
3.9.205
|
6 #ifndef xmog_serializable_inc
7 #define xmog_serializable_inc
10 #include "xmog_peer.h"
A utility class that provides access to the Java interface com.codemesh.peer.PeerType.
Definition: xmog_peer.h:233
A utility class that provides easy access to the Java type com.codemesh.peer.SerializablePeer.
Definition: xmog_serializable.h:18
static int create(xmog_base *peer, const char *classNameUtf, xmog_localenv *env=NULL, xmog_flags=xmog_base::LOCAL)
Creates a new instance of a Java type that is supposedly implementing the com.codemesh....
The baseclass for all proxy types in the framework.
Definition: xmog_base.h:29
A class representing per-thread information for the integration runtime.
Definition: xmog_localenv.h:32
A C++ wrapper for Java types.
Definition: xmog_java_class.h:31
static char * to_string(xmog_base *peer, xmog_localenv *env=NULL)
Returns a string containing the instance's state in text representation.
static xmog_java_class * get_class()
Returns a pointer to the xmog_java_class that represents the com.codemesh.peer.PeerType interface.
Copyright (c) 1999-2020 by Codemesh, Inc., ALL RIGHTS RESERVED.