Network Deployment (Distributed operating systems), v8.0 > Reference > Commands (wsadmin scripting) > OSGiApplicationCommands: OSGi Applications administrative commands
listAvailableOSGiExtensions command
Use the listAvailableOSGiExtensions command to list the symbolic names and versions of all the extensions that are available to be added to a specified composition unit. The command returns all those extensions that are available from a bundle repository, but that have not yet been deployed as an extension to the composition unit.
To run the command, use the AdminTask object of the wsadmin scripting client.
Command-line help is provided for OSGi Applications commands:
- For a list of the available OSGi Applications commands in Jython and a brief description of each command, run at the wsadmin prompt:
print AdminTask.help('OSGiApplicationCommands')
- For overview help on a given command, run at the wsadmin prompt:
print AdminTask.help('command_name')
Purpose
This command lists the symbolic names and versions of all the extensions that are available to be added to a specified composition unit. This corresponds to the list that is displayed in the WAS administrative console if you open the details of a composition unit, and click Manage extensions for this composition unit and then click Add. The output from the listAvailableOSGiExtensions command is formatted so that you can copy the list of extensions, then paste them into the removeOSGiExtensions command.
Target object
The specified composition unit.
Required parameters
-cuName cu_name
The name of the composition unit.
Conditional parameters
None
None
Optional parameters
Example
AdminTask.listAvailableOSGiExtensions('-cuName cu_name')
Parent topic: Add or removing extensions for an OSGi composition unit using wsadmin
Parent topic: OSGiApplicationCommands: OSGi Applications administrative commands
Related concepts:
About OSGi ApplicationsRelated tasks:
Secure OSGi Applications
Add or removing extensions for an OSGi composition unit
Add or removing extensions for an OSGi composition unit using wsadminRelated reference:
addOSGiExtension command
removeOSGiExtension command
addOSGiExtensions command
listOSGiExtensions command
removeOSGiExtensions command
OSGi Applications: Troubleshooting tips
Reference topic Feedback
Copyright IBM Corporation 2009, 2011. All Rights Reserved.
This information center is powered by Eclipse technology.