IBM Business Process Manager, V8.0.1, All platforms > Reference > Commands and scripts > Commands (wsadmin scripting)
showSCAImportEJBBinding command
Use the showSCAImportEJBBinding command to show the attributes of an Enterprise JavaBeans (EJB) import binding.
Required parameters
- –moduleName moduleName
- The name of the module associated with the import.
- -import import
- The name of the import.
Optional parameters
- -applicationName applicationName
- The name of the application connecting to the import.
Example
The following example uses showSCAImportEJBBinding to show the attributes of the EJB import binding for a module called MyMod and an import called Import1.
- Jython example:
AdminTask.showSCAImportEJBBinding('[-moduleName MyMod -import Import1]')Tip: Add the jython print statement before the command when you want to see formatted output.
- Jacl example:
$AdminTask showSCAImportEJBBinding {-moduleName MyMod -import Import1}
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