org.xmlBlaster.contrib.dbwriter
Interface DbWriterPluginMBean
- All Known Implementing Classes:
- DbWriterPlugin
- public interface DbWriterPluginMBean
DbWriterPlugin is a plugin wrapper if you want to run DbWriter inside xmlBlaster.
This plugin uses java.util.logging and redirects the logging to xmlBlasters default
logging framework. You can switch this off by setting the attribute xmlBlaster/jdk14loggingCapture to false.
- Author:
- Marcel Ruff
addDbWriter
public java.lang.String addDbWriter(java.lang.String loginName,
java.lang.String password)
getClients
public java.lang.String getClients()
removeDbWriter
public java.lang.String removeDbWriter(java.lang.String loginName)
shutdown
public void shutdown()
throws org.xmlBlaster.util.XmlBlasterException
- Throws:
org.xmlBlaster.util.XmlBlasterException
Copyright © 1999-2007 The xmlBlaster.org contributers.