Bpp/Java
Context
C++
 
 
DESCRIPTION
 

This module provides facilities to manipulate a Java context (i.e. an environment in which Java elements can be accessed through JNI).

 
SOURCE FILES
 

This section allows you to access the C++ source files of the module.

 
PARENT MODULE
 

This module is part of Bpp/Java.

 
INCLUDED FILES
 

The files listed below are included in the interface part of the module. So any module dependent of this module is also dependent of the files listed here.

  • <bpp/java/virtual_machine.hpp>

 
NEEDED FILES
 

The files listed below are needed by the implementation part of the module. But a module dependent of this module is not necessary dependent of the files listed here.

  • <bpp/modules.hpp>

 
INTEGRATED NAMESPACES
 

The namespaces listed below are integrated in this module. That means any element declared in one of those namespaces can now be directly used by or from this module.

  • javaVirtualMachine

 
ERRORS
 

Here are listed the errors that are supported or generated by the module. To use one of them, you do not have to specify the namespace of the module.

  • erJavaArrayAccess
    Can not access the element of the Java array.

  • erJavaArrayCreation
    Can not create the Java array.

  • erJavaAttributeAccess
    Can not access the Java attribute.

  • erJavaAttributeNotFound
    Can not find the Java attribute.

  • erJavaClassNotFound
    Can not find the Java class.

  • erJavaException
    Problem with a Java exception.

  • erJavaGlobalReference
    Can not make the Java reference global.

  • erJavaLocalReference
    Can not create a local Java reference.

  • erJavaMethodCall
    Can not call the Java method.

  • erJavaMethodNotFound
    Can not find the Java method.

  • erJavaObjectClass
    Can not check the class of the object.

  • erJavaReferenceFree
    Can not free the Java reference.

  • erJavaStringAccess
    Can not access the content of the Java string.

  • erJavaStringCreation
    Can not create the Java string.

  • erJavaSynchronization
    Can not synchronize the Java object.

 
CLASSES
 

Here are listed the classes provided by the module. To use one of them, you have to specify the namespace of the module.

 
clContext
 
 
Declaration

class clContext

 
Description

Represents a Java context.

 
Attributes
  • jyContext jniPointer()
    Pointer to the context in JNI. Reading access only.

 
Methods
 
 
Copyright (c) 1999-2016 - Bruno Bachelet - bruno@nawouak.net - http://www.nawouak.net
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation. See this license for more details (http://www.gnu.org).