CON
- the generic typeB
- The instance to be returned on which to apply succeeding
builder operations.public static interface ConnectionOpenable.ConnectionOpenBuilder<CON,B extends ConnectionOpenable.ConnectionOpenBuilder<CON,B>>
Startable
functionality to be invoked in a builder
chain.Modifier and Type | Method and Description |
---|---|
B |
withOpen(CON aConnection)
Builder method for the
ConnectionOpenable.open(Object)
method. |
B withOpen(CON aConnection) throws OpenException
ConnectionOpenable.open(Object)
method.aConnection
- The connection used for opening the connection.OpenException
- Thrown in case opening or accessing an open
line (connection, junction, link) caused problems.Copyright © 2017. All rights reserved.