This namespaces contains the classes required to use Java objects through the DotNetJ Dynamic Invocation Interface (DII).
Class | Description |
---|---|
DotNetJException | An exception thrown by DotNetJ |
JavaActivator | A class for accessing remote server-activated Java objects (SAOs). |
JavaArray | Objects of this class stand for remote Java arrays in the Dynamic Invocation Interface (DII) API. Allows to access, modify elements of Java arrays. Use the public constructor to instantiate a remote Java array. |
JavaClientChannel | Should not be used. |
JavaClientFormatterSink | Should not be used. |
JavaClientFormatterSinkProvider | Should not be used. |
JavaClientTransportSink | Should not be used. |
JavaClientTransportSinkProvider | Should not be used. |
JavaMethodAttribute | Should not be used. |
JavaNameAttribute | Should not be used. |
JavaObject | Objects of this class stand for remote Java objects in the Dynamic Invocation Interface (DII) API. Allows to call methods, access fields of remote Java objects. Use one of the three public constructors to instantiate a remote Java object. |
JavaObjRef | Should not be used. |
JavaThing | The abstract base class for Dynamic Invocation Interface (DII) objects. This class cannot be instantiated, use JavaObject and JavaArray to access Java objects and Java arrays. |
JavaTypeAttribute | Should not be used. |
JavaTypeInfo | Should not be used. |
NestedLocalReturnMessage | Should not be used. |
NestedLocalReturnMessage2 | |
NullJavaObjRef | |
ParameterTypeNames | Predefind parameter type names. |
WrappedJavaException | Wraps a remote Java exception. |
Enumeration | Description |
---|---|
__Internal | Should not be used. |