Class ConnectorsHandlers

java.lang.Object
org.glassfish.jca.admingui.handlers.ConnectorsHandlers

public class ConnectorsHandlers extends Object
  • Field Details

  • Constructor Details

    • ConnectorsHandlers

      public ConnectorsHandlers()
      Creates a new instance of ConnectorsHandler
  • Method Details

    • getConnectorConnectionPoolWizard

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

      This handler creates a ConnectorConnection Pool to be used in the wizard

    • updateConnectorConnectionPoolWizard

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

      updates the wizard map

    • updateConnectorConnectionPoolWizardStep2

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

      updates the wizard map properties on step 2

    • getAdminObjectResourceWizard

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

      This handler creates a Admin Object Resource

    • filterOutRarExtension

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

      If the RAR is an embedded rar, we don't wan to show the .rar extension.

      eg. myjca.ear containing myTest.rar will be shown as myjca.ear#myTest

    • stringToMap

      public static Map stringToMap(String str, String delimiter)