|
Java AFS Admin API v1.3 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Server in org.openafs.jafsadm |
Methods in org.openafs.jafsadm that return Server | |
Server |
Key.getServer()
Returns the server this key is associated with. |
Server |
Process.getServer()
Returns the server hosting this process. |
Server |
Partition.getServer()
Returns this partition's hosting server. |
Server |
Cell.getServer(String name)
Retrieves the Server object (which is an abstract
representation of an actual AFS server) designated by name . |
Server[] |
Cell.getServers()
Retrieves an array containing all of the Server objects
associated with this Cell , each of which are an abstract
representation of an actual server of the AFS cell. |
Methods in org.openafs.jafsadm with parameters of type Server | |
int |
Server.compareTo(Server server)
Compares two Server objects respective to their names and does not factor any other attribute. |
boolean |
Server.equals(Server otherServer)
Tests whether two Server objects are equal, based on their
names and hosting Cell. |
Constructors in org.openafs.jafsadm with parameters of type Server | |
Key(int version,
Server server)
Constructs a new Key object instance given the version of
the AFS key and the AFS server, represented by server ,
to which it belongs. |
|
Key(int version,
Server server,
boolean preloadAllMembers)
Constructs a new Key object instance given the version of
the AFS key and the AFS server, represented by server ,
to which it belongs. |
|
Process(String name,
Server server)
Constructs a new Process object instance given the name
of the AFS process and the AFS server, represented by
server , to which it belongs. |
|
Process(String name,
Server server,
boolean preloadAllMembers)
Constructs a new Process object instance given the name
of the AFS process and the AFS server, represented by
server , to which it belongs. |
|
Partition(String name,
Server server)
Constructs a new Partition object instance given the
name of the AFS partition and the AFS server, represented by
server , to which it belongs. |
|
Partition(String name,
Server server,
boolean preloadAllMembers)
Constructs a new Partition object instance given the name
of the AFS partition and the AFS server, represented by
server , to which it belongs. |
|
Java AFS Admin (jafsadm) API for OpenAFS | ||||||||
PREV NEXT | FRAMES NO FRAMES |