portal.plugin.jdbc
Class A_PortalJdbcPlugin

java.lang.Object
  extended byportal.plugin.A_PortalPlugin
      extended byportal.plugin.jdbc.A_PortalJdbcPlugin
All Implemented Interfaces:
I_PortalPlugin
Direct Known Subclasses:
PortalJdbcPlugin, PortalTransactionalJdbcPlugin

public abstract class A_PortalJdbcPlugin
extends A_PortalPlugin

Base class for all JDBC plugins.

Version:
$Revision: 1.1 $
Author:
Thomas Weckert

Constructor Summary
A_PortalJdbcPlugin()
           
 
Method Summary
 void execute()
           
 void init(PortalShell portalShell, PortalProcessXPathEvaluator pocessXPathEvaluator, PortalMapping mapping)
           
 void init(PortalShell portalShell, PortalProcessXPathEvaluator processXPathEvaluator, PortalMapping mapping, I_PortalTransactionalResource transaction)
           
 
Methods inherited from class portal.plugin.A_PortalPlugin
destroy, getPluginMapping, getPortalShell, getProcessXPathEvaluator, getTransaction
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

A_PortalJdbcPlugin

public A_PortalJdbcPlugin()
Method Detail

init

public void init(PortalShell portalShell,
                 PortalProcessXPathEvaluator pocessXPathEvaluator,
                 PortalMapping mapping)
          throws PortalException
Specified by:
init in interface I_PortalPlugin
Overrides:
init in class A_PortalPlugin
Throws:
PortalException
See Also:
I_PortalPlugin.init(PortalShell, PortalProcessXPathEvaluator, portal.plugin.mapping.PortalMapping)

init

public void init(PortalShell portalShell,
                 PortalProcessXPathEvaluator processXPathEvaluator,
                 PortalMapping mapping,
                 I_PortalTransactionalResource transaction)
          throws PortalException
Specified by:
init in interface I_PortalPlugin
Overrides:
init in class A_PortalPlugin
Throws:
PortalException
See Also:
I_PortalPlugin.init(portal.main.PortalShell, PortalProcessXPathEvaluator, portal.plugin.mapping.PortalMapping, I_PortalTransactionalResource)

execute

public void execute()
             throws PortalException
Throws:
PortalException
See Also:
I_PortalPlugin.execute()