Displaying an export binding

You can use a command to display the export bindings 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 export bindings of a particular mediation module, use the wsadmin tool to complete the following steps.

In order to show the export bindings of a particular mediation module export, you need to know the mediation module name and the export 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 listSCAExports command lists the exports for a particular SCA module.

Steps for this task

  1. List the deployed SCA modules. $AdminTask listSCAModules
  2. List the exports for a particular SCA module. $AdminTask listSCAExports {-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 export binding for a particular export. $AdminTask showSCAExportBinding {-moduleName moduleName -export exportName}
    Note: In addition to specifying the moduleName and export, you have the option of specifying the applicationName. Providing an applicationName improves performance.

Result

Shows the export binding for a particular SCA module export The information displayed depends upon the type of binding. If an export has no binding specified then the runtime assumes that the binding is of type SCA.

Example

$AdminTask showSCAExportBinding {-moduleName myModule -applicationName myApplication -export myExport}

Last updated: Wed 06 Dec 2006 07:08:08

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