Prints information about binding components.
| Option | Description | Required |
| jbi.host | Host name of the machine used for the JMX server connection. Defaults to localhost. | No |
| jbi.port | JMX port on the host machine. Defaults to 8686. | No |
| jbi.username | User name for authentication for the JMX server connection. Defaults to "admin". | No |
| jbi.password | Password for user authentication for the JMX server connection. Defaults to "adminadmin". | No |
| jbi.task.fail.on.error | Signal task failure to Ant. Defaults to "true". | No |
| jbi.list.xml.output | If this property is set, the list output is in xml format. | No |
| jbi.binding.component.name | If supplied, only the named binding component is reported. If the binding does not exist, an empty list is reported. | No |
| jbi.component.state |
Lists the binding components that are in the specified state.
Without this parameter, binding components with any state will be listed. Valid states are : "started", "stopped" and "shutdown". |
No |
| jbi.shared.library.name | Lists the binding components that are dependent on the specified shared library. Without this parameter, shared library dependencies are not verified. | No |
| jbi.service.assembly.name | Lists the binding components that have service units deployed to them as part of the service assembly deployed. Without this parameter, service assembly dependencies are not verified. | No |
asant -f jbi-install-root/bin/jbi_admin.xml -Djbi.port=7777 list-binding-components
Copyright 2006, Sun Microsystems, Inc.