org.glassfish.admingui.common.handlers
Class JdbcTempHandler

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

public class JdbcTempHandler
extends java.lang.Object


Field Summary
static java.util.logging.Logger guiLogger
           
static java.lang.String REASON_FAILED_KEY
           
 
Constructor Summary
JdbcTempHandler()
          Creates a new instance of JdbcHandler
 
Method Summary
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 Detail

guiLogger

public static final java.util.logging.Logger guiLogger

REASON_FAILED_KEY

public static final java.lang.String REASON_FAILED_KEY
See Also:
Constant Field Values
Constructor Detail

JdbcTempHandler

public JdbcTempHandler()
Creates a new instance of JdbcHandler

Method Detail

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.



Copyright © 2012 GlassFish Community. All Rights Reserved.