@Deprecated public class DeadlockDetectionConfiguration extends java.lang.Object implements Matchable<DeadlockDetectionConfiguration>, ConfigurationInfo
| Modifier and Type | Field and Description |
|---|---|
static ElementDefinition |
ELEMENT_DEFINITION
Deprecated.
|
static AttributeDefinition<java.lang.Boolean> |
ENABLED
Deprecated.
|
static AttributeDefinition<java.lang.Long> |
SPIN_DURATION
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeSet |
attributes()
Deprecated.
|
boolean |
enabled()
Deprecated.
Since 9.0, always returns
false. |
boolean |
equals(java.lang.Object obj)
Deprecated.
|
ElementDefinition |
getElementDefinition()
Deprecated.
|
int |
hashCode()
Deprecated.
|
long |
spinDuration()
Deprecated.
Since 9.0, always returns
-1. |
java.lang.String |
toString()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitsubElements@Deprecated public static final AttributeDefinition<java.lang.Boolean> ENABLED
@Deprecated public static final AttributeDefinition<java.lang.Long> SPIN_DURATION
public static ElementDefinition ELEMENT_DEFINITION
public ElementDefinition getElementDefinition()
getElementDefinition in interface BaseConfigurationInfoElementDefinition of the configuration.@Deprecated public long spinDuration()
-1.@Deprecated public boolean enabled()
false.public AttributeSet attributes()
attributes in interface BaseConfigurationInfoAttributeSet declared by the configuration.public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object