public interface TROperatorServiceRI
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
void |
eraseAllRecordings(java.lang.String securityKey)
Removes all recordings.
|
void |
resetPasswords(java.lang.String securityKey)
Resets the administrative and user passwords to their default factory
settings.
|
void |
restoreFactoryDefaults(java.lang.String securityKey)
Removes all user defined configuration and restores the system to the
factory default configuration.
|
void |
setModel(int model,
java.lang.String securityKey)
Sets the system model number.
|
void |
shutdownForUpgrade(java.lang.String securityKey)
Shuts down the Total Recall VR system in order to perform an upgrade of
the application(s) that are running on the system.
|
void shutdownForUpgrade(java.lang.String securityKey) throws SecurityException, java.rmi.RemoteException
It is necessary to upload a software upgrade package to the Total Recall VR system before using this request. This request instructs the Total Recall VR system to look for the upgrade package and install it before it shuts down.
Note that it will be necessary to manually power up the Total Recall VR system after this request.
securityKey
- The security key that was obtained from the Total Recall VR system
at login time. This operation requires a key with administrator
level privileges.SecurityException
- On invalid security key, or if the user that is associated with the
security key is not authorised to perform this request.java.rmi.RemoteException
- On any problem that is associated with completing the request.
See cause for further details on the problem.void resetPasswords(java.lang.String securityKey) throws SecurityException, java.rmi.RemoteException
securityKey
- The security key that was obtained from the Total Recall VR system
at login time. This operation requires a key with administrator
level privileges.SecurityException
- On invalid security key, or if the user that is associated with the
security key is not authorised to perform this request.java.rmi.RemoteException
- On any problem that is associated with completing the request.
See cause for further details on the problem.void eraseAllRecordings(java.lang.String securityKey) throws SecurityException, java.rmi.RemoteException
Note, this operation will stop the recording process, remove all recordings from the system and remove all recording meta data from the database. So, use it with caution.
Recording will automatically re-start once the request completes.
securityKey
- The security key that was obtained from the Total Recall VR system
at login time. This operation requires a key with administrator
level privileges.SecurityException
- On invalid security key, or if the user that is associated with the
security key is not authorised to perform this request.java.rmi.RemoteException
- On any problem that is associated with completing the request.
See cause for further details on the problem.void restoreFactoryDefaults(java.lang.String securityKey) throws SecurityException, java.rmi.RemoteException
Use with caution. This request will remove the system license which may render the system unstable.
securityKey
- The security key that was obtained from the Total Recall VR system
at login time. This operation requires a key with administrator
level privileges.SecurityException
- On invalid security key, or if the user that is associated with the
security key is not authorised to perform this request.java.rmi.RemoteException
- On any problem that is associated with completing the request.
See cause for further details on the problem.void setModel(int model, java.lang.String securityKey) throws SecurityException, java.rmi.RemoteException
Different system models exhibit different behavior when operational. For example systems which have an air filter display a warning on the screen when it is time to clean (or replace) the filter.
model
- Set this parameter to:
securityKey
- The security key that was obtained from the Total Recall VR system
at login time. This operation requires a key with administrator
level privileges.SecurityException
- On invalid security key, or if the user that is associated with the
security key is not authorised to perform this request.java.rmi.RemoteException
- On any problem that is associated with completing the request.
See cause for further details on the problem.Copyright ©, 2005-2019 Prolancer Pty Ltd, Sydney Australia.