Skip to content

AdminJ2C

The AdminJ2C script library provides script procedures that configure and query J2EE Connector (J2C) resource settings.

The AdminJ2C script library provides the following script procedures. To display detailed information about each procedure, use the help command for the AdminJ2C script library, specifying the name of the script of interest as an argument. The script procedures that take the optional arguments can be specified with a list or string format.

For example, otherAttributeList can be specified as:

  • "description=my new resource, isolatedClassLoader=true"
  • [["description", "my new resource"], ["isolatedClassLoader", "true"]]

AdminJ2C.createJ2CActivationSpec(*args)

Create a J2C activation specification in your configuration.

AdminJ2C.createJ2CAdminObject(*args)

Create a J2C administrative object in your configuration.

AdminJ2C.createJ2CConnectionFactory(*args)

Create a new J2C connection factory in your configuration.

AdminJ2C.help(*args)

Provide AdminJ2C script library online help.

AdminJ2C.installJ2CResourceAdapter(*args)

Install a J2C resource adapter in your configuration.

AdminJ2C.listAdminObjectInterfaces(*args)

Display a list of the administrative object interfaces for the J2C resource adapter of interest.

AdminJ2C.listConnectionFactoryInterfaces(*args)

Display a list of the connection factory interfaces for the J2C resource adapter of interest.

AdminJ2C.listJ2CActivationSpecs(*args)

Display a list of the J2C activation specifications in your J2C configuration.

AdminJ2C.listJ2CAdminObjects(*args)

Display a list of the administrative objects in your J2C configuration.

AdminJ2C.listJ2CConnectionFactories(*args)

Display a list of J2C connection factories in your J2C configuration.

AdminJ2C.listJ2CResourceAdapters(*args)

Display a list of the J2C connection factories in your J2C configuration.

AdminJ2C.listMessageListenerTypes(*args)

Display a list of the message listener types for the J2C resource adapter of interest.