Hitachi

uCosminexus Application Server Command Reference Guide


2.4 Resource operation commands used with J2EE servers

This section describes the resource operation commands used with J2EE servers.

The following table lists the resource operation commands used with J2EE servers:

Table 2‒5: List of resource operation commands used with J2EE servers

Command name

Function

Description

Command group

cjclearpool

Delete connection in connection pool

Clears the connection of a resource adapter or data source.

Update

cjcopyres

Copy resource

Copies the properties of an EJB-JAR file, a WAR file, a data source file, mail, or a RAR file.

Update

cjdeletejb

Delete JavaBeans resource

Deletes an imported JavaBeans resource.

Update

cjdeleteres

Delete resource

Deletes an imported EJB-JAR, WAR, data source, mail, or RAR file.

Update

cjdeployrar

Deploy resource adapter

Deploys a resource adapter.

Update

cjexportrar

Export resource adapter

Exports a resource adapter from a J2EE server.

Update

cjgetjbprop

Get Property of JavaBeans resource

Obtains the Property of a specified JavaBeans resource and generates a property file.

Update

cjgetrarprop

Get Property of RAR file

Obtains the Property of a deployed RAR file and generates a property file.

Update

cjgetresprop

Get Property of resource

Obtains the Property of the resources contained in an EJB-JAR, WAR, or undeployed RAR file, or obtains the Property of a data source file or of mail, and generates a property file.

Update

cjimportjb

Import JavaBeans resource

Imports a JavaBeans resource.

Update

cjimportres

Import resource

Imports an EJB-JAR, WAR, data source, or RAR file.

Update

cjlistjb

List JavaBeans resources

Outputs the status of all JavaBeans resources to the standard output.

Reference

cjlistpool

List connection pools

Outputs to the standard output the connection pool status of a specified resource adapter or of all resource adapters.

Reference

cjlistrar

List resource adapters

Outputs a list of all deployed resource adapters to the standard output.

Reference

cjlistres

List resources

Outputs a list of the imported EJB-JAR, WAR, data source, mail, or RAR files to the standard output.

Reference

cjsetjbprop

Set Property of JavaBeans resource

Changes the property of the specified JavaBeans resource with the value of specified JavaBeans Resource property file.

Update

cjsetrarprop

Set RAR Property

Changes the Property of the resources contained in a deployed RAR file to the values specified in a property file.

Update

cjsetresprop

Set Property of resource

Changes the Property of the resources contained in an EJB-JAR, WAR, or undeployed RAR file, or changes the Property of a data source file or of mail, to the values specified in a property file.

Update

cjstartjb

Start JavaBeans resource

Starts a JavaBeans resource.

Update

cjstartrar

Start resource adapter

Starts a resource adapter.

Update

cjstopjb

Stop JavaBeans resource

Stops a JavaBeans resource that has been started.

Update

cjstoprar

Stop resource adapter

Stops a resource adapter that has been started.

Update

cjtestres

Execute resource connection test

Executes a connection test on a J2EE resource adapter, mail, or data source.

Update

cjundeployrar

Undeploy resource adapter

Undeploys a deployed resource adapter.

Update

Legend:

Update: The command is an update command, which updates the J2EE server contents or retrieves configuration information.

Reference: The command is a reference command, which only displays the configuration status without updating the J2EE server contents.

For details on the mutual exclusion control conditions for each system of the server management commands, see 3.2 Exclusive access control of server management commands in the uCosminexus Application Server Application Setup Guide.

Organization of this section