xmlBlaster 1.6.2 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, DefaultMapper, DefaultWriter, InitialUpdater, MomEventEngine, ReplicationDumper, ReplicationWriter, ReplSlave, SpecificDefault, SqlInfoParser, 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

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

shutdown

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

getUsedPropertyKeys

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

Returns:

xmlBlaster 1.6.2 contributions API

Copyright © 1999-2007 The xmlBlaster.org contributers.