@Deprecated public class DeadlockDetectionConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<Boolean> |
ENABLED
Deprecated.
|
static AttributeDefinition<Long> |
SPIN_DURATION
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AttributeSet |
attributes()
Deprecated.
|
boolean |
enabled()
Deprecated.
Since 9.0, always returns
false . |
boolean |
equals(Object obj)
Deprecated.
|
int |
hashCode()
Deprecated.
|
long |
spinDuration()
Deprecated.
Since 9.0, always returns
-1 . |
String |
toString()
Deprecated.
|
@Deprecated public static final AttributeDefinition<Boolean> ENABLED
@Deprecated public static final AttributeDefinition<Long> SPIN_DURATION
@Deprecated public long spinDuration()
-1
.@Deprecated public boolean enabled()
false
.public AttributeSet attributes()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.