|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jca.admingui.handlers.ConnectorsHandlers
public class ConnectorsHandlers
| Field Summary | |
|---|---|
static String |
ADMINOBJECT_CLASSES_KEY
|
static String |
ADMINOBJECT_CONFIG_PROPS_KEY
|
static String |
ADMINOBJECT_INTERFACES_KEY
|
static String |
CONNECTION_DEFINITION_NAMES_KEY
|
static String |
MCF_CONFIG_PROPS_KEY
|
static String |
RESOURCE_ADAPTER_CONFIG_PROPS_KEY
|
static String |
SYSTEM_CONNECTORS_KEY
|
| Constructor Summary | |
|---|---|
ConnectorsHandlers()
Creates a new instance of ConnectorsHandler |
|
| Method Summary | |
|---|---|
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. |
static void |
getAdminObjectResourceWizard(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
This handler creates a Admin Object Resource |
static void |
getConnectorConnectionPoolWizard(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
This handler creates a ConnectorConnection Pool to be used in the wizard |
static Map |
stringToMap(String str,
String delimiter)
|
static void |
updateConnectorConnectionPoolWizard(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
updates the wizard map |
static void |
updateConnectorConnectionPoolWizardStep2(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
updates the wizard map properties on step 2 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ADMINOBJECT_INTERFACES_KEY
public static final String ADMINOBJECT_CLASSES_KEY
public static final String CONNECTION_DEFINITION_NAMES_KEY
public static final String MCF_CONFIG_PROPS_KEY
public static final String SYSTEM_CONNECTORS_KEY
public static final String ADMINOBJECT_CONFIG_PROPS_KEY
public static final String RESOURCE_ADAPTER_CONFIG_PROPS_KEY
| Constructor Detail |
|---|
public ConnectorsHandlers()
| Method Detail |
|---|
public static void getConnectorConnectionPoolWizard(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
This handler creates a ConnectorConnection Pool to be used in the wizard
public static void updateConnectorConnectionPoolWizard(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
updates the wizard map
public static void updateConnectorConnectionPoolWizardStep2(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
updates the wizard map properties on step 2
public static void getAdminObjectResourceWizard(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
This handler creates a Admin Object Resource
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
public static Map stringToMap(String str,
String delimiter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||