Use the showSCAImportEJBBinding command
to show the attributes of an SCA import Enterprise Java Beans (EJB)
binding.
Purpose
This command shows the attributes
of an SCA import EJB binding.
Syntax
$AdminTask showSCAImportEJBBinding { parameters }
Parameters
- –moduleName moduleName
- A required parameter that specifies the name of the SCA module
associated with the import.
- -import import
- A required parameter that specifies the name of the import.
- -applicationName applicationName
- Specifies the name of the application connecting to the import.
This value is not required.
Example
The following example uses
showSCAImportEJBBinding to
show the attributes of the SCA import EJB binding for a module called
MyMod and
an import called
Import1 for use in another script.
wsadmin> $AdminTask showSCAImportEJBBinding {-moduleName MyMod
-import Import1}