Skip navigation links
Data In Motion Consulting GmbH
A B C D G I M O R S U 

A

AbstractOSGiTest - Class in org.gecko.util.test
A basic test for OSGi.
AbstractOSGiTest - Class in org.gecko.util.test
A basic test for OSGi.
AbstractOSGiTest(BundleContext) - Constructor for class org.gecko.util.test.AbstractOSGiTest
Creates a new instance.
AbstractOSGiTest(BundleContext) - Constructor for class org.gecko.util.test.AbstractOSGiTest
Creates a new instance.
addingService(<any>) - Method in class org.gecko.util.test.ServiceProviderCustomizer
 
addingService(<any>) - Method in class org.gecko.util.test.ServiceProviderCustomizer
 
after() - Method in class org.gecko.util.test.AbstractOSGiTest
Cleanup Method
after() - Method in class org.gecko.util.test.AbstractOSGiTest
Cleanup Method
awaitCreation() - Method in class org.gecko.util.test.ServiceChecker
Awaits the service creation to the given timeout
awaitCreation() - Method in class org.gecko.util.test.ServiceChecker
Awaits the service creation to the given timeout
awaitModification() - Method in class org.gecko.util.test.ServiceChecker
Awaits the service modification to the given timeout
awaitModification() - Method in class org.gecko.util.test.ServiceChecker
Awaits the service modification to the given timeout
awaitRemoval() - Method in class org.gecko.util.test.ServiceChecker
Awaits the service removal to the given timeout
awaitRemoval() - Method in class org.gecko.util.test.ServiceChecker
Awaits the service removal to the given timeout

B

before() - Method in class org.gecko.util.test.AbstractOSGiTest
 
before() - Method in class org.gecko.util.test.AbstractOSGiTest
 

C

createCheckerTrackedForCleanUp(Class<T>) - Method in class org.gecko.util.test.AbstractOSGiTest
Creates a ServiceChecker for a specific Service, where at least one Remove is expected.
createCheckerTrackedForCleanUp(Class<T>) - Method in class org.gecko.util.test.AbstractOSGiTest
Creates a ServiceChecker for a specific Service, where at least one Remove is expected.
createConfigForCleanup(String, String, Dictionary<String, Object>) - Method in class org.gecko.util.test.AbstractOSGiTest
A configuration is created and update will be called.
createConfigForCleanup(String, String, String, Dictionary<String, Object>) - Method in class org.gecko.util.test.AbstractOSGiTest
A configuration is created and update will be called.
createConfigForCleanup(String, String, Dictionary<String, Object>) - Method in class org.gecko.util.test.AbstractOSGiTest
A configuration is created and update will be called.
createConfigForCleanup(String, String, String, Dictionary<String, Object>) - Method in class org.gecko.util.test.AbstractOSGiTest
A configuration is created and update will be called.
createdCheckerTrackedForCleanUp(String) - Method in class org.gecko.util.test.AbstractOSGiTest
Creates a ServiceChecker for a specific Service, where at least one Remove is expected.
createdCheckerTrackedForCleanUp(String) - Method in class org.gecko.util.test.AbstractOSGiTest
Creates a ServiceChecker for a specific Service, where at least one Remove is expected.
createFilter(Dictionary<String, Object>) - Method in class org.gecko.util.test.AbstractOSGiTest
Creates a filter String looking for all properties in the Dictionary given.
createFilter(Dictionary<String, Object>) - Method in class org.gecko.util.test.AbstractOSGiTest
Creates a filter String looking for all properties in the Dictionary given.

D

