Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
27dfe54013c241af41898db68b30a8b14c051863
/
dependencymanager
/
src
2dd31e7
Added a Logger similar to the one the core framework uses, that either logs to standard out, or to an available LogService. Went through the codebase and used this logger to provide better diagnostics messages.
by Marcel Offermans
· 16 years ago
a351c7d
Changed the synchronization of two methods so they don't start and stop service trackers whilst holding on to locks.
by Marcel Offermans
· 17 years ago
f038e8d
Fixed a bug in ConfigurationDependency which did not correctly detect the state transition from an available configuration to a no longer available one (for example, if you deleted the configuration). Furthermore, some whitespace cleanups and some synchronization inconsistencies solved.
by Marcel Offermans
· 17 years ago
7853b9a
Correct javadocs and clean up code a little bit.
by Carsten Ziegeler
· 17 years ago
4ef4a16
Karl pointed out I used the wrong way to make stuff accessible again. Sorry for that! :)
by Marcel Offermans
· 17 years ago
f115004
Before constructing anything, make sure we actually make the constructor accessible.
by Marcel Offermans
· 17 years ago
0174867
Fixed a mistake in the order in which signatures were searched.
by Marcel Offermans
· 17 years ago
8681ede
FELIX-303 Implemented support for compositions. Untested and unstable API, you have been warned.
by Marcel Offermans
· 17 years ago
1633732
Added support for callback methods with the (ServiceReference, ActualInterfaceType) signature.
by Marcel Offermans
· 17 years ago
ec46594
FELIX-321 Added support for propagating configuration properties to services.
by Marcel Offermans
· 17 years ago
09db37b
Removed a couple of print statements from the code.
by Marcel Offermans
· 17 years ago
89a8a6b
FELIX-50 Rearranged the handling of dependency changes, resulting service state changes and the resulting (de)activation of the service.
by Marcel Offermans
· 17 years ago
b3b3fea
Fixed a concurrency issue.
by Marcel Offermans
· 17 years ago
56db6d3
FELIX-50 Added support for configuration dependencies. Read the JavaDoc of ConfigurationDependency for more info.
by Marcel Offermans
· 17 years ago
d8ee389
Updated JavaDoc documentation, because it was out of sync with the code (which is a nice way of saying it was plain wrong).
by Marcel Offermans
· 18 years ago
e33af56
Renamed dependencymanager directory to use its short name.
by Richard S. Hall
· 18 years ago