Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.neuron.jaffer.AFP_Error

Uses of AFP_Error in com.neuron.jaffer
 

Methods in com.neuron.jaffer that throw AFP_Error
private  AFP_Fork AFP_Session.getFork(int forkRef)
           
private  AFP_Session.Path AFP_Session.openPath(int volID, int dirID, java.lang.String pathName)
           
private  AFP_Session.Path AFP_Session.createDirPath(int volID, int dirID, java.lang.String pathName)
           
private  AFP_Session.Path AFP_Session.createFilePath(int volID, int dirID, java.lang.String pathName)
           
(package private)  AFP_Session.Path AFP_Session.Path.open()
           
(package private)  AFP_Session.Path AFP_Session.Path.createDir()
           
(package private)  AFP_Session.Path AFP_Session.Path.createFile()
           
(package private)  AFP_Session.Path AFP_Session.Path.create(boolean dir)
           
 

Constructors in com.neuron.jaffer that throw AFP_Error
AFP_Session.Path(int volID, int dirID, java.lang.String pathName)