luniglob.c File Reference


Detailed Description

Harmony LUNI natives initialization API.

#include <string.h>
#include "jcl.h"
#include "jclglob.h"
#include "hypool.h"

Typedefs

typedef props_file_entry props_file_entry
 A structure that captures a single key-value setting from the properties file.

Functions

jint JNICALL JNI_OnLoad (JavaVM *vm, void *reserved)
 This DLL is being loaded, do any initialization required.
void JNICALL JNI_OnUnload (JavaVM *vm, void *reserved)
 This DLL is being unloaded, do any clean up required.


Typedef Documentation

typedef struct props_file_entry props_file_entry
 

A structure that captures a single key-value setting from the properties file.


Function Documentation

jint JNICALL JNI_OnLoad JavaVM *  vm,
void *  reserved
 

This DLL is being loaded, do any initialization required.

This may be called more than once.

void JNICALL JNI_OnUnload JavaVM *  vm,
void *  reserved
 

This DLL is being unloaded, do any clean up required.

This may be called more than once!!


(c) Copyright 2005 The Apache Software Foundation or its licensors, as applicable.