- getAddCount() - Method in class org.gecko.util.test.ServiceProviderCustomizer
-
Returns how often add was called
- getAddCount() - Method in class org.gecko.util.test.ServiceProviderCustomizer
-
Returns how often add was called
- getBundleContext() - Method in class org.gecko.util.test.AbstractOSGiTest
-
Returns the bundleContext.
- getBundleContext() - Method in class org.gecko.util.test.AbstractOSGiTest
-
Returns the bundleContext.
- getConfigAdmin() - Method in class org.gecko.util.test.AbstractOSGiTest
-
Returns the configAdmin.
- getConfigAdmin() - Method in class org.gecko.util.test.AbstractOSGiTest
-
Returns the configAdmin.
- getCreateExpectationCount() - Method in class org.gecko.util.test.ServiceChecker
-
Returns the expectation count for create
- getCreateExpectationCount() - Method in class org.gecko.util.test.ServiceChecker
-
Returns the expectation count for create
- getCreateTimeout() - Method in class org.gecko.util.test.ServiceChecker
-
Returns the value for the timeout of a service creation
- getCreateTimeout() - Method in class org.gecko.util.test.ServiceChecker
-
Returns the value for the timeout of a service creation
- getCurrentCreateCount(boolean) - Method in class org.gecko.util.test.ServiceChecker
-
Returns the current count, how many times the create of a service was triggered
- getCurrentCreateCount(boolean) - Method in class org.gecko.util.test.ServiceChecker
-
Returns the current count, how many times the create of a service was triggered
- getCurrentModifyCount(boolean) - Method in class org.gecko.util.test.ServiceChecker
-
Returns the current count, how many times the modification of a service was triggered
- getCurrentModifyCount(boolean) - Method in class org.gecko.util.test.ServiceChecker
-
Returns the current count, how many times the modification of a service was triggered
- getCurrentRemoveCount(boolean) - Method in class org.gecko.util.test.ServiceChecker
-
Returns the current count, how many times the removal of a service was triggered
- getCurrentRemoveCount(boolean) - Method in class org.gecko.util.test.ServiceChecker
-
Returns the current count, how many times the removal of a service was triggered
- getModifyCount() - Method in class org.gecko.util.test.ServiceProviderCustomizer
-
Returns how often modify was called
- getModifyCount() - Method in class org.gecko.util.test.ServiceProviderCustomizer
-
Returns how often modify was called
- getModifyExpectationCount() - Method in class org.gecko.util.test.ServiceChecker
-
Returns the expectation count for service modification
- getModifyExpectationCount() - Method in class org.gecko.util.test.ServiceChecker
-
Returns the expectation count for service modification
- getModifyTimeout() - Method in class org.gecko.util.test.ServiceChecker
-
Returns the value for the timeout of a service modification
- getModifyTimeout() - Method in class org.gecko.util.test.ServiceChecker
-
Returns the value for the timeout of a service modification
- getRemovalExpectationCount() - Method in class org.gecko.util.test.ServiceChecker
-
Returns the expectation count for service removal
- getRemovalExpectationCount() - Method in class org.gecko.util.test.ServiceChecker
-
Returns the expectation count for service removal
- getRemoveCount() - Method in class org.gecko.util.test.ServiceProviderCustomizer
-
Returns how often remove was called
- getRemoveCount() - Method in class org.gecko.util.test.ServiceProviderCustomizer
-
Returns how often remove was called
- getRemoveTimeout() - Method in class org.gecko.util.test.ServiceChecker
-
Returns the value for the timeout of a service removal
- getRemoveTimeout() - Method in class org.gecko.util.test.ServiceChecker
-
Returns the value for the timeout of a service removal
- getService(Class<T>) - Method in class org.gecko.util.test.AbstractOSGiTest
-
This method will retrieve a Service and does a Assert#assertNotNull(Object) check.
- getService(Filter, long) - Method in class org.gecko.util.test.AbstractOSGiTest
-
This method will retrieve a Service and does a Assert#assertNotNull(Object) check.
- getService(Class<T>) - Method in class org.gecko.util.test.AbstractOSGiTest
-
This method will retrieve a Service and does a Assert#assertNotNull(Object) check.
- getService(Filter, long) - Method in class org.gecko.util.test.AbstractOSGiTest
-
This method will retrieve a Service and does a Assert#assertNotNull(Object) check.
- getServiceAssertNull(Filter) - Method in class org.gecko.util.test.AbstractOSGiTest
-
This method will try to a Service and does a Assert#assertNull(Object) check.
- getServiceAssertNull(Filter) - Method in class org.gecko.util.test.AbstractOSGiTest
-
This method will try to a Service and does a Assert#assertNull(Object) check.
- getServiceCheckerForConfiguration(Configuration) - Method in class org.gecko.util.test.AbstractOSGiTest
-
Returns a service checker for the configuration
- getServiceCheckerForConfiguration(Configuration) - Method in class org.gecko.util.test.AbstractOSGiTest
-
Returns a service checker for the configuration
- getServiceObjects(Class<T>) - Method in class org.gecko.util.test.AbstractOSGiTest
-
This method will retrieve a Service and does a Assert#assertNotNull(Object) check.
- getServiceObjects(Class<T>, String) - Method in class org.gecko.util.test.AbstractOSGiTest
-
This method will retrieve a Service and does a Assert#assertNotNull(Object) check.
- getServiceObjects(Class<T>) - Method in class org.gecko.util.test.AbstractOSGiTest
-
This method will retrieve a Service and does a Assert#assertNotNull(Object) check.
- getServiceObjects(Class<T>, String) - Method in class org.gecko.util.test.AbstractOSGiTest
-
This method will retrieve a Service and does a Assert#assertNotNull(Object) check.
- getServiceProperties(Object) - Method in class org.gecko.util.test.AbstractOSGiTest
-
returns the service properties of the ServiceRegistration for the given Service
- getServiceProperties(Object) - Method in class org.gecko.util.test.AbstractOSGiTest
-
returns the service properties of the ServiceRegistration for the given Service
- getServiceReference(Class<T>) - Method in class org.gecko.util.test.AbstractOSGiTest
-
This method will retrieve a Service and does a Assert#assertNotNull(Object) check.
- getServiceReference(Class<T>) - Method in class org.gecko.util.test.AbstractOSGiTest
-
This method will retrieve a Service and does a Assert#assertNotNull(Object) check.
- getTrackedService() - Method in class org.gecko.util.test.ServiceChecker
-
Returns the tracked service, that maybe null.
- getTrackedService() - Method in class org.gecko.util.test.ServiceChecker
-
Returns the tracked service, that maybe null.
- getTrackedServiceReference() - Method in class org.gecko.util.test.ServiceChecker
-
Returns the tracked service reference, that maybe null
- getTrackedServiceReference() - Method in class org.gecko.util.test.ServiceChecker
-
Returns the tracked service reference, that maybe null
- ServiceChecker<T> - Class in org.gecko.util.test
-
Helper class that helps waiting for services to create, update or delete.
- ServiceChecker<T> - Class in org.gecko.util.test
-
Helper class that helps waiting for services to create, update or delete.
- ServiceChecker(Class<T>, BundleContext) - Constructor for class org.gecko.util.test.ServiceChecker
-
Creates a new instance.
- ServiceChecker(String, BundleContext) - Constructor for class org.gecko.util.test.ServiceChecker
-
Creates a new instance.
- ServiceChecker(Filter, BundleContext) - Constructor for class org.gecko.util.test.ServiceChecker
-
Creates a new instance.
- ServiceChecker(Class<T>, BundleContext) - Constructor for class org.gecko.util.test.ServiceChecker
-
Creates a new instance.
- ServiceChecker(String, BundleContext) - Constructor for class org.gecko.util.test.ServiceChecker
-
Creates a new instance.
- ServiceChecker(Filter, BundleContext) - Constructor for class org.gecko.util.test.ServiceChecker
-
Creates a new instance.
- ServiceProviderCustomizer<S,T> - Class in org.gecko.util.test
-
Customizer that tracks the service providers
Each call of add, modify or remove will be counted.
- ServiceProviderCustomizer<S,T> - Class in org.gecko.util.test
-
Customizer that tracks the service providers
Each call of add, modify or remove will be counted.
- ServiceProviderCustomizer(BundleContext, CountDownLatch) - Constructor for class org.gecko.util.test.ServiceProviderCustomizer
-
- ServiceProviderCustomizer(BundleContext, CountDownLatch, CountDownLatch) - Constructor for class org.gecko.util.test.ServiceProviderCustomizer
-
- ServiceProviderCustomizer(BundleContext, CountDownLatch, CountDownLatch, CountDownLatch) - Constructor for class org.gecko.util.test.ServiceProviderCustomizer
-
- ServiceProviderCustomizer(BundleContext, CountDownLatch) - Constructor for class org.gecko.util.test.ServiceProviderCustomizer
-
- ServiceProviderCustomizer(BundleContext, CountDownLatch, CountDownLatch) - Constructor for class org.gecko.util.test.ServiceProviderCustomizer
-
- ServiceProviderCustomizer(BundleContext, CountDownLatch, CountDownLatch, CountDownLatch) - Constructor for class org.gecko.util.test.ServiceProviderCustomizer
-
- setCreateExpectationCount(int) - Method in class org.gecko.util.test.ServiceChecker
-
Sets the expectation count for service creations.
- setCreateExpectationCount(int) - Method in class org.gecko.util.test.ServiceChecker
-
Sets the expectation count for service creations.
- setCreateTimeout(int) - Method in class org.gecko.util.test.ServiceChecker
-
Sets the timeout in seconds for a service creation
- setCreateTimeout(int) - Method in class org.gecko.util.test.ServiceChecker
-
Sets the timeout in seconds for a service creation
- setModifyExpectationCount(int) - Method in class org.gecko.util.test.ServiceChecker
-
Sets the expectation count for service modification.
- setModifyExpectationCount(int) - Method in class org.gecko.util.test.ServiceChecker
-
Sets the expectation count for service modification.
- setModifyTimeout(int) - Method in class org.gecko.util.test.ServiceChecker
-
Sets the timeout in seconds for a service modification
- setModifyTimeout(int) - Method in class org.gecko.util.test.ServiceChecker
-
Sets the timeout in seconds for a service modification
- setRemovalExpectationCount(int) - Method in class org.gecko.util.test.ServiceChecker
-
Sets the expectation count for service removals.
- setRemovalExpectationCount(int) - Method in class org.gecko.util.test.ServiceChecker
-
Sets the expectation count for service removals.
- setRemovalTimeout(int) - Method in class org.gecko.util.test.ServiceChecker
-
Sets the timeout in seconds for a service removal
- setRemovalTimeout(int) - Method in class org.gecko.util.test.ServiceChecker
-
Sets the timeout in seconds for a service removal
- setRemoveConfigurationTrackServices(boolean) - Method in class org.gecko.util.test.AbstractOSGiTest
-
Enables or disables tracking of services when removing configurations.
- setRemoveConfigurationTrackServices(boolean) - Method in class org.gecko.util.test.AbstractOSGiTest
-
Enables or disables tracking of services when removing configurations.
- start() - Method in class org.gecko.util.test.ServiceChecker
-
Starts the checker
- start() - Method in class org.gecko.util.test.ServiceChecker
-
Starts the checker
- stop() - Method in class org.gecko.util.test.ServiceChecker
-
Stops the service checker
- stop() - Method in class org.gecko.util.test.ServiceChecker
-
Stops the service checker