Class ConnectorsHandlers


  • public class ConnectorsHandlers
    extends Object
    Handlers for the admingui for connector connection pools and adaptors
    Since:
    Sept 1 2006
    • Constructor Detail

      • ConnectorsHandlers

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

      • 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

      • getAllThreadPools

        public static void getAllThreadPools​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
        Gets a list of all thread pools in all instances of Payara in the domain.
        Parameters:
        handlerCtx -
      • stringToMap

        public static Map stringToMap​(String str,
                                      String delimiter)