IBM Business Process Manager, V8.0.1, All platforms > Reference > Commands and scripts > Commands (wsadmin scripting)
showSCAExportEJBBinding command
Use the showSCAExportEJBBinding command to show the attributes of an Enterprise JavaBeans (EJB) export binding.
Required parameters
- –moduleName moduleName
- The name of the module associated with the export.
- -export export
- The name of the export.
Optional parameters
- -applicationName applicationName
- The name of the application.
Example
The following example uses showSCAExportEJBBinding to show the attributes of the EJB export binding for a module called MyMod and an export called Export1.
- Jython example:
AdminTask.showSCAExportEJBBinding('[-moduleName MyMod -export Export1]')Tip: Add the jython print statement before the command when you want to see formatted output.
- Jacl example:
$AdminTask showSCAExportEJBBinding {-moduleName MyMod -export Export1}
Parent topic: Commands (wsadmin scripting)
Related information:
![]()
Obtaining online help using wsadmin scripting
![]()
Administrative command invocation syntax using wsadmin scripting
![]()
Use the wsadmin scripting tool
![]()
Jython script library