Class JdbcTempHandler
java.lang.Object
org.glassfish.admingui.common.handlers.JdbcTempHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddClassNameColumn(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx) This handler adds the class name table column depends on the resource type.static voidsetJDBCPoolWizard(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx) This handler gets the default values and resource type and puts them in sessionstatic voidupdateJdbcConnectionPoolPropertiesTable(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx) updates the wizard map properties on step 2static voidupdateJdbcConnectionPoolWizardStep2(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx) updates the wizard map properties on step 2static voidupdateJDBCPoolWizardStep1(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx) This handler gets the datasource classname and properties and sets them in session
-
Field Details
-
guiLogger
-
REASON_FAILED_KEY
- See Also:
-
-
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.
-