jaulib v1.3.0
Jau Support Library (C++, Java, ..)
Public Member Functions | Protected Member Functions | List of all members
jau.sys.dl.WindowsDynamicLinkerImpl Class Reference
Inheritance diagram for jau.sys.dl.WindowsDynamicLinkerImpl:
Collaboration diagram for jau.sys.dl.WindowsDynamicLinkerImpl:

Public Member Functions

final String getLastError ()
 Returns a string containing the last error. More...
 

Protected Member Functions

final long openLibraryLocalImpl (final String libraryName) throws SecurityException
 
final long openLibraryGlobalImpl (final String libraryName) throws SecurityException
 
final long lookupSymbolGlobalImpl (final String symbolName) throws SecurityException
 
final long lookupSymbolLocalImpl (final long libraryHandle, final String symbolName) throws IllegalArgumentException
 
final void closeLibraryImpl (final long libraryHandle) throws IllegalArgumentException
 

Detailed Description

Definition at line 28 of file WindowsDynamicLinkerImpl.java.

Member Function Documentation

◆ closeLibraryImpl()

final void jau.sys.dl.WindowsDynamicLinkerImpl.closeLibraryImpl ( final long  libraryHandle) throws IllegalArgumentException
protected

Definition at line 82 of file WindowsDynamicLinkerImpl.java.

◆ getLastError()

final String jau.sys.dl.WindowsDynamicLinkerImpl.getLastError ( )

Returns a string containing the last error.

Maybe called for debuging purposed if any method fails.

Returns
error string, maybe null. A null or non-null value has no semantics.

Implements org.jau.sys.dl.DynamicLinker.

Definition at line 87 of file WindowsDynamicLinkerImpl.java.

◆ lookupSymbolGlobalImpl()

final long jau.sys.dl.WindowsDynamicLinkerImpl.lookupSymbolGlobalImpl ( final String  symbolName) throws SecurityException
protected

Definition at line 55 of file WindowsDynamicLinkerImpl.java.

◆ lookupSymbolLocalImpl()

final long jau.sys.dl.WindowsDynamicLinkerImpl.lookupSymbolLocalImpl ( final long  libraryHandle,
final String  symbolName 
) throws IllegalArgumentException
protected

Definition at line 67 of file WindowsDynamicLinkerImpl.java.

◆ openLibraryGlobalImpl()

final long jau.sys.dl.WindowsDynamicLinkerImpl.openLibraryGlobalImpl ( final String  libraryName) throws SecurityException
protected

Definition at line 50 of file WindowsDynamicLinkerImpl.java.

◆ openLibraryLocalImpl()

final long jau.sys.dl.WindowsDynamicLinkerImpl.openLibraryLocalImpl ( final String  libraryName) throws SecurityException
protected

Definition at line 43 of file WindowsDynamicLinkerImpl.java.


The documentation for this class was generated from the following file: