public abstract class AbstractSynchronizedConduit<D extends Conduit> extends AbstractConduit<D>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
lock |
next| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSynchronizedConduit(D next)
Construct a new instance.
|
protected |
AbstractSynchronizedConduit(D next,
java.lang.Object lock)
Construct a new instance.
|
getWorkerprotected AbstractSynchronizedConduit(D next)
next - the next conduit in the chainprotected AbstractSynchronizedConduit(D next, java.lang.Object lock)
next - the next conduit in the chainlock - the lock object to useCopyright © 2016 JBoss, a division of Red Hat, Inc.