WebSphere Enterprise Service Bus, Version 6.2.0 Operating Systems: AIX, HP-UX, i5/OS, Linux, Solaris, Windows


Displaying an import binding using a command

You can use a command to display the import bindings of a 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 display the import bindings of a particular service module, by completing the following steps.

To show the import bindings of a particular service module import, you need to know the module name and the import name.

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.

Procedure
  1. List the deployed SCA modules. $AdminTask listSCAModules
  2. List the imports for a particular SCA module. $AdminTask listSCAImports {-moduleName moduleName}

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

    Note: Providing an applicationName improves performance.
  3. Show the import binding for a particular import. $AdminTask showSCAImportBinding {-moduleName moduleName -import importName}

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

    Note: Providing an applicationName improves performance.

Results

Displays the import binding for a particular SCA module import.

Example

$AdminTask showSCAImportBinding {-moduleName myModule -applicationName myApplication -import myImport}

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