Package | Description |
---|---|
org.forgerock.opendj.server.core |
Contains APIs for new DataProvider design.
|
Modifier and Type | Method and Description |
---|---|
static DataProviderEvent.Type |
DataProviderEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataProviderEvent.Type[] |
DataProviderEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<DataProviderEvent.Type> |
DataProviderEvent.getEventTypes()
Returns an unmodifiable set containing the types of event that have
occurred in the data provider.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDataProvider.notifyDataProviderEventOccurred(LocalizableMessage reason,
Set<DataProviderEvent.Type> types)
Notify all event listeners that this data provider has changed state due
to an operational error, configuration change, or an administrative
action.
|
Constructor and Description |
---|
DataProviderEvent(LocalizableMessage reason,
Set<DataProviderEvent.Type> types)
Creates a new data provider event.
|
Copyright 2010-2017 ForgeRock AS.