Class PluginAdapter

java.lang.Object
org.pentaho.platform.plugin.services.pluginmgr.PluginAdapter
All Implemented Interfaces:
org.pentaho.platform.api.engine.IPentahoPublisher, org.pentaho.platform.api.engine.IPentahoSystemListener

public class PluginAdapter extends Object implements org.pentaho.platform.api.engine.IPentahoSystemListener, org.pentaho.platform.api.engine.IPentahoPublisher
  • Constructor Details

    • PluginAdapter

      public PluginAdapter()
  • Method Details

    • startup

      public boolean startup(org.pentaho.platform.api.engine.IPentahoSession session)
      Specified by:
      startup in interface org.pentaho.platform.api.engine.IPentahoSystemListener
    • shutdown

      public void shutdown()
      Specified by:
      shutdown in interface org.pentaho.platform.api.engine.IPentahoSystemListener
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface org.pentaho.platform.api.engine.IPentahoPublisher
    • getName

      public String getName()
      Specified by:
      getName in interface org.pentaho.platform.api.engine.IPentahoPublisher
    • publish

      public String publish(org.pentaho.platform.api.engine.IPentahoSession session, int loggingLevel)
      Specified by:
      publish in interface org.pentaho.platform.api.engine.IPentahoPublisher