JAFS API v2.2

Uses of Class
org.openafs.jafs.Cell

Uses of Cell in org.openafs.jafs
 

Fields in org.openafs.jafs declared as Cell
protected  Cell Volume.cell
           
protected  Cell Partition.cell
           
protected  Cell Server.cell
           
protected  Cell Group.cell
           
protected  Cell User.cell
           
 

Methods in org.openafs.jafs that return Cell
 Cell Server.getCell()
          Returns the Cell object with which this Server was constructed.
 Cell Group.getCell()
          Returns the Cell this group belongs to.
 Cell PTSEntry.getCell()
          Returns the Cell this PTS user or group belongs to.
 Cell User.getCell()
          Returns the Cell this user belongs to.
 

Methods in org.openafs.jafs with parameters of type Cell
 boolean Cell.equals(Cell otherCell)
          Tests whether two Cell objects are equal, based on their names.
 

Constructors in org.openafs.jafs with parameters of type Cell
Server(String name, Cell cell)
          Constructs a new Server object instance given the name of the AFS server and the AFS cell, represented by cell, to which it belongs.
Server(String name, Cell cell, boolean preloadAllMembers)
          Constructs a new Server object instance given the name of the AFS server and the AFS cell, represented by cell, to which it belongs.
Server(Cell cell)
          Constructs a blank Server object instance given the cell to which the server belongs.
Group(String name, Cell cell)
          Constructs a new Group object instance given the name of the AFS group and the AFS cell, represented by cell, to which it belongs.
Group(String name, Cell cell, boolean preloadAllMembers)
          Constructs a new Group object instance given the name of the AFS group and the AFS cell, represented by cell, to which it belongs.
Group(Cell cell)
          Creates a blank Group given the cell to which the group belongs.
User(String name, Cell cell)
          Constructs a new User object instance given the name of the AFS user and the AFS cell, represented by cell, to which it belongs.
User(String name, Cell cell, boolean preloadAllMembers)
          Constructs a new User object instance given the name of the AFS user and the AFS cell, represented by cell, to which it belongs.
User(Cell cell)
          Constructs a blank User object given the cell to which the user belongs.
 


JAFS API v2.2