listSCAExports command

Use the listSCAExports command to list the exports of a Service Component Architecture (SCA) module.

Required parameters

-moduleName moduleName
SCA module name.

Optional parameters

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

Example

To lists the exports of a module called myModule in the application called myApplication for use in another script:

  • Jython example:
    AdminTask.listSCAExports('-moduleName myModule 
    -applicationName myApplication')
    Tip: Add the jython print statement before the command when you want to see formatted output.
  • Jacl example:
    $AdminTask listSCAExports {-moduleName myModule 
    -applicationName myApplication}