Module hiveutils
Back to master index

[public] Configuration Point hiveutils.ShutdownCoordinatorOccurs: unbounded
Extension point for defining priorities associated with RegistryShutdownListener instances registered with hivemind.ShutdownCoordinator.
Schema
Element <listener>
Define a call priority (order) for one RegistryShutdownListener implementation.
Attribute name (required) Translator: string
Name of the RegistryShutdownListener instance. The name is either the result of "toString()", or the exact class name of this listener instance.
Attribute name-is-class Translator: boolean
"true" if "name" attribute is the exact class name of this listener.
Attribute priority (required) Translator: int
Priority of this RegistryShutdownListener instance in the chain of calls during Registry shutdown. Instance with lowest priority value will be called first.
Conversion Rules
<conversion class="net.sourceforge.hiveutils.service.impl.ShutdownContribution" />

Module hiveutils
Back to master index