JAFS API v2

org.openafs.jafs
Class AFSLibraryLoader

java.lang.Object
  |
  +--org.openafs.jafs.AFSLibraryLoader

class AFSLibraryLoader
extends Object

Class that loads the native libraries required for direct communication with AFS. Since the Token class is serializable the function of loading the native libraries must be performed in a non-serialized class, one that will not be included in any client side application packages.

Version:
1.0, 06/13/2001

Constructor Summary
(package private) AFSLibraryLoader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AFSLibraryLoader

AFSLibraryLoader()

JAFS API v2