xmlBlaster 2.2.0 contributions API

org.xmlBlaster.contrib
Interface I_ContribPlugin

All Known Subinterfaces:
I_ChangePublisher, I_DbPool, I_DbSpecific, I_Mapper, I_Parser, I_PrePostStatement, I_ReplSlave, I_Writer
All Known Implementing Classes:
DbPool, DbWaitingPool, DefaultMapper, DefaultWriter, InitialUpdater, MomEventEngine, ReplicationDumper, ReplicationWriter, ReplSlave, SearchableConfig, SpecificDB2, SpecificDbReadonly, SpecificDefault, SpecificOracle, SpecificPostgres, SqlInfoParser, SqlInfoStreamPublisher, SqlPrePostStatement, XmlBlasterPublisher

public interface I_ContribPlugin


Method Summary
 java.util.Set getUsedPropertyKeys()
          Gets all property keys which may be used by this object.
 void init(I_Info info)
           
 void shutdown()
           
 

Method Detail

init

void init(I_Info info)
          throws java.lang.Exception
Throws:
java.lang.Exception

shutdown

void shutdown()
              throws java.lang.Exception
Throws:
java.lang.Exception
See Also:
I_Plugin

getUsedPropertyKeys

java.util.Set getUsedPropertyKeys()
Gets all property keys which may be used by this object.

Returns:

xmlBlaster 2.2.0 contributions API

Copyright © 1999-2014 The xmlBlaster.org contributers.