public class DelayedDropRegistryNotAvailableImpl extends Object implements DelayedDropRegistry
Implementation of DelayedDropRegistry for cases when the delayed-drop portion of "create-drop" is not valid.
| Modifier and Type | Field and Description |
|---|---|
static DelayedDropRegistryNotAvailableImpl |
INSTANCE
Singleton access
|
| Constructor and Description |
|---|
DelayedDropRegistryNotAvailableImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
registerOnCloseAction(DelayedDropAction action)
Register the built DelayedDropAction
|
public static final DelayedDropRegistryNotAvailableImpl INSTANCE
Singleton access
public void registerOnCloseAction(DelayedDropAction action)
DelayedDropRegistryRegister the built DelayedDropAction
registerOnCloseAction in interface DelayedDropRegistryaction - The delayed schema drop mementoCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.