public class SystemStatus
extends java.lang.Object
implements java.io.Serializable
Clients can use the getter methods to obtain information on the operational status. The setter methods, if used by clients, will have no effect on the operational state of the Total Recall VR system.
Constructor and Description |
---|
SystemStatus() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAnalogChannelDescription() |
int |
getDiskPercentUsed() |
java.lang.String |
getIsdnChannelDescription() |
int |
getModelType() |
int |
getNumberOfActiveCalls() |
long |
getNumberOfRecordings() |
java.lang.String |
getRecorderID() |
java.lang.String |
getTimeZoneDataVersion() |
java.lang.String |
getVersion() |
java.lang.String |
getVoipChannelDescription() |
boolean |
isAutoArchiving() |
boolean |
isDatabaseRebuilding() |
boolean |
isDvdDriveInstalled() |
boolean |
isErasingDVD() |
boolean |
isHouseKeeping() |
boolean |
isManualArchiving() |
boolean |
isRecording() |
boolean |
isServerVersion() |
boolean |
isStartupInProgress() |
boolean |
isTranscoding() |
boolean |
isUserLoggedIn() |
void |
setAnalogChannelDescription(java.lang.String analogChannelDescription) |
void |
setAutoArchiving(boolean autoArchiving) |
void |
setDatabaseRebuilding(boolean databaseRebuilding) |
void |
setDiskPercentUsed(int diskPercentUsed) |
void |
setDvdDriveInstalled(boolean dvdDriveInstalled) |
void |
setErasingDVD(boolean erasingDVD) |
void |
setHouseKeeping(boolean houseKeeping) |
void |
setIsdnChannelDescription(java.lang.String isdnChannelDescription) |
void |
setManualArchiving(boolean manualArchiving) |
void |
setModelType(int modelType) |
void |
setNumberOfActiveCalls(int numberOfActiveCalls) |
void |
setNumberOfRecordings(long numberOfRecordings) |
void |
setRecorderID(java.lang.String recorderID) |
void |
setRecording(boolean recording) |
void |
setServerVersion(boolean serverVersion) |
void |
setStartupInProgress(boolean startupInProgress) |
void |
setTimeZoneDataVersion(java.lang.String timeZoneDataVersion) |
void |
setTranscoding(boolean transcoding) |
void |
setUserLoggedIn(boolean userLoggedIn) |
void |
setVersion(java.lang.String version) |
void |
setVoipChannelDescription(java.lang.String snifferChannelDescription) |
public java.lang.String getVersion()
public void setVersion(java.lang.String version)
public java.lang.String getRecorderID()
public void setRecorderID(java.lang.String recorderID)
public int getModelType()
public void setModelType(int modelType)
public boolean isDvdDriveInstalled()
true
if the Total Recall VR system has a CD/DVD/BD drive.
false
otherwise.public void setDvdDriveInstalled(boolean dvdDriveInstalled)
public boolean isServerVersion()
true
if the Total Recall VR system is running the server
versions of the application(s).
false
if the Total Recall VR system is running the GUI
version of the application(s).public void setServerVersion(boolean serverVersion)
public long getNumberOfRecordings()
public void setNumberOfRecordings(long numberOfRecordings)
public int getNumberOfActiveCalls()
public void setNumberOfActiveCalls(int numberOfActiveCalls)
public int getDiskPercentUsed()
public void setDiskPercentUsed(int diskPercentUsed)
public boolean isStartupInProgress()
true
if the Total Recall VR system is executing the start
up sequence (initialising).
false
otherwise.public void setStartupInProgress(boolean startupInProgress)
public boolean isRecording()
true
if the Total Recall VR system is actively recording
calls. Note that the system may not be actually recording calls
as there may not be any active calls to record. However, the system
is ready to record calls.
false
otherwise.public void setRecording(boolean recording)
public boolean isTranscoding()
true
if the Total Recall VR system is in the process of
transcoding recordings to save on disk space.
false
otherwise.public void setTranscoding(boolean transcoding)
public boolean isHouseKeeping()
true
if the Total Recall VR system is performing house
keeping operations.
false
otherwise.public void setHouseKeeping(boolean houseKeeping)
public boolean isDatabaseRebuilding()
true
if the Total Recall VR system is rebuilding the
database from information stored in the media files. Note, that
the system is not recording calls while rebuilding the database.
false
otherwise.public void setDatabaseRebuilding(boolean databaseRebuilding)
public boolean isAutoArchiving()
true
if the Total Recall VR system is archiving calls
according to the auto-archive settings. Consult the Total Recall VR
Installation and Administration documentation on how to configure
auto-archiving.
false
otherwise.public void setAutoArchiving(boolean autoArchiving)
public boolean isManualArchiving()
true
if the Total Recall VR system is archiving calls
due to a user request.
false
otherwise.public void setManualArchiving(boolean manualArchiving)
public boolean isErasingDVD()
true
if the Total Recall VR system is in the process of
erasing a DVD (or BD) disk.
false
otherwise.public void setErasingDVD(boolean erasingDVD)
public boolean isUserLoggedIn()
true
if a user is logged in via the embedded GUI.
false
otherwise.public void setUserLoggedIn(boolean userLoggedIn)
public java.lang.String getAnalogChannelDescription()
public void setAnalogChannelDescription(java.lang.String analogChannelDescription)
public java.lang.String getIsdnChannelDescription()
public void setIsdnChannelDescription(java.lang.String isdnChannelDescription)
public java.lang.String getVoipChannelDescription()
public void setVoipChannelDescription(java.lang.String snifferChannelDescription)
public java.lang.String getTimeZoneDataVersion()
public void setTimeZoneDataVersion(java.lang.String timeZoneDataVersion)
Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.