Class JdbcTempHandler

java.lang.Object
org.glassfish.admingui.common.handlers.JdbcTempHandler

public class JdbcTempHandler extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Logger
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new instance of JdbcHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addClassNameColumn(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
    This handler adds the class name table column depends on the resource type.
    static void
    setJDBCPoolWizard(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
    This handler gets the default values and resource type and puts them in session
    static void
    updateJdbcConnectionPoolPropertiesTable(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
    updates the wizard map properties on step 2
    static void
    updateJdbcConnectionPoolWizardStep2(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
    updates the wizard map properties on step 2
    static void
    updateJDBCPoolWizardStep1(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
    This handler gets the datasource classname and properties and sets them in session

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • JdbcTempHandler

      public JdbcTempHandler()
      Creates a new instance of JdbcHandler
  • Method Details

    • setJDBCPoolWizard

      public static void setJDBCPoolWizard(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)

      This handler gets the default values and resource type and puts them in session

    • updateJDBCPoolWizardStep1

      public static void updateJDBCPoolWizardStep1(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)

      This handler gets the datasource classname and properties and sets them in session

    • updateJdbcConnectionPoolPropertiesTable

      public static void updateJdbcConnectionPoolPropertiesTable(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)

      updates the wizard map properties on step 2

    • updateJdbcConnectionPoolWizardStep2

      public static void updateJdbcConnectionPoolWizardStep2(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)

      updates the wizard map properties on step 2

    • addClassNameColumn

      public static void addClassNameColumn(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)

      This handler adds the class name table column depends on the resource type.