JAFS API v2.2

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

Uses of Server.ExecutableTime in org.openafs.jafs
 

Fields in org.openafs.jafs declared as Server.ExecutableTime
protected  Server.ExecutableTime Server.genRestartTime
           
protected  Server.ExecutableTime Server.binRestartTime
           
 

Methods in org.openafs.jafs 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.jafs 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.
 


JAFS API v2.2