com.sibvisions.rad.persist.jdbc.event.type
Interface IClearMetaDataListener


public interface IClearMetaDataListener

The IClearMetaDataListener will be used for clear metadata event of a dBAccess.


Method Summary
 void clearedMetaData(String pApplicationName, List<String> pIdentifier)
          Invoked when a DBAccess is cleared.
 

Method Detail

clearedMetaData

void clearedMetaData(String pApplicationName,
                     List<String> pIdentifier)
                     throws Throwable
Invoked when a DBAccess is cleared.

Parameters:
pApplicationName - the application name
pIdentifier - the identifier for the given application name
Throws:
Throwable - if it fails.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.