public interface DataStoreRegistrationHandler
| Modifier and Type | Method and Description |
|---|---|
DataStoreTemplate |
removeRegistrationCallback()
Removes a
DataStoreTemplate from initialization phase. |
void |
setRegistrationCallback(DataStoreTemplate template)
Adds a
DataStoreTemplate that will be executed before DataStore registration. |
void setRegistrationCallback(DataStoreTemplate template)
DataStoreTemplate that will be executed before DataStore registration.DataStoreTemplate removeRegistrationCallback()
DataStoreTemplate from initialization phase.DataStoreTemplate or null if no DataStoreTemplate is registered.Copyright © 2011-2014 Red Hat. All Rights Reserved.