
|
If you were logged in you would be able to see more operations.
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
0.12d
|
|
|
Remaining Estimate:
|
0.12d
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
|
The org.osgi.framework.ServiceReference interface in R4.1 of OSGi extends java.lang.Comparable. There are three classes in CORE that implements ServiceReference:
org.springframework.osgi.service.importer.support.internal.aop.StaticServiceReferenceProxy
org.springframework.osgi.service.importer.support.internal.aop.SwappingServiceReferenceProxy
org.springframework.osgi.service.importer.support.ServiceReferenceDelegate
These need to be modified to implement the compareTo method.
Fortunately, this is quite straight-forward as they are all wrappers of an inner ServiceReference which they can forward to.
|
|
Description
|
The org.osgi.framework.ServiceReference interface in R4.1 of OSGi extends java.lang.Comparable. There are three classes in CORE that implements ServiceReference:
org.springframework.osgi.service.importer.support.internal.aop.StaticServiceReferenceProxy
org.springframework.osgi.service.importer.support.internal.aop.SwappingServiceReferenceProxy
org.springframework.osgi.service.importer.support.ServiceReferenceDelegate
These need to be modified to implement the compareTo method.
Fortunately, this is quite straight-forward as they are all wrappers of an inner ServiceReference which they can forward to. |
Show » |
|