showSCAExportBinding command

Use the showSCAExportBinding command to display the attributes of Service Component Architecture (SCA) module export bindings.

The information displayed depends upon the type of binding.

Required parameters

-moduleName moduleName
SCA module name.
-export exportName
SCA module export name.

Optional parameters

-applicationName applicationName
The name of the application associated with the SCA module. Providing an applicationName improves performance.

Example

To list the attributes of an SCA export binding called myExport in a module called myModule:
  • Jython example:
    AdminTask.showSCAExportBinding('-moduleName myModule 
    -applicationName myApplication 
    -export myExport')
    Tip: Add the jython print statement before the command when you want to see formatted output.
  • Jacl example:
    $AdminTask showSCAExportBinding {-moduleName myModule 
    -applicationName myApplication 
    -export myExport}