Java Job

Control-M for Java enables you to schedule a Java class or a J2EE Enterprise Java Beans (EJBs) running on a J2EE application server (such as IBM WebSphere, BEA WebLogic, JBoss, and SAP NetWeaver).

The following table describes the Java job type attributes:

Attribute

Description

Connection Profile

Defines the Control-M for a Java connection profile.

Rules:

  • 1-50 characters (uppercase only)
  • Valid characters: Integers between 0 and 9, _ (underscore), - (dash, hyphen), A-Z characters

Object

Defines Enterprise Java Bean or Java Class according to which the Method parameter value is specified.

Rules:

  • Up to 214 characters
  • Alphanumeric string. Cannot begin with a number. Blank spaces are not allowed.
  • Case sensitive

Variable Name: %%JAVA-JAVA

Method

Determines the method to be invoked to the specified Java Application class.

Rules:

  • Up to 214 characters
  • Alphanumeric string. Cannot begin with a number. Blank spaces are not allowed.
  • Any method specified with the object.
  • Case sensitive

Variable Name: %%JAVA-METHOD

Parameters

 

Type

Defines the type of the parameter for the chosen method.

Rules

  • Up to 214 characters
  • Alphanumeric string. Cannot begin with a number. Blank spaces are not allowed.
  • Automatically predefined upon selection of the Method value. Values are primitive type names, such as int, boolean, and char.
  • Case sensitive

Variable Name: %%JAVA-TYPE

Value

Defines the parameter value for the chosen method.

Rules:

  • Up to 214 characters
  • Case sensitive

Variable Name: %%JAVA-PARMS-P001-VALUE

P001 represents the number of the parameter for the chosen method. For example, if there were two parameters for a particular method, the second parameter would use P002 instead of P001 (%%JAVA-PARMS-P002-VALUE).%%JAVA-METHOD

Name

Defines the name of the parameter for the chosen method.

Rules:

  • Up to 214 characters
  • Case sensitive

Variable Name: %%JAVA-PARMS-P001-VALUE

P001 represents the number of the parameter for the chosen method. For example, if there were two parameters for a particular method, the second parameter would use P002 instead of P001 (%%JAVA-PARMS-P002-VALUE).%%JAVA-METHOD

Exclude Job Output

Excludes information about job output from the Output at the end of a job execution.

No Output Banner

Determines whether an output banner is written to the Output at the end of a job execution.