JAFS API v2

Uses of Class
org.openafs.jafs.Process

Uses of Process in org.openafs.jafs
 

Methods in org.openafs.jafs 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.jafs 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.
protected static void Process.getProcessInfo(int cellHandle, String processName, Process theProcess)
          Fills in the information fields of the provided Process.
protected static int Server.getProcessesNext(int serverHandle, int iterationId, Process theProcess)
          Fills the next process object of the server.
 


JAFS API v2