org.minetti.astrodevice.common.orb
Interface SafetyMonitorOrbProcess

All Superinterfaces:
DeviceOrbProcess, Remote

public interface SafetyMonitorOrbProcess
extends DeviceOrbProcess, Remote

ORB process on safety monitors.

Author:
Jean-Philippe MINETTI

Method Summary
 boolean isSafe(long safetyMonitorId)
          Returns TRUE if the state is safe, FALSE if it is unsafe.
 
Methods inherited from interface org.minetti.astrodevice.common.orb.DeviceOrbProcess
action, commandBlind, commandBoolean, commandString, getDescription, getDeviceList, getDeviceName, getDriverInfo, getDriverVersion, getInterfaceVersion, getPluginName, getSupportedActions, isConnected, setConnected, showSetupDialog
 

Method Detail

isSafe

boolean isSafe(long safetyMonitorId)
               throws RemoteException
Returns TRUE if the state is safe, FALSE if it is unsafe.

Parameters:
safetyMonitorId - Safety monitor identifier.
Returns:
TRUE if the state is safe.
Throws:
RemoteException - Exception if an error occurred.


Copyright © 2012 astroDevice. All Rights Reserved.