com.sibvisions.rad.persist.jdbc.event.type
Interface IClearMetaDataListener
public interface IClearMetaDataListener
The IClearMetaDataListener will be used for clear metadata event of a dBAccess.
clearedMetaData
void clearedMetaData(String pApplicationName,
List<String> pIdentifier)
throws Throwable
- Invoked when a DBAccess is cleared.
- Parameters:
pApplicationName - the application namepIdentifier - the identifier for the given application name
- Throws:
Throwable - if it fails.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.