com.metamatrix.dqp.service
Interface VDBLifeCycleListener

All Known Implementing Classes:
EmbeddedVDBService

public interface VDBLifeCycleListener

A listener object for listening for the life cycle events for the VDB

Since:
4.3

Method Summary
 void loaded(java.lang.String vdbName, java.lang.String vdbVersion)
          A new VDB is loaded/added to the system
 void unloaded(java.lang.String vdbName, java.lang.String vdbVersion)
          VDB is unloaded/deleted from the system
 

Method Detail

loaded

void loaded(java.lang.String vdbName,
            java.lang.String vdbVersion)
A new VDB is loaded/added to the system

Parameters:
vdbName - - name of the VDB
vdbVersion - - version of the VDB

unloaded

void unloaded(java.lang.String vdbName,
              java.lang.String vdbVersion)
VDB is unloaded/deleted from the system

Parameters:
vdbName - - name of the VDB
vdbVersion - - version of the VDB


Copyright © 2009. All Rights Reserved.