public class RemoteAction extends Object implements Action
| Constructor and Description |
|---|
RemoteAction() |
| Modifier and Type | Method and Description |
|---|---|
Future<rst.domotic.action.ActionFutureType.ActionFuture> |
execute() |
rst.domotic.action.ActionDescriptionType.ActionDescription |
getActionDescription() |
void |
init(rst.domotic.action.ActionDescriptionType.ActionDescription actionDescription) |
String |
toString() |
void |
waitForFinalization() |
public void init(rst.domotic.action.ActionDescriptionType.ActionDescription actionDescription)
throws org.openbase.jul.exception.InitializationException,
InterruptedException
init in interface org.openbase.jul.iface.Initializable<rst.domotic.action.ActionDescriptionType.ActionDescription>org.openbase.jul.exception.InitializationExceptionInterruptedExceptionpublic Future<rst.domotic.action.ActionFutureType.ActionFuture> execute() throws org.openbase.jul.exception.CouldNotPerformException
execute in interface org.openbase.jul.iface.Executable<rst.domotic.action.ActionFutureType.ActionFuture>org.openbase.jul.exception.CouldNotPerformExceptionpublic void waitForFinalization()
throws org.openbase.jul.exception.CouldNotPerformException,
InterruptedException
org.openbase.jul.exception.CouldNotPerformExceptionInterruptedExceptionpublic rst.domotic.action.ActionDescriptionType.ActionDescription getActionDescription()
throws org.openbase.jul.exception.NotAvailableException
getActionDescription in interface Actionorg.openbase.jul.exception.NotAvailableExceptionCopyright © 2014–2018 openbase.org. All rights reserved.