Package org.distributeme.core.listener
Class ListenerRegistry
java.lang.Object
org.distributeme.core.listener.ListenerRegistry
The registry for the ServerLifecycleListener instances..
- Version:
- $Id: $Id
- Author:
- lrosenberg
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classInternal configuration holder class. -
Method Summary
Modifier and TypeMethodDescriptionstatic final ListenerRegistryReturns the singleton instances.Getter for the fieldserverLifecycleListeners.
-
Method Details
-
getInstance
Returns the singleton instances.- Returns:
- a
ListenerRegistryobject.
-
getServerLifecycleListeners
Getter for the field
serverLifecycleListeners.- Returns:
- a
Listobject.
-