Java AFS Admin API v1.3

Uses of Class
org.openafs.jafsadm.Process

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

Copyright (c) 2001-2002 International Business Machines Corp.
All rights reserved.
See copyright statement.