All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.reference.agent.cmf.LibLoader

java.lang.Object
   |
   +----com.sun.jaw.reference.agent.cmf.LibLoader

public class LibLoader
extends Object

Constructor Index

 o LibLoader()

Method Index

 o loadLibrary(Class, String, String)
Loads a dynamic native library.

Constructors

 o LibLoader
 public LibLoader()

Methods

 o loadLibrary
 public static void loadLibrary(Class aClass,
                                String baseName,
                                String libName) throws SecurityException, UnsatisfiedLinkError
Loads a dynamic native library.

Parameters:
aClass - The class for which a library needs to be loaded.
basename - The basename argument is the unique library base name where the library is stored on the management server.
libname - The libname argument is either the full pathname of the library below the library base path or is a simple, architecture-independent library name where the path, prefix, and suffix for the library name are generated based on the appliance type on which the loadLibrary() call was made.
Throws: SecurityException
If the current thread cannot load the specified dynamic library.
Throws: UnsatisfiedLinkError
If the library does not exist.

All Packages  Class Hierarchy  This Package  Previous  Next  Index