public class MonitorRemote extends AbstractUnitRemote<rst.domotic.unit.dal.MonitorDataType.MonitorData> implements Monitor
CONNECTION_TIMEOUT, DATA_WAIT_TIMEOUT, logger, LOGGING_TIMEOUT, METHOD_CALL_MAX_TIMEOUT, METHOD_CALL_START_TIMEOUT, METHOD_CALL_TIMEOUT_MULTIPLIER, PING_TIMEOUT, REQUEST_TIMEOUT, scopeUPDATE_METHOD_PREFIX| Constructor and Description |
|---|
MonitorRemote() |
| Modifier and Type | Method and Description |
|---|---|
rst.domotic.state.PowerStateType.PowerState |
getPowerState() |
rst.domotic.state.StandbyStateType.StandbyState |
getStandbyState() |
void |
notifyDataUpdate(rst.domotic.unit.dal.MonitorDataType.MonitorData data) |
Future<Void> |
setPowerState(rst.domotic.state.PowerStateType.PowerState state) |
Future<Void> |
setStandbyState(rst.domotic.state.StandbyStateType.StandbyState value) |
applyAction, applyConfigUpdate, getLabel, getLocationConfig, getScope, getTemplate, getType, getUnitRegistry, init, init, init, init, initById, initByLabel, postInit, recordSnapshotaddConfigObserver, getConfig, getConfigClass, getConfigField, getConfigField, getId, hasConfigField, init, notifyConfigUpdate, removeConfigObserver, shutdown, supportsConfigFieldactivate, activate, addConnectionStateObserver, addDataObserver, addHandler, addObserver, callMethod, callMethod, callMethod, callMethod, callMethodAsync, callMethodAsync, deactivate, getConnectionState, getData, getDataClass, getDataField, getDataFuture, getPing, hasDataField, init, init, isActive, isConnected, isDataAvailable, ping, removeConnectionStateObserver, removeDataObserver, removeObserver, requestData, reset, toString, validateActivation, validateData, validateInitialization, waitForConnectionState, waitForConnectionState, waitForData, waitForDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyAction, getUpdateMethodNamerestoreSnapshotaddConfigObserver, getConfig, getConfigClass, removeConfigObserveractivate, addConnectionStateObserver, callMethod, callMethod, callMethod, callMethod, callMethodAsync, callMethodAsync, getConnectionState, getData, getDataClass, getDataFuture, isConnected, removeConnectionStateObserver, requestData, waitForData, waitForDatapublic void notifyDataUpdate(rst.domotic.unit.dal.MonitorDataType.MonitorData data)
notifyDataUpdate in class org.openbase.jul.extension.rsb.com.RSBRemoteService<rst.domotic.unit.dal.MonitorDataType.MonitorData>public rst.domotic.state.PowerStateType.PowerState getPowerState()
throws org.openbase.jul.exception.NotAvailableException
getPowerState in interface PowerStateProviderServiceorg.openbase.jul.exception.NotAvailableExceptionpublic Future<Void> setPowerState(rst.domotic.state.PowerStateType.PowerState state) throws org.openbase.jul.exception.CouldNotPerformException
setPowerState in interface PowerStateOperationServiceorg.openbase.jul.exception.CouldNotPerformExceptionpublic rst.domotic.state.StandbyStateType.StandbyState getStandbyState()
throws org.openbase.jul.exception.NotAvailableException
getStandbyState in interface StandbyStateProviderServiceorg.openbase.jul.exception.NotAvailableExceptionpublic Future<Void> setStandbyState(rst.domotic.state.StandbyStateType.StandbyState value) throws org.openbase.jul.exception.CouldNotPerformException
setStandbyState in interface StandbyStateOperationServiceorg.openbase.jul.exception.CouldNotPerformExceptionCopyright © 2014–2017 openbase.org. All rights reserved.