Chapter 19. service
19.1. service:list
19.1.1. Description
Lists OSGi services.
19.1.2. Syntax
service:list [options] [objectClass]
19.1.3. Arguments
Name | Description |
---|---|
objectClass | Name of service objectClass to filter for |
19.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 |
19.2. service:wait
19.2.1. Description
Wait for a given OSGi service.
19.2.2. Syntax
service:wait [options] service
19.2.3. Arguments
Name | Description |
---|---|
service | The service class or filter |
19.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 |