Java AFS Admin API v1.3

Uses of Class
org.openafs.jafsadm.Server.ExecutableTime

Uses of Server.ExecutableTime in org.openafs.jafsadm
 

Methods in org.openafs.jafsadm that return Server.ExecutableTime
 Server.ExecutableTime Server.getGeneralRestartTime()
          Returns the BOS Server's general restart time in the form of an ExecutableTime object.
 Server.ExecutableTime Server.getBinaryRestartTime()
          Returns the BOS Server's binary restart time in the form of an ExecutableTime object.
 

Methods in org.openafs.jafsadm with parameters of type Server.ExecutableTime
 void Server.setGeneralRestartTime(Server.ExecutableTime executableTime)
          Sets the BOS general restart time.
 void Server.setBinaryRestartTime(Server.ExecutableTime executableTime)
          Sets the BOS binary restart time.
 boolean Server.ExecutableTime.equals(Server.ExecutableTime time)
          Tests whether two ExecutableTime objects are equal, based on a comparison of each of their respective properties.
 


Java AFS Admin (jafsadm) API for OpenAFS

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