Displaying details of an import

You can use a command to display import details of a mediation module that has been deployed to WebSphere Process Server.

Before you begin

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

Why and when to perform this task

To display the import details of mediation module, use the wsadmin tool to complete the following steps.

In order to show the details of a particular mediation module import, you need to know the mediation module name and the import name.
Note: Mediation modules are types of Service Component Architecture (SCA) modules.

The listSCAModules command lists all SCA modules that have been deployed to WebSphere Process Server, 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 for 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.
  3. Show the details of a particular SCA module import. $AdminTask showSCAImport {-moduleName moduleName -import importName}
    Note: In addition to specifying the moduleName and importName, you have the option of specifying the applicationName. Providing an applicationName improves performance.

Result

Displays the import details for a particular SCA module import.
$AdminTask showSCAImport {-moduleName myModule -applicationName myApplication -import myImport}

Terms of use |

Last updated: Tue Feb 21 17:19:19 2006

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