portal.plugin.jdbc
Class A_PortalJdbcPlugin
java.lang.Object
portal.plugin.A_PortalPlugin
portal.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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
A_PortalJdbcPlugin
public A_PortalJdbcPlugin()
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()