public class ClusterServersDAOInitializedEvent extends ApplicationEvent
ClusterServersDAO when it has been
fully initialized. When this event is received, it means that the
ClusterServersDAO is now able to serve requests. However, operations
might still fail if the connection to the whole cluster is lost in the
meantime.source| Constructor and Description |
|---|
ClusterServersDAOInitializedEvent(ClusterServersDAO source)
Creates an event originating from the specified cluster servers DAO.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterServersDAO |
getSource() |
getTimestamptoStringpublic ClusterServersDAOInitializedEvent(ClusterServersDAO source)
source - cluster servers DAO that is now ready to be used.public ClusterServersDAO getSource()
getSource in class EventObjectCopyright © 2011–2017 aquenos GmbH. All rights reserved.