H - The type of the handle.BidirectionalConnectionOpenableHandle.BidirectionalConnectionOpenAutomatonHandle<H,INPUT,OUTPUT>, ConnectionOpenableHandle.ConnectionOpenAutomatonHandle<H,CON>, OpenableHandle.OpenAutomatonHandle<H>public interface OpenedHandle<H>
The handle reference requires the OpenedAccessor interface to be
implemented.
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isOpened(H aHandle) |
Determines whether the component (its connection) identified by the given
handle is opened (connected).
|
boolean isOpened(H aHandle) throws UnknownHandleRuntimeException, UnsupportedHandleOperationRuntimeException
aHandle - The handle identifying the component.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.