This page lists the AMX APIs exposed by connector-runtime to GUI and its equivalent hidden CLI command.
AMX : org.glassfish.admin.amx.base.ConnectorRuntimeAPIProvider

Item # AMX API CLI equivalent Sample Comments
1 java.util.Map getConnectionDefinitionPropertiesAndDefaults(java.lang.String, java.lang.String); ~UWC_TOKEN_START~1278095716635~UWC_TOKEN_END|
asadmin _get-connection-definition-properties-and-defaults 
--restype javax.sql.DataSource --connectionDefinitionClass org.apache.derby.jdbc.ClientDataSource

ConnectionAttributes=null
CreateDatabase=null
DataSourceName=null
DatabaseName=null
Description=null
LoginTimeout=0
Password=null
PortNumber=1527
RetrieveMessageText=true
SecurityMechanism=4
ServerName=localhost
ShutdownDatabase=null
Ssl=off
TraceDirectory=null
TraceFile=null
TraceFileAppend=false
TraceLevel=-1
User=APP

Command _get-connection-definition-properties-and-defaults executed successfully.
*Note :* property and its default value is provided as a name value pair separated by
"="
2 java.util.Map getBuiltInCustomResources();
_get-built-in-custom-resources
~UWC_TOKEN_START~1278095716639~UWC_TOKEN_END|*Note :* Output provided as a name value pair separated by
"="
3 java.util.Map getSystemConnectorsAllowingPoolCreation();
_get-system-rars-allowing-pool-creation
asadmin _get-system-rars-allowing-pool-creation
jmsra
jaxr-ra

Command _get-system-rars-allowing-pool-creation executed successfully.
4 java.util.Map getConnectionDefinitionNames(java.lang.String); ~UWC_TOKEN_START~1278095716643~UWC_TOKEN_END|
asadmin _get-connection-definition-names --rarName jmsra
javax.jms.ConnectionFactory
javax.jms.QueueConnectionFactory
javax.jms.TopicConnectionFactory

Command _get-connection-definition-names executed successfully.
5 java.util.Map getMCFConfigProps(java.lang.String, java.lang.String); ~UWC_TOKEN_START~1278095716645~UWC_TOKEN_END| ~UWC_TOKEN_START~1278095716646~UWC_TOKEN_END|*Note :* Output provided as a name value pair separated by
"="
6 java.util.Map getAdminObjectInterfaceNames(java.lang.String); ~UWC_TOKEN_START~1278095716648~UWC_TOKEN_END|
asadmin _get-admin-object-interface-names --rarName jmsra
javax.jms.Queue
javax.jms.Topic

Command _get-admin-object-interface-names executed successfully.
7 java.util.Map getAdminObjectClassNames(java.lang.String, java.lang.String); ~UWC_TOKEN_START~1278095716650~UWC_TOKEN_END|
asadmin _get-admin-object-class-names
 --rarname jmsra --adminObjectInterface javax.jms.Topic

com.sun.messaging.Topic

Command _get-admin-object-class-names executed successfully.
8 java.util.Map getResourceAdapterConfigProps(java.lang.String); ~UWC_TOKEN_START~1278095716652~UWC_TOKEN_END|~UWC_TOKEN_START~1278095716653~UWC_TOKEN_END|*Note :* Output provided as a name value pair separated by
"="
9 java.util.Map getAdminObjectConfigProps(java.lang.String, java.lang.String); ~UWC_TOKEN_START~1278095716655~UWC_TOKEN_END|~UWC_TOKEN_START~1278095716656~UWC_TOKEN_END|*Note :* Output provided as a name value pair separated by
"="
10 java.util.Map getAdminObjectConfigProps(java.lang.String, java.lang.String, java.lang.String); ~UWC_TOKEN_START~1278095716658~UWC_TOKEN_END|~UWC_TOKEN_START~1278095716659~UWC_TOKEN_END|*Note :* Output provided as a name value pair separated by
"="
11 java.util.Map getConnectorConfigJavaBeans(java.lang.String, java.lang.String, java.lang.String); ~UWC_TOKEN_START~1278095716661~UWC_TOKEN_END| ~UWC_TOKEN_START~1278095716662~UWC_TOKEN_END|*Note :* Output provided as a name value pair separated by
"="
12 java.util.Map getActivationSpecClass(java.lang.String, java.lang.String); ~UWC_TOKEN_START~1278095716664~UWC_TOKEN_END|
asadmin _get-activation-spec-class --rarname jmsra --messageListenerType javax.jms.MessageListener
com.sun.messaging.jms.ra.ActivationSpec