deleteConfigurationAndRemoveFromCleanup(Configuration) - Method in class org.gecko.util.test.AbstractOSGiTest
The Configuration to delete
deleteConfigurationAndRemoveFromCleanup(Configuration) - Method in class org.gecko.util.test.AbstractOSGiTest
The Configuration to delete
deleteConfigurationAndRemoveFromCleanupBlocking(Configuration) - Method in class org.gecko.util.test.AbstractOSGiTest
The Configuration to delete.
deleteConfigurationAndRemoveFromCleanupBlocking(Configuration) - Method in class org.gecko.util.test.AbstractOSGiTest
The Configuration to delete.
deleteConfigurationBlocking(Configuration) - Method in class org.gecko.util.test.AbstractOSGiTest
The Configuration to delete.
deleteConfigurationBlocking(Configuration) - Method in class org.gecko.util.test.AbstractOSGiTest
The Configuration to delete.
doAfter() - Method in class org.gecko.util.test.AbstractOSGiTest
will be called in the before the test performs its cleanup, after the Abstract tests has initialized
doAfter() - Method in class org.gecko.util.test.AbstractOSGiTest
will be called in the before the test performs its cleanup, after the Abstract tests has initialized
doBefore() - Method in class org.gecko.util.test.AbstractOSGiTest
will be called in the do before, after the Abstract tests has initialized
doBefore() - Method in class org.gecko.util.test.AbstractOSGiTest
will be called in the do before, after the Abstract tests has initialized

G

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

I

isRemoveConfigurationTrackServices() - Method in class org.gecko.util.test.AbstractOSGiTest
Returns true, if service are tracked for removal when cleaning up configurations.
isRemoveConfigurationTrackServices() - Method in class org.gecko.util.test.AbstractOSGiTest
Returns true, if service are tracked for removal when cleaning up configurations.

M

modifiedService(<any>, T) - Method in class org.gecko.util.test.ServiceProviderCustomizer
 
modifiedService(<any>, T) - Method in class org.gecko.util.test.ServiceProviderCustomizer
 

O

org.gecko.util.test - package org.gecko.util.test
 

R

registerServiceForCleanup(Object, Dictionary<String, ?>, Class<?>) - Method in class org.gecko.util.test.AbstractOSGiTest
Registers the given service Object.
registerServiceForCleanup(Class<?>, Object, Dictionary<String, ?>) - Method in class org.gecko.util.test.AbstractOSGiTest
Registers the given service Object.
registerServiceForCleanup(Object, Dictionary<String, ?>, String...) - Method in class org.gecko.util.test.AbstractOSGiTest
Registers the given service Object.
registerServiceForCleanup(Object, Dictionary<String, ?>, Class<?>) - Method in class org.gecko.util.test.AbstractOSGiTest
Registers the given service Object.
registerServiceForCleanup(Class<?>, Object, Dictionary<String, ?>) - Method in class org.gecko.util.test.AbstractOSGiTest
Registers the given service Object.
registerServiceForCleanup(Object, Dictionary<String, ?>, String...) - Method in class org.gecko.util.test.AbstractOSGiTest
Registers the given service Object.
removedService(<any>, T) - Method in class org.gecko.util.test.ServiceProviderCustomizer
 
removedService(<any>, T) - Method in class org.gecko.util.test.ServiceProviderCustomizer
 

S

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

U

ungetService(Object) - Method in class org.gecko.util.test.AbstractOSGiTest
Cleanly ungets the given service, if it was retrieved via the getService method.
ungetService(Object) - Method in class org.gecko.util.test.AbstractOSGiTest
Cleanly ungets the given service, if it was retrieved via the getService method.
unregisterService(Object) - Method in class org.gecko.util.test.AbstractOSGiTest
Asserts that the given Object is not null and that we know about a ServiceRegistration.
unregisterService(Object) - Method in class org.gecko.util.test.AbstractOSGiTest
Asserts that the given Object is not null and that we know about a ServiceRegistration.
updateServiceRegistration(Object, Dictionary<String, ?>) - Method in class org.gecko.util.test.AbstractOSGiTest
Updates the given Service with the given Properties
updateServiceRegistration(Object, Dictionary<String, ?>) - Method in class org.gecko.util.test.AbstractOSGiTest
Updates the given Service with the given Properties
A B C D G I M O R S U 
Skip navigation links
Data In Motion Consulting GmbH

Data In Motion Consulting GmbH