OMBDROP J2EE_USER

Purpose

To drop a J2EE user that will be removed from the runtime.

Prerequisites

J2EE runtime must be up and running.

Syntax

parseDropJ2eeUserCommand =  OMBDROP J2EE_USER "QUOTED_STRING" 
          "J2eePropertiesClause" 
     J2eePropertiesClause =  SET PROPERTIES "(" "propertyNameList" ")" VALUES 
          "(" "propertyValueList" ")"
     propertyNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
     propertyValueList =  "propertyValue" { "," "propertyValue" }
     propertyValue =  ( "QUOTED_STRING" | "INTEGER_LITERAL" | 
          "FLOATING_POINT_LITERAL" )

Parameters

parseDropJ2eeUserCommand

This clause drops a J2EE runtime user.

J2eePropertiesClause

Properties for making J2EE connection to create or drop J2EE users.

propertyNameList

Connection property names : USER, PASSWORD, HOST, PORT, JSR88TYPE, ROOT, INSTANCE, PROTOCOL

propertyValueList

List of connection property value for the property name. See the example for detail.

propertyValue

The value for the connection property. See example for detail.