|
Java AFS Admin API v1.3 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Process in org.openafs.jafsadm |
Methods in org.openafs.jafsadm that return Process | |
Process |
Server.getProcess(String name)
Retrieves the Process object (which is an abstract
representation of an actual AFS process of this server) designated
by name (i.e. |
Process[] |
Server.getProcesses()
Retrieves an array containing all of the Process objects
associated with this Server , each of which are an abstract
representation of an actual AFS process of the AFS server. |
Methods in org.openafs.jafsadm with parameters of type Process | |
int |
Process.compareTo(Process process)
Compares two Process objects respective to their names and does not factor any other attribute. |
boolean |
Process.equals(Process otherProcess)
Tests whether two Process objects are equal, based on their
names and hosting server. |
|
Java AFS Admin (jafsadm) API for OpenAFS | ||||||||
PREV NEXT | FRAMES NO FRAMES |