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

Quick Search    Search Deep

com.neuron.jaffer
Class AFP_Session.Path  view AFP_Session.Path download AFP_Session.Path.java

java.lang.Object
  extended bycom.neuron.jaffer.AFP_Session.Path
Enclosing class:
AFP_Session

private class AFP_Session.Path
extends java.lang.Object


Field Summary
private  AFP_CNode node
           
private  java.lang.String path
           
private  AFP_Volume volume
           
 
Constructor Summary
(package private) AFP_Session.Path(int volID, int dirID, java.lang.String pathName)
           
 
Method Summary
(package private)  AFP_Session.Path create(boolean dir)
           
(package private)  AFP_Session.Path createDir()
           
(package private)  AFP_Session.Path createFile()
           
(package private)  AFP_CNode getNode()
           
(package private)  AFP_Volume getVolume()
           
(package private)  AFP_Session.Path open()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

volume

private AFP_Volume volume

node

private AFP_CNode node

path

private java.lang.String path
Constructor Detail

AFP_Session.Path

AFP_Session.Path(int volID,
                 int dirID,
                 java.lang.String pathName)
           throws AFP_Error
Method Detail

getNode

AFP_CNode getNode()

getVolume

AFP_Volume getVolume()

open

AFP_Session.Path open()
                throws AFP_Error

createDir

AFP_Session.Path createDir()
                     throws AFP_Error

createFile

AFP_Session.Path createFile()
                      throws AFP_Error

create

AFP_Session.Path create(boolean dir)
                  throws AFP_Error