H - the generic typeConnectionComponentHandle.ConnectionAutomatonHandle<H,CON>, LinkComponentHandle.DeviceAutomatonHandle<H>public interface ConnectionStatusHandle<H>
| Modifier and Type | Method | Description |
|---|---|---|
ConnectionStatus |
getConnectionStatus(H aHandle) |
Retrieves the
ConnectionStatus related to the given handle. |
boolean |
hasConnectionStatus(H aHandle) |
Determines whether the handle reference provides a
ConnectionStatus by implementing the
ConnectionStatusAccessor interface. |
boolean hasConnectionStatus(H aHandle) throws UnknownHandleRuntimeException
ConnectionStatus by implementing the
ConnectionStatusAccessor interface.aHandle - The handle to test whether the reference provides the
according functionality.UnknownHandleRuntimeException - in case the handle is unknown.ConnectionStatus getConnectionStatus(H aHandle) throws UnknownHandleRuntimeException, UnsupportedHandleOperationRuntimeException
ConnectionStatus related to the given handle.
Determines in which ConnectionStatus status a component related
to the given handle is in.aHandle - The handle for which to retrieve the
ConnectionStatus.ConnectionStatus related to the given handle.UnknownHandleRuntimeException - in case the given handle is
unknown.UnsupportedHandleOperationRuntimeException - in case the reference
of the handle does not support the requested operation.Copyright © 2018. All rights reserved.