Table 17 shows the new SPI commands and options.
Commands | Explanation |
---|---|
CREATE CORBASERVER | Define and install a CORBASERVER resource definition. |
CREATE PIPELINE | The CREATE PIPELINE command defines a PIPELINE in the local CICS® region. |
CREATE URIMAP | The CREATE URIMAP command defines a URIMAP in the local CICS region. |
CREATE WEBSERVICE | The CREATE WEBSERVICE command defines a WEBSERVICE in the local CICS region. |
DISCARD CORBASERVER | Discard an installed CORBASERVER resource definition. |
DISCARD DJAR | Discard an installed DJAR resource definition. |
DISCARD PIPELINE | The DISCARD PIPELINE command removes a PIPELINE from the CICS system and the CICS catalog. |
DISCARD URIMAP | The DISCARD URIMAP command removes a URIMAP from the CICS system and the CICS catalog. |
DISCARD WEBSERVICE | The DISCARD WEBSERVICE command removes a WEBSERVICE from the CICS system and the CICS catalog. |
EXTRACT STATISTICS | The EXTRACT STATISTICS command is added to provide statistics about new resource types, because the design of COLLECT STATISTICS prevented its further expansion. The syntax of EXTRACT STATISTICS is not like COLLECT STATISTICS, but the results of using EXTRACT STATISTICS are equivalent to those produced by COLLECT STATISTICS. For a full description of EXTRACT STATISTICS see the CICS System Programming Reference |
INQUIRE BEAN | Return information about an enterprise bean. |
INQUIRE BRFACILITY | Return information about installed bridge facilities. |
INQUIRE CLASSCACHE | The INQUIRE CLASSCACHE command is added to give you information about the active shared class cache in the CICS region, and report the presence of any old shared class caches that are awaiting deletion. |
INQUIRE CORBASERVER | Return information about an installed CORBASERVER resource definition. |
INQUIRE DISPATCHER | Return CICS dispatcher system information, which includes information about pools of open TCBs. |
INQUIRE DJAR | Return information about an installed DJAR resource definition. |
INQUIRE JVM | The INQUIRE JVM command is added to enable you to identify JVMs in a CICS region and get information about their status. You can inquire on the status of a particular JVM, or browse through all of the JVMs in a CICS region by using the browse options (START, NEXT, and END) on the command. |
INQUIRE JVMPOOL | Return information about the pool of JVMs in a CICS region. |
INQUIRE JVMPROFILE | The INQUIRE JVMPROFILE command is added to retrieve the full path name of the HFS file for a JVM profile, and tell you whether or not a JVM with this profile uses the shared class cache. The command only finds JVM profiles that have been used during the lifetime of this CICS region, for JVMs that can run applications. You can inquire on a particular JVM profile, or browse through all of the JVMPROFILEs that have been used in a CICS region by using the browse options (START, NEXT, and END) on the command. |
INQUIRE PIPELINE | The INQUIRE PIPELINE command retrieve information about an installed PIPELINE. |
INQUIRE URIMAP | The INQUIRE URIMAP command retrieves information about URIMAP resource definitions. |
INQUIRE WEBSERVICE | The INQUIRE WEBSERVICE command retrieves information about an installed WEBSERVICE. |
INQUIRE WORKREQUEST | The INQUIRE WORKREQUEST command is added to enable you
to track EJB tasks. You can:
|
PERFORM CORBASERVER | Perform a specified action (PUBLISH, RETRACT or SCAN) on the beans in a CORBASERVER. |
PERFORM DJAR | Perform a specified action (PUBLISH or RETRACT) on a deployed JAR file. |
PERFORM PIPELINE | The PERFORM PIPELINE command initiates a scan of the Web service binding directory that is specified in the WSBIND attribute of the PIPELINE definition. |
SET BRFACILITY | Flag a bridge facility for deletion. |
SET CORBASERVER | Set the time-out value for the session beans in a specified CORBASERVER. |
SET DISPATCHER | Modify some CICS dispatcher system parameters. |
SET HOST | The SET HOST command enables or disables a virtual HOST. |
SET JVMPOOL | Change the status of the pool of JVMs in a CICS region or to terminate the JVMs in the pool. |
SET PIPELINE | The SET PIPELINE command enables or disables a PIPELINE. |
SET URIMAP | The SET URIMAP command enables or disables a URIMAP definition, and applies or removes redirection for a URIMAP definition. |
SET WEBSERVICE | The SET WEBSERVICE command sets the validation status of a WEBSERVICE. |
See the CICS System Programming Reference for more information on the changed and new commands and options.
[[ Contents Previous Page | Next Page Index ]]