OMBALTER APPLICATION_SERVER_MODULE

Purpose

Alter the Application Server Module by renaming it, and/or reset its properties.

Prerequisites

Should be in the context of a project.

Syntax

alterApplicationServerModuleCommand =  OMBALTER ( APPLICATION_SERVER_MODULE
           "QUOTED_STRING" ( "renameClause" [ "alterPropertiesOrReferenceClause"
           ] | "alterPropertiesOrReferenceClause" ) )
     renameClause =  RENAME TO "QUOTED_STRING"
     alterPropertiesOrReferenceClause =  SET ( "setPropertiesClause" [ SET 
          "setReferenceClause" [ UNSET "unsetReferenceClause" ] | UNSET 
          "unsetReferenceClause" [ SET "setReferenceClause" ] ] | 
          "setReferenceClause" [ UNSET "unsetReferenceClause" ] ) | UNSET 
          "unsetReferenceClause" [ SET "setReferenceClause" ]
     setPropertiesClause =  PROPERTIES "(" "propertyNameList" ")" VALUES "(" 
          "propertyValueList" ")"
     setReferenceClause =  ( "setReferenceLocationClause" [ SET 
          "setReferenceIconSetClause" ] | "setReferenceIconSetClause" )
     unsetReferenceClause =  ( "unsetReferenceLocationClause" [ UNSET 
          "unsetReferenceIconSetClause" ] | "unsetReferenceIconSetClause" )
     propertyNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
     propertyValueList =  "propertyValue" { "," "propertyValue" }
     setReferenceLocationClause =  ( REFERENCE | REF ) LOCATION "QUOTED_STRING"
     setReferenceIconSetClause =  ( REFERENCE | REF ) ICONSET "QUOTED_STRING"
     unsetReferenceLocationClause =  ( REFERENCE | REF ) LOCATION 
          "QUOTED_STRING"
     unsetReferenceIconSetClause =  ( REFERENCE | REF ) ICONSET
     propertyValue =  ( "QUOTED_STRING" | "INTEGER_LITERAL" | 
          "FLOATING_POINT_LITERAL" )

Parameters

alterApplicationServerModuleCommand

Alter the content of the application server module.

renameClause

Rename the application server module.

alterPropertiesOrReferenceClause

Alter the properties or reference (___location or iconset) of the application server module.

setPropertiesClause

Set values of properties of the application server module.

setReferenceClause

Set reference ___location or iconset for the application server module.

unsetReferenceClause

Unset the reference ___location or iconset for the application server module.

propertyNameList

A list of the property names.

propertyValueList

A list of the property values.

setReferenceLocationClause

Specify the ref ___location for the application server module as the new configuration default.

setReferenceIconSetClause

Specify the ref icon set for the application server module.

unsetReferenceLocationClause

Specify the ref ___location to unset it for the application server module.

unsetReferenceIconSetClause

Unset the ref icon set for the application server module.

propertyValue

The property value of the object.