@Deprecated public interface InterruptProtection
Modifier and Type | Interface and Description |
---|---|
static interface |
InterruptProtection.SQLCallable<T>
Deprecated.
|
static interface |
InterruptProtection.SQLRunnable
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static InterruptProtection |
none()
Deprecated.
|
<T> T |
protect(InterruptProtection.SQLCallable<T> callable)
Deprecated.
|
default void |
protect(InterruptProtection.SQLRunnable runnable)
Deprecated.
|
static InterruptProtection none()
default void protect(InterruptProtection.SQLRunnable runnable) throws SQLException
SQLException
<T> T protect(InterruptProtection.SQLCallable<T> callable) throws SQLException
SQLException
Copyright © 2018 JBoss by Red Hat. All rights reserved.