Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
J
K
L
M
N
O
P
R
S
T
U
V
W
X
A
A
- Static variable in class org.osgi.util.measurement.
Unit
The electric current unit ampere (A)
add(Measurement)
- Method in class org.osgi.util.measurement.
Measurement
Returns a new
Measurement
object that is the sum of this object added to the specified object.
add(double, Unit)
- Method in class org.osgi.util.measurement.
Measurement
Returns a new
Measurement
object that is the sum of this object added to the specified value.
add(double)
- Method in class org.osgi.util.measurement.
Measurement
Returns a new
Measurement
object that is the sum of this object added to the specified value.
addingService(ServiceReference)
- Method in class org.osgi.util.tracker.
ServiceTracker
Default implementation of the
ServiceTrackerCustomizer.addingService
method.
addingService(ServiceReference)
- Method in interface org.osgi.util.tracker.
ServiceTrackerCustomizer
A service is being added to the
ServiceTracker
object.
C
C
- Static variable in class org.osgi.util.measurement.
Unit
The electric charge unit coulomb (C).
cd
- Static variable in class org.osgi.util.measurement.
Unit
The luminous intensity unit candela (cd)
close()
- Method in class org.osgi.util.tracker.
ServiceTracker
Close this
ServiceTracker
object.
compareTo(Object)
- Method in class org.osgi.util.measurement.
Measurement
Compares this object with the specified object for order.
context
- Variable in class org.osgi.util.tracker.
ServiceTracker
Bundle context this
ServiceTracker
object is tracking against.
D
DOMCLASSFILE
- Static variable in class org.osgi.util.xml.
XMLParserActivator
Fully qualified path name of DOM Parser Factory Class Name file
DOMFACTORYNAME
- Static variable in class org.osgi.util.xml.
XMLParserActivator
Filename containing the DOM Parser Factory Class name.
div(Measurement)
- Method in class org.osgi.util.measurement.
Measurement
Returns a new
Measurement
object that is the quotient of this object divided by the specified object.
div(double, Unit)
- Method in class org.osgi.util.measurement.
Measurement
Returns a new
Measurement
object that is the quotient of this object divided by the specified value.
div(double)
- Method in class org.osgi.util.measurement.
Measurement
Returns a new
Measurement
object that is the quotient of this object divided by the specified value.
E
equals(Object)
- Method in class org.osgi.util.measurement.
Measurement
Returns whether the specified object is equal to this object.
equals(Object)
- Method in class org.osgi.util.measurement.
State
Return whether the specified object is equal to this object.
equals(Object)
- Method in class org.osgi.util.measurement.
Unit
Checks whether this
Unit
object is equal to the specified
Unit
object.
F
F
- Static variable in class org.osgi.util.measurement.
Unit
The capacitance unit farad (F).
filter
- Variable in class org.osgi.util.tracker.
ServiceTracker
Filter specifying search criteria for the services to track.
finalize()
- Method in class org.osgi.util.tracker.
ServiceTracker
Properly close this
ServiceTracker
object when finalized.
G
Gy
- Static variable in class org.osgi.util.measurement.
Unit
The absorbed dose unit gray (Gy).
getAltitude()
- Method in class org.osgi.util.position.
Position
Returns the altitude of this position in meters.
getError()
- Method in class org.osgi.util.measurement.
Measurement
Returns the error of this
Measurement
object.
getLatitude()
- Method in class org.osgi.util.position.
Position
Returns the latitude of this position in radians.
getLongitude()
- Method in class org.osgi.util.position.
Position
Returns the longitude of this position in radians.
getName()
- Method in class org.osgi.util.measurement.
State
Returns the name of this
State
.
getService(ServiceReference)
- Method in class org.osgi.util.tracker.
ServiceTracker
Returns the service object for the specified
ServiceReference
object if the referenced service is being tracked by this
ServiceTracker
object.
getService()
- Method in class org.osgi.util.tracker.
ServiceTracker
Returns a service object for one of the services being tracked by this
ServiceTracker
object.
getService(Bundle, ServiceRegistration)
- Method in class org.osgi.util.xml.
XMLParserActivator
Creates a new XML Parser Factory object.
getServiceReference()
- Method in class org.osgi.util.tracker.
ServiceTracker
Returns a
ServiceReference
object for one of the services being tracked by this
ServiceTracker
object.
getServiceReferences()
- Method in class org.osgi.util.tracker.
ServiceTracker
Return an array of
ServiceReference
objects for all services being tracked by this
ServiceTracker
object.
getServices()
- Method in class org.osgi.util.tracker.
ServiceTracker
Return an array of service objects for all services being tracked by this
ServiceTracker
object.
getSpeed()
- Method in class org.osgi.util.position.
Position
Returns the ground speed of this position in meters per second.
getTime()
- Method in class org.osgi.util.measurement.
Measurement
Returns the time at which this
Measurement
object was taken.
getTime()
- Method in class org.osgi.util.measurement.
State
Returns the time with which this
State
was created.
getTrack()
- Method in class org.osgi.util.position.
Position
Returns the track of this position in radians as a compass heading.
getTrackingCount()
- Method in class org.osgi.util.tracker.
ServiceTracker
Returns the tracking count for this
ServiceTracker
object.
getUnit()
- Method in class org.osgi.util.measurement.
Measurement
Returns the
Unit
object of this
Measurement
object.
getValue()
- Method in class org.osgi.util.measurement.
Measurement
Returns the value of this
Measurement
object.
getValue()
- Method in class org.osgi.util.measurement.
State
Returns the value of this
State
.
H
Hz
- Static variable in class org.osgi.util.measurement.
Unit
The frequency unit hertz (Hz).
hashCode()
- Method in class org.osgi.util.measurement.
Measurement
Returns a hash code value for this object.
hashCode()
- Method in class org.osgi.util.measurement.
State
Returns a hash code value for this object.
hashCode()
- Method in class org.osgi.util.measurement.
Unit
Returns the hash code for this object.
J
J
- Static variable in class org.osgi.util.measurement.
Unit
The energy unit joule (J).
K
K
- Static variable in class org.osgi.util.measurement.
Unit
The temperature unit kelvin (K)
kat
- Static variable in class org.osgi.util.measurement.
Unit
The catalytic activity unit katal (kat).
kg
- Static variable in class org.osgi.util.measurement.
Unit
The mass unit kilogram (kg)
L
lx
- Static variable in class org.osgi.util.measurement.
Unit
The illuminance unit lux (lx).
M
Measurement
- class org.osgi.util.measurement.
Measurement
.
Represents a value with an error, a unit and a time-stamp.
Measurement(double, double, Unit, long)
- Constructor for class org.osgi.util.measurement.
Measurement
Create a new
Measurement
object.
Measurement(double, double, Unit)
- Constructor for class org.osgi.util.measurement.
Measurement
Create a new
Measurement
object with a time of zero.
Measurement(double, Unit)
- Constructor for class org.osgi.util.measurement.
Measurement
Create a new
Measurement
object with an error of 0.0 and a time of zero.
Measurement(double)
- Constructor for class org.osgi.util.measurement.
Measurement
Create a new
Measurement
object with an error of 0.0, a unit of
Unit.unity
and a time of zero.
m
- Static variable in class org.osgi.util.measurement.
Unit
The length unit meter (m)
m2
- Static variable in class org.osgi.util.measurement.
Unit
The area unit square meter(m
2
)
m3
- Static variable in class org.osgi.util.measurement.
Unit
The volume unit cubic meter (m
3
)
m_s
- Static variable in class org.osgi.util.measurement.
Unit
The speed unit meter per second (m/s)
m_s2
- Static variable in class org.osgi.util.measurement.
Unit
The acceleration unit meter per second squared (m/s
2
)
modifiedService(ServiceReference, Object)
- Method in class org.osgi.util.tracker.
ServiceTracker
Default implementation of the
ServiceTrackerCustomizer.modifiedService
method.
modifiedService(ServiceReference, Object)
- Method in interface org.osgi.util.tracker.
ServiceTrackerCustomizer
A service tracked by the
ServiceTracker
object has been modified.
mol
- Static variable in class org.osgi.util.measurement.
Unit
The amount of substance unit mole (mol)
mul(Measurement)
- Method in class org.osgi.util.measurement.
Measurement
Returns a new
Measurement
object that is the product of this object multiplied by the specified object.
mul(double, Unit)
- Method in class org.osgi.util.measurement.
Measurement
Returns a new
Measurement
object that is the product of this object multiplied by the specified value.
mul(double)
- Method in class org.osgi.util.measurement.
Measurement
Returns a new
Measurement
object that is the product of this object multiplied by the specified value.
N
N
- Static variable in class org.osgi.util.measurement.
Unit
The force unit newton (N).
O
Ohm
- Static variable in class org.osgi.util.measurement.
Unit
The electric resistance unit ohm.
open()
- Method in class org.osgi.util.tracker.
ServiceTracker
Open this
ServiceTracker
object and begin tracking services.
org.osgi.util.measurement
- package org.osgi.util.measurement
org.osgi.util.position
- package org.osgi.util.position
org.osgi.util.tracker
- package org.osgi.util.tracker
org.osgi.util.xml
- package org.osgi.util.xml
P
PARSER_NAMESPACEAWARE
- Static variable in class org.osgi.util.xml.
XMLParserActivator
Service property specifying if factory is configured to support namespace aware parsers.
PARSER_VALIDATING
- Static variable in class org.osgi.util.xml.
XMLParserActivator
Service property specifying if factory is configured to support validating parsers.
Pa
- Static variable in class org.osgi.util.measurement.
Unit
The pressure unit pascal (Pa).
Position
- class org.osgi.util.position.
Position
.
Position represents a geographic location, based on the WGS84 System (World Geodetic System 1984).
Position(Measurement, Measurement, Measurement, Measurement, Measurement)
- Constructor for class org.osgi.util.position.
Position
Contructs a
Position
object with the given values.
R
rad
- Static variable in class org.osgi.util.measurement.
Unit
The angle unit radians (rad)
remove(ServiceReference)
- Method in class org.osgi.util.tracker.
ServiceTracker
Remove a service from this
ServiceTracker
object.
removedService(ServiceReference, Object)
- Method in class org.osgi.util.tracker.
ServiceTracker
Default implementation of the
ServiceTrackerCustomizer.removedService
method.
removedService(ServiceReference, Object)
- Method in interface org.osgi.util.tracker.
ServiceTrackerCustomizer
A service tracked by the
ServiceTracker
object has been removed.
S
S
- Static variable in class org.osgi.util.measurement.
Unit
The electric conductance unit siemens (S).
SAXCLASSFILE
- Static variable in class org.osgi.util.xml.
XMLParserActivator
Fully qualified path name of SAX Parser Factory Class Name file
SAXFACTORYNAME
- Static variable in class org.osgi.util.xml.
XMLParserActivator
Filename containing the SAX Parser Factory Class name.
ServiceTracker
- class org.osgi.util.tracker.
ServiceTracker
.
The
ServiceTracker
class simplifies using services from the Framework's service registry.
ServiceTracker(BundleContext, ServiceReference, ServiceTrackerCustomizer)
- Constructor for class org.osgi.util.tracker.
ServiceTracker
Create a
ServiceTracker
object on the specified
ServiceReference
object.
ServiceTrackerCustomizer
- interface org.osgi.util.tracker.
ServiceTrackerCustomizer
.
The
ServiceTrackerCustomizer
interface allows a
ServiceTracker
object to customize the service objects that are tracked.
State
- class org.osgi.util.measurement.
State
.
Groups a state name, value and timestamp.
State(int, String, long)
- Constructor for class org.osgi.util.measurement.
State
Create a new
State
object.
State(int, String)
- Constructor for class org.osgi.util.measurement.
State
Create a new
State
object with a time of 0.
s
- Static variable in class org.osgi.util.measurement.
Unit
The time unit second (s)
setDOMProperties(DocumentBuilderFactory, Hashtable)
- Method in class org.osgi.util.xml.
XMLParserActivator
Set the customizable DOM Parser Service Properties.
setSAXProperties(SAXParserFactory, Hashtable)
- Method in class org.osgi.util.xml.
XMLParserActivator
Set the customizable SAX Parser Service Properties.
size()
- Method in class org.osgi.util.tracker.
ServiceTracker
Return the number of services being tracked by this
ServiceTracker
object.
start(BundleContext)
- Method in class org.osgi.util.xml.
XMLParserActivator
Called when this bundle is started so the Framework can perform the bundle-specific activities necessary to start this bundle.
stop(BundleContext)
- Method in class org.osgi.util.xml.
XMLParserActivator
This method has nothing to do as all open service registrations will automatically get unregistered when the bundle stops.
sub(Measurement)
- Method in class org.osgi.util.measurement.
Measurement
Returns a new
Measurement
object that is the subtraction of the specified object from this object.
sub(double, Unit)
- Method in class org.osgi.util.measurement.
Measurement
Returns a new
Measurement
object that is the subtraction of the specified value from this object.
sub(double)
- Method in class org.osgi.util.measurement.
Measurement
Returns a new
Measurement
object that is the subtraction of the specified value from this object.
T
T
- Static variable in class org.osgi.util.measurement.
Unit
The magnetic flux density unit tesla (T).
toString()
- Method in class org.osgi.util.measurement.
Measurement
Returns a
String
object representing this
Measurement
object.
toString()
- Method in class org.osgi.util.measurement.
State
Returns a
String
object representing this object.
toString()
- Method in class org.osgi.util.measurement.
Unit
Returns a
String
object representing the
Unit
U
Unit
- class org.osgi.util.measurement.
Unit
.
A unit system for measurements.
ungetService(Bundle, ServiceRegistration, Object)
- Method in class org.osgi.util.xml.
XMLParserActivator
Releases a XML Parser Factory object.
unity
- Static variable in class org.osgi.util.measurement.
Unit
No Unit (Unity)
V
V
- Static variable in class org.osgi.util.measurement.
Unit
The electric potential difference unit volt (V).
W
W
- Static variable in class org.osgi.util.measurement.
Unit
The power unit watt (W).
Wb
- Static variable in class org.osgi.util.measurement.
Unit
The magnetic flux unit weber (Wb).
waitForService(long)
- Method in class org.osgi.util.tracker.
ServiceTracker
Wait for at least one service to be tracked by this
ServiceTracker
object.
X
XMLParserActivator
- class org.osgi.util.xml.
XMLParserActivator
.
A BundleActivator class that allows any JAXP compliant XML Parser to register itself as an OSGi parser service.
XMLParserActivator()
- Constructor for class org.osgi.util.xml.
XMLParserActivator
A
C
D
E
F
G
H
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes