public class COIOSHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static boolean |
destroyed |
private static COIOSHelper |
self |
private static int |
used |
| Modifier | Constructor and Description |
|---|---|
private |
COIOSHelper()
Default constructor, do not use
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDependant(NativeLibraryClient dependant)
Add a NativeLibraryClient as dependant to this object.
|
void |
freeLibrary(java.lang.String name) |
private void |
FreeLibrary(java.lang.String name)
This method is used to free the library at the end of progam execution.
|
static COIOSHelper |
getInstance()
Returns the one existent object of this class.
|
private static COIOSHelper self
private static int used
private static boolean destroyed
private void FreeLibrary(java.lang.String name)
public static COIOSHelper getInstance()
public void freeLibrary(java.lang.String name)
name - public void addDependant(NativeLibraryClient dependant) throws java.lang.Exception
dependant - to be addedjava.lang.Exception