JAFS API v2

Package org.openafs.jafs

Interface Summary
PTSEntry An interface representation of a PTS entry as it applies to AFS users and groups.
 

Class Summary
ACL An abstract representation of AFS file and directory pathnames.
ACL.Entry AFS ACL Entry Class.
AFSLibraryLoader Class that loads the native libraries required for direct communication with AFS.
AFSShutdownHandler Class that handles graceful AFS application shutdown procedures by instructing the native library to inform the file system server that it is shutting down.
Cell An abstract representation of an AFS cell.
ErrorTable Static class for error code message management.
File An abstract representation of AFS file and directory pathnames.
FileInputStream This class is a file input stream for files within AFS.
FileOutputStream This class is a file output stream for files within AFS.
Group An abstract representation of an AFS group.
Key An abstract representation of an AFS key.
Partition An abstract representation of an AFS partition.
Process An abstract representation of an AFS process.
Server An abstract representation of an AFS server.
Server.ExecutableTime  
Token An abstract representation of an AFS authentication token.
User An abstract representation of an AFS user.
VersionInfo Class providing static methods for retrieving version information specific to the JNI library.
Volume An abstract representation of an AFS volume.
 

Exception Summary
AFSException An exception indicating that an error has occurred in the Java AFS API, in the Java AFS JNI, or in the AFS file system.
AFSFileException An exception indicating that a file related error has occured in the Java AFS API, in the Java AFS JNI, or in the AFS file system.
AFSSecurityException An exception indicating that a security related error has occured in the Java AFS API, in the Java AFS JNI, or in the AFS file system.
 


JAFS API v2