public interface Openable
Initializable
interface. To clarify the context
regarding connections, the Openable
interface has been introduced.
In case a connection is to be provided to the open()
method, you may
use the ConnectionOpenable
interface with its
ConnectionOpenable.open(Object)
method, which provides an argument
specifying the connection to be passed to the Component
.
Modifier and Type | Interface and Description |
---|---|
static interface |
Openable.OpenAutomaton
The
Openable.OpenAutomaton interface defines those methods related to the
opening of connection(s) life-cycle. |
Modifier and Type | Method and Description |
---|---|
void |
open()
Open the component's connection(s).
|
void open() throws OpenException
OpenException
- Thrown in case opening or accessing an open line
(connection, junction, link) caused problems.Copyright © 2016. All rights reserved.