Command _get-activation-spec-class executed successfully.
13 java.util.Map getMessageListenerTypes(java.lang.String); ~UWC_TOKEN_START~1278095716666~UWC_TOKEN_END|
asadmin _get-message-listener-types  --rarName jmsra
javax.jms.MessageListener

Command _get-message-listener-types executed successfully.
14 java.util.Map getMessageListenerConfigProps(java.lang.String, java.lang.String); ~UWC_TOKEN_START~1278095716668~UWC_TOKEN_END|~UWC_TOKEN_START~1278095716669~UWC_TOKEN_END|*Note :* Output provided as a name value pair separated by
"="
15 java.util.Map getMessageListenerConfigPropTypes(java.lang.String, java.lang.String); ~UWC_TOKEN_START~1278095716671~UWC_TOKEN_END|~UWC_TOKEN_START~1278095716672~UWC_TOKEN_END|*Note :* Output provided as a name value pair separated by
"="
16 java.util.Map getValidationTableNames(java.lang.String); ~UWC_TOKEN_START~1278095716674~UWC_TOKEN_END|
asadmin _get-validation-table-names --poolName DerbyPool
SYSALIASES
SYSCHECKS
SYSCOLPERMS
SYSCOLUMNS
SYSCONGLOMERATES
SYSCONSTRAINTS
SYSDEPENDS
SYSDUMMY1
SYSFILES
SYSFOREIGNKEYS
SYSKEYS
SYSROLES
SYSROUTINEPERMS
SYSSCHEMAS
SYSSTATEMENTS
SYSSTATISTICS
SYSTABLEPERMS
SYSTABLES
SYSTRIGGERS
SYSVIEWS

Command _get-validation-table-names executed successfully.
17 java.util.Map getJdbcDriverClassNames(java.lang.String, java.lang.String); ~UWC_TOKEN_START~1278095716676~UWC_TOKEN_END|
asadmin _get-jdbc-driver-class-names  --introspect=false 
--restype javax.sql.DataSource --dbVendor DERBY

org.apache.derby.jdbc.ClientDataSource40

Command _get-jdbc-driver-class-names executed successfully.
18 java.util.Map getJdbcDriverClassNames(java.lang.String, java.lang.String, boolean); ~UWC_TOKEN_START~1278095716678~UWC_TOKEN_END|
asadmin _get-jdbc-driver-class-names  --introspect=true 
--restype javax.sql.DataSource --dbVendor DERBY

org.apache.derby.jdbc.ClientConnectionPoolDataSource
org.apache.derby.jdbc.ClientConnectionPoolDataSource40
org.apache.derby.jdbc.ClientDataSource
org.apache.derby.jdbc.ClientDataSource40
org.apache.derby.jdbc.ClientXADataSource
org.apache.derby.jdbc.ClientXADataSource40
org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource
org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource40
org.apache.derby.jdbc.EmbeddedDataSource
org.apache.derby.jdbc.EmbeddedDataSource40
org.apache.derby.jdbc.EmbeddedSimpleDataSource
org.apache.derby.jdbc.EmbeddedXADataSource
org.apache.derby.jdbc.EmbeddedXADataSource40

Command _get-jdbc-driver-class-names executed successfully.
19 java.util.Map getValidationClassNames(java.lang.String); ~UWC_TOKEN_START~1278095716680~UWC_TOKEN_END|
asadmin _get-validation-class-names --dbVendor Derby
org.glassfish.api.jdbc.validation.DerbyConnectionValidation

Command _get-validation-class-names executed successfully.
20 java.util.Map getDatabaseVendorNames(); ~UWC_TOKEN_START~1278095716682~UWC_TOKEN_END|
asadmin _get-database-vendor-names 
Cloudscape
DB2
Derby
Derby-30
Embedded-Derby
Embedded-Derby-30
Informix
JavaDB
JavaDB-30
MicrosoftSqlServer
MySql
Oracle
Pointbase
Postgresql
Sun-DB2
Sun-Oracle
Sun-SqlServer
Sun-Sybase
Sybase

Command _get-database-vendor-names executed successfully.
21 java.util.Map flushConnectionPool(java.lang.String); ~UWC_TOKEN_START~1278095716684~UWC_TOKEN_END|~UWC_TOKEN_START~1278095716685~UWC_TOKEN_END|*Note :* Existing public command is used
22 java.util.Map pingJDBCConnectionPool(java.lang.String); ~UWC_TOKEN_START~1278095716686~UWC_TOKEN_END|~UWC_TOKEN_START~1278095716687~UWC_TOKEN_END|*Note :* Existing public command is used