Chapter 20. service
20.1. service:list
20.1.1. Description
Lists OSGi services.
20.1.2. Syntax
service:list [options] [objectClass]
20.1.3. Arguments
Name | Description |
---|---|
objectClass | Name of service objectClass to filter for |
20.1.4. Options
Name | Description |
---|---|
-a | Shows all services. (By default Karaf commands are hidden) |
--help | Display this help message |
-n | Shows only service class names |
20.2. service:wait
20.2.1. Description
Wait for a given OSGi service.
20.2.2. Syntax
service:wait [options] service
20.2.3. Arguments
Name | Description |
---|---|
service | The service class or filter |
20.2.4. Options
Name | Description |
---|---|
-t, --timeout | timeout to wait for the service (in milliseconds, negative to not wait at all, zero to wait forever) |
--help | Display this help message |
-e, --exception | throw an exception if the service is not found after the timeout |