Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractConfigurableController<M,
MB, - Class in org.openbase.jul.communication.controllerCONFIG> - AbstractConfigurableController(MB) - Constructor for class org.openbase.jul.communication.controller.AbstractConfigurableController
- AbstractConfigurableRemote<M,
CONFIG> - Class in org.openbase.jul.communication.controller - AbstractConfigurableRemote(Class<M>, Class<CONFIG>) - Constructor for class org.openbase.jul.communication.controller.AbstractConfigurableRemote
- AbstractControllerServer<M,
MB> - Class in org.openbase.jul.communication.controller - AbstractControllerServer(MB) - Constructor for class org.openbase.jul.communication.controller.AbstractControllerServer
-
Create a communication service.
- AbstractEnableableConfigurableController<M,
MB, - Class in org.openbase.jul.communication.controllerCONFIG> - AbstractEnableableConfigurableController(MB) - Constructor for class org.openbase.jul.communication.controller.AbstractEnableableConfigurableController
- AbstractIdentifiableController<M,
MB> - Class in org.openbase.jul.communication.controller - AbstractIdentifiableController(MB) - Constructor for class org.openbase.jul.communication.controller.AbstractIdentifiableController
- AbstractIdentifiableRemote<M> - Class in org.openbase.jul.communication.controller
- AbstractIdentifiableRemote(Class<M>) - Constructor for class org.openbase.jul.communication.controller.AbstractIdentifiableRemote
- AbstractRemoteClient<M> - Class in org.openbase.jul.communication.controller
- AbstractRemoteClient(Class<M>) - Constructor for class org.openbase.jul.communication.controller.AbstractRemoteClient
- activate() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- activate() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- activate(boolean) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- activate(Object) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- addConfigObserver(Observer<ConfigurableRemote<String, M, CONFIG>, CONFIG>) - Method in class org.openbase.jul.communication.controller.AbstractConfigurableRemote
- addConnectionStateObserver(Observer<Remote<?>, ConnectionStateType.ConnectionState.State>) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- addDataObserver(Observer<DataProvider<M>, M>) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- addDataObserver(Observer<DataProvider<M>, M>) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- addHandler(Function2<EventType.Event, Map<String, String>, Unit>, boolean) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
Method adds an handler to the internal subscriber.
- applyConfigUpdate(CONFIG) - Method in class org.openbase.jul.communication.controller.AbstractConfigurableController
-
Apply an update to the configuration of this controller.
- applyConfigUpdate(CONFIG) - Method in class org.openbase.jul.communication.controller.AbstractConfigurableRemote
- applyEventUpdate(EventType.Event, Map<String, String>) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- argumentToString(Object) - Static method in class org.openbase.jul.communication.controller.RPCUtils
C
- callMethod(String, Class<R>) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
Method synchronously calls the given method without any arguments on the main controller.
- callMethod(String, Class<R>) - Method in interface org.openbase.jul.communication.controller.RPCRemote
-
Deprecated.please use async variant.
- callMethod(String, Class<R>, long) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
Method synchronously calls the given method on the main controller.
- callMethod(String, Class<R>, long) - Method in interface org.openbase.jul.communication.controller.RPCRemote
-
Deprecated.please use async variant.
- callMethod(String, Class<R>, T) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
Method synchronously calls the given method on the main controller.
- callMethod(String, Class<R>, T) - Method in interface org.openbase.jul.communication.controller.RPCRemote
-
Deprecated.please use async variant.
- callMethod(String, Class<R>, T, long) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
Method synchronously calls the given method on the main controller.
- callMethod(String, Class<R>, T, long) - Method in interface org.openbase.jul.communication.controller.RPCRemote
-
Deprecated.please use async variant.
- callMethodAsync(String, Class<R>) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
Method asynchronously calls the given method without any arguments on the main controller.
- callMethodAsync(String, Class<R>) - Method in interface org.openbase.jul.communication.controller.RPCRemote
-
Method asynchronously calls the given method without any arguments on the main controller.
- callMethodAsync(String, Class<R>, T) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
Method asynchronously calls the given method on the main controller.
- callMethodAsync(String, Class<R>, T) - Method in interface org.openbase.jul.communication.controller.RPCRemote
-
Method asynchronously calls the given method on the main controller.
- callRemoteServerMethod(Object, RPCRemote<?>) - Static method in class org.openbase.jul.communication.controller.RPCUtils
- callRemoteServerMethod(Object, RPCRemote<?>, Class<RETURN>) - Static method in class org.openbase.jul.communication.controller.RPCUtils
- callRemoteServerMethod(Object, RPCClient) - Static method in class org.openbase.jul.communication.controller.RPCUtils
- callRemoteServerMethod(Object, RPCClient, Class<RETURN>) - Static method in class org.openbase.jul.communication.controller.RPCUtils
- callRemoteServerMethod(RPCRemote<?>) - Static method in class org.openbase.jul.communication.controller.RPCUtils
- callRemoteServerMethod(RPCRemote<?>, Class<RETURN>) - Static method in class org.openbase.jul.communication.controller.RPCUtils
- callRemoteServerMethod(RPCClient) - Static method in class org.openbase.jul.communication.controller.RPCUtils
- callRemoteServerMethod(RPCClient, Class<RETURN>) - Static method in class org.openbase.jul.communication.controller.RPCUtils
- cloneDataBuilder() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- COMMAND_IDENTIFIERS - Static variable in class org.openbase.jul.communication.controller.jp.JPScope
- CONNECTION_TIMEOUT - Static variable in class org.openbase.jul.communication.controller.AbstractRemoteClient
- convertIntoValidScopeComponent(String) - Static method in class org.openbase.jul.communication.controller.jp.JPScope
- CREATE_TIMESTAMP - Static variable in class org.openbase.jul.communication.controller.RPCUtils
D
- dataLock - Variable in class org.openbase.jul.communication.controller.AbstractControllerServer
- deactivate() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- deactivate() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- deactivate(Object) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
Atomic deactivate which makes sure that the maintainer stays the same.
- disable() - Method in class org.openbase.jul.communication.controller.AbstractEnableableConfigurableController
E
- enable() - Method in class org.openbase.jul.communication.controller.AbstractEnableableConfigurableController
F
- FIELD_SCOPE - Static variable in class org.openbase.jul.communication.controller.AbstractConfigurableController
G
- generateArgumentIdentifiers() - Method in class org.openbase.jul.communication.controller.jp.JPScope
- generateHandler() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- generateTransactionId() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
-
Method generates a new id which can be used for the next transaction (e.g.
- getBuilderSetup() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- getConfig() - Method in class org.openbase.jul.communication.controller.AbstractConfigurableController
- getConfig() - Method in class org.openbase.jul.communication.controller.AbstractConfigurableRemote
- getConfigClass() - Method in class org.openbase.jul.communication.controller.AbstractConfigurableRemote
- getConfigField(String) - Method in class org.openbase.jul.communication.controller.AbstractConfigurableController
- getConfigField(String) - Method in class org.openbase.jul.communication.controller.AbstractConfigurableRemote
- getConfigField(String, CONFIG) - Method in class org.openbase.jul.communication.controller.AbstractConfigurableController
- getConfigField(String, CONFIG) - Method in class org.openbase.jul.communication.controller.AbstractConfigurableRemote
- getConnectionState() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- getControllerAvailabilityState() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- getData() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- getData() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- getDataBuilder(Object) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
-
Deprecated.
- getDataBuilder(Object, BuilderSyncSetup.NotificationStrategy) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
-
Deprecated.
- getDataBuilderInterruptible(Object) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- getDataBuilderInterruptible(Object, BuilderSyncSetup.NotificationStrategy) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- getDataClass() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- getDataClass() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- getDataField(String) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- getDataField(String) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- getDataFieldDescriptor(int) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- getDataFuture() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- getDefaultExample() - Method in class org.openbase.jul.communication.controller.jp.JPScope
- getDescription() - Method in class org.openbase.jul.communication.controller.jp.JPScope
- getId() - Method in class org.openbase.jul.communication.controller.AbstractConfigurableRemote
- getId() - Method in class org.openbase.jul.communication.controller.AbstractIdentifiableController
- getId() - Method in class org.openbase.jul.communication.controller.AbstractIdentifiableRemote
- getInternalPrioritizedDataObservable() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
This observable notifies sequentially and prior to the normal dataObserver.
- getManageLock() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
-
This method generates a closable lock provider.
- getManageReadLock(Object) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
-
This method generates a closable manager lock wrapper.
- getManageReadLockInterruptible(Object) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
-
This method generates a closable manager lock wrapper.
- getManageWriteLock(Object) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
-
This method generates a closable manager lock wrapper.
- getManageWriteLockInterruptible(Object) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
-
This method generates a closable manager lock wrapper.
- getPing() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
Method returns the result of the latest connection ping between this remote and its main controller.
- getPropertyDefaultValue() - Method in class org.openbase.jul.communication.controller.jp.JPScope
- getRpcClient() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- getScope() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- getScope() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
Method returns the scope of this remote connection.
- getScope() - Method in interface org.openbase.jul.communication.controller.RPCRemote
-
Method returns the scope of this remote connection.
- getShutdownDelay() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
-
Method can be overwritten to delay the controller shutdown.
- getTransactionId() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- getTransactionId() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
Get the latest transaction id.
H
- hasConfigField(String) - Method in class org.openbase.jul.communication.controller.AbstractConfigurableController
- hasConfigField(String) - Method in class org.openbase.jul.communication.controller.AbstractConfigurableRemote
- hasDataField(String) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- hasDataField(String) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
I
- init(CONFIG) - Method in class org.openbase.jul.communication.controller.AbstractConfigurableController
-
Initialize the controller with a configuration.
- init(CONFIG) - Method in class org.openbase.jul.communication.controller.AbstractConfigurableRemote
- init(String) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- init(String) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
Initialize the remote on a scope.
- init(String) - Method in interface org.openbase.jul.communication.controller.RPCRemote
-
Initialize the remote on the given scope.
- init(ScopeType.Scope) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- init(ScopeType.Scope) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
Initialize the remote on the given scope.
- init(ScopeType.Scope) - Method in interface org.openbase.jul.communication.controller.RPCRemote
-
Initialize the remote on the given scope.
- init(ScopeType.Scope, CommunicatorConfig) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- init(ScopeType.Scope, CommunicatorConfig) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
Initialize the remote on the given scope.
- init(ScopeType.Scope, CommunicatorConfig) - Method in interface org.openbase.jul.communication.controller.RPCRemote
-
Initialize the remote on the given scope.
- internalRequestStatus() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- isActive() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- isActive() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- isConnected() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- isDataAvailable() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- isDataAvailable() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- isDataBuilderWriteLockedByCurrentThread() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
-
Method checks if the requesting thread holds the data builder write lock of this unit.
- isEnabled() - Method in class org.openbase.jul.communication.controller.AbstractEnableableConfigurableController
- isLocked() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- isReady() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
-
Method returns true if this instance was initialized, activated and is successfully connected to the middleware.
- isShutdownInProgress() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
-
Method returns true if this instance is currently shutting down.
- isSyncRunning() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
J
- JPScope - Class in org.openbase.jul.communication.controller.jp
- JPScope() - Constructor for class org.openbase.jul.communication.controller.jp.JPScope
- JPScope(String[]) - Constructor for class org.openbase.jul.communication.controller.jp.JPScope
L
- lock(Object) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- logger - Variable in class org.openbase.jul.communication.controller.AbstractControllerServer
- logger - Variable in class org.openbase.jul.communication.controller.AbstractRemoteClient
M
- maintainer - Variable in class org.openbase.jul.communication.controller.AbstractRemoteClient
- METHOD_CALL_MAX_TIMEOUT - Static variable in class org.openbase.jul.communication.controller.AbstractRemoteClient
- METHOD_CALL_START_TIMEOUT - Static variable in class org.openbase.jul.communication.controller.AbstractRemoteClient
- METHOD_CALL_TIMEOUT_MULTIPLIER - Static variable in class org.openbase.jul.communication.controller.AbstractRemoteClient
N
- notifyChange() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
-
Synchronize all registered remote instances about a data change.
- notifyConfigUpdate(CONFIG) - Method in class org.openbase.jul.communication.controller.AbstractConfigurableRemote
-
Method can be overwritten to get internally informed about config updates.
- notifyDataUpdate(M) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
-
Overwrite this method to get informed about data updates.
O
- org.openbase.jul.communication.controller - package org.openbase.jul.communication.controller
- org.openbase.jul.communication.controller.jp - package org.openbase.jul.communication.controller.jp
P
- parse(List<String>) - Method in class org.openbase.jul.communication.controller.jp.JPScope
- ping() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- ping(Long) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- PING_TEST_TIMEOUT - Static variable in class org.openbase.jul.communication.controller.AbstractRemoteClient
- PING_TIMEOUT - Static variable in class org.openbase.jul.communication.controller.AbstractRemoteClient
- postInit() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
-
Method is called after communication initialization.
- postInit() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
Method is called after communication initialization.
- publisher - Variable in class org.openbase.jul.communication.controller.AbstractControllerServer
- publisherWatchDog - Variable in class org.openbase.jul.communication.controller.AbstractControllerServer
R
- RECONNECT_AFTER_CONNECTION_LOST_DELAY_OFFSET - Static variable in class org.openbase.jul.communication.controller.AbstractRemoteClient
- RECONNECT_AFTER_CONNECTION_LOST_DELAY_SEED - Static variable in class org.openbase.jul.communication.controller.AbstractRemoteClient
- registerMethods(RPCServer) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
-
Register methods for RPCs on the internal RPC server.
- reinit() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
Method reinitialize this remote.
- reinit(Object) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
Method reinitialize this remote.
- reinit(ScopeType.Scope) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
Method reinitialize this remote.
- reinit(ScopeType.Scope, Object) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
Method reinitialize this remote.
- removeConfigObserver(Observer<ConfigurableRemote<String, M, CONFIG>, CONFIG>) - Method in class org.openbase.jul.communication.controller.AbstractConfigurableRemote
- removeConnectionStateObserver(Observer<Remote<?>, ConnectionStateType.ConnectionState.State>) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- removeDataObserver(Observer<DataProvider<M>, M>) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- removeDataObserver(Observer<DataProvider<M>, M>) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- REQUEST_TIMEOUT - Static variable in class org.openbase.jul.communication.controller.AbstractRemoteClient
- requestData() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- requestStatus() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- reset() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- restartSyncTask() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- RPC_REQUEST_STATUS - Static variable in class org.openbase.jul.communication.controller.AbstractControllerServer
- RPC_TIMEOUT - Static variable in class org.openbase.jul.communication.controller.RPCUtils
- RPCRemote<M> - Interface in org.openbase.jul.communication.controller
- RPCUtils - Class in org.openbase.jul.communication.controller
- RPCUtils() - Constructor for class org.openbase.jul.communication.controller.RPCUtils
S
- scope - Variable in class org.openbase.jul.communication.controller.AbstractControllerServer
- scope - Variable in class org.openbase.jul.communication.controller.AbstractRemoteClient
- SCOPE_ELEMENT_SUFFIX_CONTROL - Static variable in class org.openbase.jul.communication.controller.AbstractControllerServer
- SCOPE_ELEMENT_SUFFIX_STATUS - Static variable in class org.openbase.jul.communication.controller.AbstractControllerServer
- SCOPE_SUFFIX_CONTROL - Static variable in class org.openbase.jul.communication.controller.AbstractControllerServer
- SCOPE_SUFFIX_STATUS - Static variable in class org.openbase.jul.communication.controller.AbstractControllerServer
- server - Variable in class org.openbase.jul.communication.controller.AbstractControllerServer
- serverWatchDog - Variable in class org.openbase.jul.communication.controller.AbstractControllerServer
- setData(M) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- setDataField(int, Object) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- setDataField(String, Object) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- setMessageProcessor(MessageProcessor<Message, M>) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- shutdown() - Method in class org.openbase.jul.communication.controller.AbstractConfigurableRemote
-
This method deactivates the remote and cleans all resources.
- shutdown() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- shutdown() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
This method deactivates the remote and cleans all resources.
- supportsConfigField(String) - Method in class org.openbase.jul.communication.controller.AbstractConfigurableController
- supportsConfigField(String) - Method in class org.openbase.jul.communication.controller.AbstractConfigurableRemote
- supportsDataField(String) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
T
- toString() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- toString() - Method in class org.openbase.jul.communication.controller.AbstractIdentifiableRemote
-
Method prints a class instance representation.
- toString() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
Method prints a class instance representation.
U
- unlock(Object) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
Method unlocks this instance.
- updateDataToPublish(MB) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
-
Called before publishing data via the publisher.
- updateTransactionId() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
-
Methde sets a new generated transaction id in the global data field of this controller.
- USER_TIME_KEY - Static variable in class org.openbase.jul.communication.controller.RPCUtils
- USER_TIME_VALUE_INVALID - Static variable in class org.openbase.jul.communication.controller.RPCUtils
V
- validateActivation() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
-
This method validates the controller activation.
- validateActivation() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- validateAndUpdateEventTimestamp(Map<String, String>) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- validateData() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- validateData() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- validateInitialization() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
-
This method validates the controller initialisation.
- validateInitialization() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- validateMiddleware() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- validateMiddleware() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- verifyMaintainability() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
W
- waitForAvailabilityState(AvailabilityStateType.AvailabilityState.State) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- waitForConnectionState(ConnectionStateType.ConnectionState.State) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
Method blocks until the remote reaches the desired connection state.
- waitForConnectionState(ConnectionStateType.ConnectionState.State, long) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
-
Method blocks until the remote reaches the desired connection state.
- waitForData() - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- waitForData() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- waitForData(long, TimeUnit) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- waitForData(long, TimeUnit) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- waitForMiddleware() - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
- waitForMiddleware(long, TimeUnit) - Method in class org.openbase.jul.communication.controller.AbstractControllerServer
- waitForMiddleware(long, TimeUnit) - Method in class org.openbase.jul.communication.controller.AbstractRemoteClient
All Classes and Interfaces|All Packages|Constant Field Values