WebSphere WebSphere Enterprise Service Bus, Version 6.0.1 Operating Systems: AIX, HP-UX, Linux, Solaris, Windows

Listing imports

You can use a command to list the imports of any mediation module that has been deployed to WebSphere ESB.

Before you begin

You must use the wsadmin tool to run the following commands.

Why and when to perform this task

To list the imports of a mediation module, use the wsadmin tool to complete the following steps.

In order to list the imports of a mediation module you need to know the name of the mediation module.
Note: Mediation modules are types of Service Component Architecture (SCA) modules.

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

Steps for this task

  1. List the deployed SCA modules. $AdminTask listSCAModules
  2. List the imports of a particular SCA module. $AdminTask listSCAImports {-moduleName moduleName}
    Note: In addition to specifying the moduleName, you have the option of specifying the applicationName. Providing an applicationName improves performance.

Result

Lists the imports for a particular SCA module.

Example

$AdminTask listSCAImports {-moduleName myModule -applicationName myApplication}

Task topic

Terms of Use | Rate this page

Timestamp iconLast updated: 13 Dec 2005
http://publib.boulder.ibm.com/infocenter/dmndhelp/v6rxmx/index.jsp?topic=/com.ibm.websphere.wesb.doc\tasks\twesb_listingimportsviacommands.html

(C) Copyright IBM Corporation 2005. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)