Class ShutdownConfiguration
- java.lang.Object
-
- org.infinispan.configuration.global.ShutdownConfiguration
-
- All Implemented Interfaces:
BaseConfigurationInfo,ConfigurationInfo
public class ShutdownConfiguration extends java.lang.Object implements ConfigurationInfo
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeSetattributes()booleanequals(java.lang.Object o)ElementDefinitiongetElementDefinition()inthashCode()ShutdownHookBehaviorhookBehavior()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.infinispan.commons.configuration.ConfigurationInfo
subElements
-
-
-
-
Method Detail
-
getElementDefinition
public ElementDefinition getElementDefinition()
- Specified by:
getElementDefinitionin interfaceBaseConfigurationInfo- Returns:
- the
ElementDefinitionof the configuration.
-
hookBehavior
public ShutdownHookBehavior hookBehavior()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
attributes
public AttributeSet attributes()
- Specified by:
attributesin interfaceBaseConfigurationInfo- Returns:
- the
AttributeSetdeclared by the configuration.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-