WebSphere Enterprise Service Bus for z/OS, Version 6.2.0 Operating Systems: z/OS


modifySCAModuleProperty command

Use the modifySCAModuleProperty command to modify the property values for a specified Service Component Architecture (SCA) module.

Before you begin

The modifySCAModuleProperty command is run using the AdminTask object of the wsadmin scripting client.

Use the following command to list all the SCA administrative commands.
wsadmin> $AdminTask help SCAAdminCommands
Use the following command to get detailed help on a particular command.
wsadmin> $AdminTask help command_name

Syntax

$AdminTask modifySCAModuleProperty {-paramName paramValue ...}

Purpose

The modifySCAModuleProperty command is for changing the property values for a specified SCA module.

Command name
modifySCAModuleProperty
Target
None.
Result
Changes the property values for a particular SCA module.

Required Parameters

-moduleName moduleName
SCA module name.
-propertyName propertyName
SCA module property name.
If the property is a member of a group, you must include the name of the group in the propertyName in the form -propertyName [groupName]propertyName.
-newPropertyValue propertyValue
New value for the SCA module property.

Optional Parameters

-applicationName applicationName
The name of the application associated with the SCA module. Providing an applicationName improves performance.

Example

wsadmin> $AdminTask modifySCAModuleProperty {-moduleName myModule 
-applicationName myApplication -propertyName [mygroupName]mypropName 
-newPropertyValue myNewPropValue} 

reference Reference topic

Terms of use | Feedback


Timestamp icon Last updated: 21 June 2010


http://publib.boulder.ibm.com/infocenter/dmndhelp/v6r2mx/topic//com.ibm.websphere.wesb620.zseries.doc/ref/rwesb_modifySCAModuleProperty.html
Copyright IBM Corporation 2005, 2010. All Rights Reserved.
This information center is powered by Eclipse technology (http://www.eclipse.org).