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


Listing exports using commands

You can use a command to list the exports of any service module deployed to WebSphere® ESB.

Before you begin

Use the wsadmin tool to run the following commands.

About this task

Use the wsadmin tool to list the exports of a service module by completing the following steps.

To list the exports of a particular service module, you need to know the module name.

The listSCAModules command lists all SCA modules that have been deployed to WebSphere ESB, and the listSCAExports command lists the exports for a particular SCA module. It is possible for an SCA module not to have any exports.

Procedure
  1. List the deployed SCA modules. $AdminTask listSCAModules
  2. List the exports of a particular SCA module. $AdminTask listSCAExports {-moduleName moduleName}

    In addition to specifying the moduleName, you have the option of specifying the applicationName.

    Note: Providing an applicationName improves performance.

Results

Lists the exports for a particular SCA module.

Example

$AdminTask listSCAExports {-moduleName myModule -applicationName myApplication}

task Task 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/tasks/twesb_listingexportssviacommands.html
Copyright IBM Corporation 2005, 2010. All Rights Reserved.
This information center is powered by Eclipse technology (http://www.eclipse.org).