| Modifier and Type | Method and Description |
|---|---|
static NotifierType |
NotifierType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotifierType[] |
NotifierType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NotifierType |
NotifierExecutionOptions.getNotifierType() |
NotifierType |
NotifierConfigurationExecutionOptions.getNotifierType() |
| Modifier and Type | Method and Description |
|---|---|
Map<NotifierType,NotifierExecutionOptionsFactory> |
NotifierExecutionOptionsFactoryStore.getExecOptionsFactoryStore() |
Map<NotifierType,NotifierConfigurationExecutionOptions> |
NotificationExecutionOptions.getNotifierConfigurationExecutionOptionsList() |
| Modifier and Type | Method and Description |
|---|---|
NotifierExecutionOptionsFactory<Notifier> |
NotifierExecutionOptionsFactoryStore.get(NotifierType type) |
boolean |
NotificationExecutionOptions.isNotifierServiceDefined(NotifierType notifierType) |
boolean |
NotificationExecutionOptions.isNotifierServiceEnabled(NotifierType notifierType) |
void |
NotifierExecutionOptionsFactoryStore.register(NotifierType notifierType,
NotifierExecutionOptionsFactory executionOptionsFactory) |
void |
NotifierExecutionOptionsFactory.register(NotifierType notifierType,
NotifierExecutionOptionsFactory notifierExecutionOptionsFactory) |
protected void |
NotificationEventFactory.registerEventFactory(NotifierType type,
NotificationEventFactory notificationEventFactory) |
protected void |
NotifierConfigurationExecutionOptionsFactory.registerExecutionOptions(NotifierType notifierType,
NotifierConfigurationExecutionOptionsFactory executionOptionsFactory) |
void |
NotifierExecutionOptions.setNotifierType(NotifierType notifierType) |
void |
NotifierConfigurationExecutionOptions.setNotifierType(NotifierType notifierType) |
| Constructor and Description |
|---|
NotifierConfigurationExecutionOptions(NotifierType notifierType) |
NotifierExecutionOptions(NotifierType notifierType) |
| Modifier and Type | Method and Description |
|---|---|
NotifierType |
BaseNotifierService.getType() |
| Modifier and Type | Method and Description |
|---|---|
NotifierConfigurationExecutionOptionsFactory |
NotifierConfigurationExecutionOptionsFactoryStore.get(NotifierType type) |
NotificationEventFactory |
NotificationEventFactoryStore.get(NotifierType notifierType) |
protected void |
BaseNotifierService.register(NotifierType type,
Class<C> notifierType,
Class<NC> notifierConfigType,
BaseNotifierService service) |
void |
NotificationEventFactoryStore.register(NotifierType type,
NotificationEventFactory notificationEventFactory) |
void |
NotifierConfigurationExecutionOptionsFactoryStore.register(NotifierType type,
NotifierConfigurationExecutionOptionsFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Map<NotifierType,NotifierExecutionOptions> |
RequestTracingExecutionOptions.getNotifierExecutionOptionsList()
Gets the notifier options configured with request tracing
|
Copyright © 2017. All rights reserved.