com.vs.ezlicrun
Class EzLicenseInfo.Hfile

java.lang.Object
  extended by com.vs.ezlicrun.EzLicenseInfo.Hfile
Enclosing class:
EzLicenseInfo

public static class EzLicenseInfo.Hfile
extends java.lang.Object


Constructor Summary
EzLicenseInfo.Hfile()
           
 
Method Summary
static boolean dropHfile(java.lang.String hfileDirectory)
           
static long getHfileTs(java.lang.String hfileDirectory, boolean check, long nowTs)
           
static java.lang.String makeHfileName(java.lang.String hfileDirectory)
           
static boolean olderThan(long newTs, long oldTs)
           
static void updateHfile(java.lang.String hfileDirectory, long nowTs)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EzLicenseInfo.Hfile

public EzLicenseInfo.Hfile()
Method Detail

getHfileTs

public static long getHfileTs(java.lang.String hfileDirectory,
                              boolean check,
                              long nowTs)
                       throws EzLicExceptionBase
Throws:
EzLicExceptionBase

updateHfile

public static void updateHfile(java.lang.String hfileDirectory,
                               long nowTs)
                        throws EzLicExceptionBase
Throws:
EzLicExceptionBase

dropHfile

public static boolean dropHfile(java.lang.String hfileDirectory)

olderThan

public static boolean olderThan(long newTs,
                                long oldTs)

makeHfileName

public static java.lang.String makeHfileName(java.lang.String hfileDirectory)