public class GenericDataStoreDAOInitializedEvent extends ApplicationEvent
GenericDataStoreDAO
when it has
been fully initialized. When this event is received, it means that the
GenericDataStoreDAO
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 |
---|
GenericDataStoreDAOInitializedEvent(GenericDataStoreDAO source)
Creates an event originating from the specified generic data-store DAO.
|
Modifier and Type | Method and Description |
---|---|
GenericDataStoreDAO |
getSource() |
getTimestamp
toString
public GenericDataStoreDAOInitializedEvent(GenericDataStoreDAO source)
source
- generic data-store DAO that is now ready to be used.public GenericDataStoreDAO getSource()
getSource
in class EventObject
Copyright © 2011–2017 aquenos GmbH. All rights reserved.