Class ConnectorsHandlers
- java.lang.Object
-
- org.glassfish.jca.admingui.handlers.ConnectorsHandlers
-
public class ConnectorsHandlers extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringADMINOBJECT_CLASSES_KEYstatic StringADMINOBJECT_CONFIG_PROPS_KEYstatic StringADMINOBJECT_INTERFACES_KEYstatic StringCONNECTION_DEFINITION_NAMES_KEYstatic StringMCF_CONFIG_PROPS_KEYstatic StringRESOURCE_ADAPTER_CONFIG_PROPS_KEYstatic StringSYSTEM_CONNECTORS_KEY
-
Constructor Summary
Constructors Constructor Description ConnectorsHandlers()Creates a new instance of ConnectorsHandler
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidfilterOutRarExtension(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)If the RAR is an embedded rar, we don't wan to show the .rar extension.static voidgetAdminObjectResourceWizard(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)This handler creates a Admin Object Resourcestatic voidgetConnectorConnectionPoolWizard(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)This handler creates a ConnectorConnection Pool to be used in the wizardstatic MapstringToMap(String str, String delimiter)static voidupdateConnectorConnectionPoolWizard(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)updates the wizard mapstatic voidupdateConnectorConnectionPoolWizardStep2(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)updates the wizard map properties on step 2
-
-
-
Field Detail
-
ADMINOBJECT_INTERFACES_KEY
public static final String ADMINOBJECT_INTERFACES_KEY
- See Also:
- Constant Field Values
-
ADMINOBJECT_CLASSES_KEY
public static final String ADMINOBJECT_CLASSES_KEY
- See Also:
- Constant Field Values
-
CONNECTION_DEFINITION_NAMES_KEY
public static final String CONNECTION_DEFINITION_NAMES_KEY
- See Also:
- Constant Field Values
-
MCF_CONFIG_PROPS_KEY
public static final String MCF_CONFIG_PROPS_KEY
- See Also:
- Constant Field Values
-
SYSTEM_CONNECTORS_KEY
public static final String SYSTEM_CONNECTORS_KEY
- See Also:
- Constant Field Values
-
ADMINOBJECT_CONFIG_PROPS_KEY
public static final String ADMINOBJECT_CONFIG_PROPS_KEY
- See Also:
- Constant Field Values
-
RESOURCE_ADAPTER_CONFIG_PROPS_KEY
public static final String RESOURCE_ADAPTER_CONFIG_PROPS_KEY
- See Also:
- Constant Field Values
-
-
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
-
-