wt.clients.filevault
Class FvMountInfoMaster.VaultSchedInfo

java.lang.Object
  extended bywt.clients.filevault.FvMountInfoMaster.VaultSchedInfo
Enclosing class:
FvMountInfoMaster

class FvMountInfoMaster.VaultSchedInfo
extends Object


Field Summary
(package private)  String _lastTime
           
(package private)  String _nextTime
           
(package private)  SchedStatusInfo _status
           
(package private)  boolean _synched
           
 
Constructor Summary
private FvMountInfoMaster.VaultSchedInfo()
           
  FvMountInfoMaster.VaultSchedInfo(ScheduleItem sched)
           
 
Method Summary
 String getLast()
           
 String getNext()
           
private  SchedStatusInfo getSchedInfo(ScheduleItem sched)
           
 String getStatus()
           
 boolean isSynched()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_synched

boolean _synched

_lastTime

String _lastTime

_nextTime

String _nextTime

_status

SchedStatusInfo _status
Constructor Detail

FvMountInfoMaster.VaultSchedInfo

public FvMountInfoMaster.VaultSchedInfo(ScheduleItem sched)
                                 throws WTException

FvMountInfoMaster.VaultSchedInfo

private FvMountInfoMaster.VaultSchedInfo()
Method Detail

getSchedInfo

private SchedStatusInfo getSchedInfo(ScheduleItem sched)
                              throws WTException
Throws:
WTException

getLast

public String getLast()

getNext

public String getNext()

isSynched

public boolean isSynched()

getStatus

public String getStatus()