A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

A - Static variable in class org.osgi.util.measurement.Unit
The electric current unit ampere (A)
AboutMenuAdapter - Class in com.buglabs.bug.base
 
AboutMenuAdapter(LogService) - Constructor for class com.buglabs.bug.base.AboutMenuAdapter
 
abs(double) - Static method in class com.jcraft.jorbis.StrictMath
Take the absolute value of the argument.
AbstractBugWSTestCase - Class in com.buglabs.ws.tests.common
Base class for all test classes
AbstractBugWSTestCase(String) - Constructor for class com.buglabs.ws.tests.common.AbstractBugWSTestCase
Constuctor.
AbstractCollection - Class in edu.emory.mathcs.backport.java.util
Overrides toArray() and toArray(Object[]) in AbstractCollection to provide implementations valid for concurrent collections.
AbstractCollection() - Constructor for class edu.emory.mathcs.backport.java.util.AbstractCollection
Sole constructor.
AbstractCommand - Class in com.buglabs.osgi.shell.pub
A helper base class for commands for the command line.
AbstractCommand() - Constructor for class com.buglabs.osgi.shell.pub.AbstractCommand
 
AbstractExecutorService - Class in edu.emory.mathcs.backport.java.util.concurrent
Provides default implementations of ExecutorService execution methods.
AbstractExecutorService() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.AbstractExecutorService
 
AbstractLine - Class in org.thenesis.midpath.sound
 
AbstractLine(AudioFormat, AudioFormat, int) - Constructor for class org.thenesis.midpath.sound.AbstractLine
 
AbstractList - Class in edu.emory.mathcs.backport.java.util
Overrides toArray() and toArray(Object[]) in AbstractCollection to provide implementations valid for concurrent lists.
AbstractList() - Constructor for class edu.emory.mathcs.backport.java.util.AbstractList
Sole constructor.
AbstractMap - Class in edu.emory.mathcs.backport.java.util
Convenience base class for map implementations that provides helper classes representing simple map entries, both mutable and immutable.
AbstractMap() - Constructor for class edu.emory.mathcs.backport.java.util.AbstractMap
Sole constructor.
AbstractMap.SimpleEntry - Class in edu.emory.mathcs.backport.java.util
An Entry maintaining a key and a value.
AbstractMap.SimpleEntry(Object, Object) - Constructor for class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleEntry
Creates an entry representing a mapping from the specified key to the specified value.
AbstractMap.SimpleEntry(Map.Entry) - Constructor for class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleEntry
Creates an entry representing the same mapping as the specified entry.
AbstractMap.SimpleImmutableEntry - Class in edu.emory.mathcs.backport.java.util
An Entry maintaining an immutable key and value, This class does not support method setValue.
AbstractMap.SimpleImmutableEntry(Object, Object) - Constructor for class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleImmutableEntry
Creates an entry representing a mapping from the specified key to the specified value.
AbstractMap.SimpleImmutableEntry(Map.Entry) - Constructor for class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleImmutableEntry
Creates an entry representing the same mapping as the specified entry.
AbstractMenuNode - Class in com.buglabs.menu
Implements common functionality for a menu node.
AbstractMenuNode(String) - Constructor for class com.buglabs.menu.AbstractMenuNode
 
AbstractMenuNode(String, IMenuNode) - Constructor for class com.buglabs.menu.AbstractMenuNode
 
AbstractNMEASentence - Class in com.buglabs.nmea2
Base class of all NMEA sentences
AbstractNMEASentence(String) - Constructor for class com.buglabs.nmea2.AbstractNMEASentence
 
AbstractQueue - Class in edu.emory.mathcs.backport.java.util
This class provides skeletal implementations of some Queue operations.
AbstractQueue() - Constructor for class edu.emory.mathcs.backport.java.util.AbstractQueue
Constructor for use by subclasses.
AbstractSequentialList - Class in edu.emory.mathcs.backport.java.util
Overrides toArray() and toArray(Object[]) in AbstractCollection to provide implementations valid for concurrent lists.
AbstractSequentialList() - Constructor for class edu.emory.mathcs.backport.java.util.AbstractSequentialList
Sole constructor.
AbstractServiceTracker - Class in com.buglabs.application
Service tracker for the BugApplication Bundle;
AbstractServiceTracker(BundleContext) - Constructor for class com.buglabs.application.AbstractServiceTracker
 
AbstractSet - Class in edu.emory.mathcs.backport.java.util
Overrides toArray() and toArray(Object[]) in AbstractCollection to provide implementations valid for concurrent sets.
AbstractSet() - Constructor for class edu.emory.mathcs.backport.java.util.AbstractSet
Sole constructor.
AccelerationWS - Class in com.buglabs.bug.module.motion.pub
A web service for acceleration data.
AccelerationWS(IAccelerometerSampleProvider, LogService) - Constructor for class com.buglabs.bug.module.motion.pub.AccelerationWS
 
Accelerometer - Class in com.buglabs.bug.jni.accelerometer
 
Accelerometer() - Constructor for class com.buglabs.bug.jni.accelerometer.Accelerometer
 
AccelerometerConfiguration - Class in com.buglabs.bug.accelerometer.pub
Accelerometer Configuration
AccelerometerConfiguration() - Constructor for class com.buglabs.bug.accelerometer.pub.AccelerometerConfiguration
 
AccelerometerConfiguration - Class in com.buglabs.bug.module.accelerometer.pub
Accelerometer Configuration
AccelerometerConfiguration() - Constructor for class com.buglabs.bug.module.accelerometer.pub.AccelerometerConfiguration
 
AccelerometerControl - Class in com.buglabs.bug.module.motion
 
AccelerometerControl(Accelerometer) - Constructor for class com.buglabs.bug.module.motion.AccelerometerControl
 
AccelerometerRawFeed - Class in com.buglabs.bug.module.motion
 
AccelerometerRawFeed(InputStream, AccelerometerControl) - Constructor for class com.buglabs.bug.module.motion.AccelerometerRawFeed
 
AccelerometerSample - Class in com.buglabs.bug.accelerometer.pub
Represents an sample for a 3-axis accelerometer
AccelerometerSample(float, float, float) - Constructor for class com.buglabs.bug.accelerometer.pub.AccelerometerSample
 
AccelerometerSample - Class in com.buglabs.bug.module.accelerometer.pub
Represents an sample for a 3-axis accelerometer
AccelerometerSample(float, float, float) - Constructor for class com.buglabs.bug.module.accelerometer.pub.AccelerometerSample
 
AccelerometerSampleProvider - Class in com.buglabs.bug.module.motion
 
AccelerometerSampleProvider(IAccelerometerSampleFeed, Accelerometer) - Constructor for class com.buglabs.bug.module.motion.AccelerometerSampleProvider
 
AccelerometerSampleStream - Class in com.buglabs.bug.accelerometer.pub
 
AccelerometerSampleStream(InputStream) - Constructor for class com.buglabs.bug.accelerometer.pub.AccelerometerSampleStream
AccelerometerSampleInputStream constructor.
AccelerometerSampleStream - Class in com.buglabs.bug.module.accelerometer.pub
 
AccelerometerSampleStream(InputStream) - Constructor for class com.buglabs.bug.module.accelerometer.pub.AccelerometerSampleStream
AccelerometerSampleInputStream constructor.
AccelerometerTest - Class in com.buglabs.bug.jni.accelerometer.tests
 
AccelerometerTest() - Constructor for class com.buglabs.bug.jni.accelerometer.tests.AccelerometerTest
 
acquire() - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Acquires a permit from this semaphore, blocking until one is available, or the thread is interrupted.
acquire(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Acquires the given number of permits from this semaphore, blocking until all are available, or the thread is interrupted.
acquireDisplay() - Method in class com.buglabs.bug.menu.StatusBar
 
acquireDisplay() - Method in interface com.buglabs.status.IStatusBarProvider
This method is used to get access to the entire LCD device.
acquireRegion(int) - Method in class com.buglabs.bug.menu.StatusBar
 
acquireRegion(int, int) - Method in class com.buglabs.bug.menu.StatusBar
 
acquireRegion(int, int) - Method in interface com.buglabs.status.IStatusBarProvider
Get bitmap resource from Status Bar provider.
acquireRegion(int) - Method in interface com.buglabs.status.IStatusBarProvider
Get text resource from Status Bar provider.
acquireUninterruptibly() - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Acquires a permit from this semaphore, blocking until one is available.
acquireUninterruptibly(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Acquires the given number of permits from this semaphore, blocking until all are available.
activate() - Method in class com.buglabs.bug.module.audio.AudioModuleControl
 
activate() - Method in interface com.buglabs.bug.module.audio.pub.IAudioModuleControl
 
Activator - Class in com.buglabs.bug.base
This bundle offers base unit features to the runtime, such as date/time and power information.
Activator() - Constructor for class com.buglabs.bug.base.Activator
 
Activator - Class in com.buglabs.bug.base.tests
Tests for the com.buglabs.bug.base class.
Activator() - Constructor for class com.buglabs.bug.base.tests.Activator
 
Activator - Class in com.buglabs.bug.bmi
 
Activator() - Constructor for class com.buglabs.bug.bmi.Activator
 
Activator - Class in com.buglabs.bug.bugnet
 
Activator() - Constructor for class com.buglabs.bug.bugnet.Activator
 
Activator - Class in com.buglabs.bug.event
This bundle is responsible for accepting clients for callback notifications based on model change events.
Activator() - Constructor for class com.buglabs.bug.event.Activator
 
Activator - Class in com.buglabs.bug.event.tests
 
Activator() - Constructor for class com.buglabs.bug.event.tests.Activator
 
Activator - Class in com.buglabs.bug.jni.accelerometer.tests
 
Activator() - Constructor for class com.buglabs.bug.jni.accelerometer.tests.Activator
 
Activator - Class in com.buglabs.bug.jni.audio.tests
 
Activator() - Constructor for class com.buglabs.bug.jni.audio.tests.Activator
 
Activator - Class in com.buglabs.bug.jni.basedisplay.tests
 
Activator() - Constructor for class com.buglabs.bug.jni.basedisplay.tests.Activator
 
Activator - Class in com.buglabs.bug.jni.bugbeep.tests
 
Activator() - Constructor for class com.buglabs.bug.jni.bugbeep.tests.Activator
 
Activator - Class in com.buglabs.bug.jni.common.tests
 
Activator() - Constructor for class com.buglabs.bug.jni.common.tests.Activator
 
Activator - Class in com.buglabs.bug.jni.freetype.tests
 
Activator() - Constructor for class com.buglabs.bug.jni.freetype.tests.Activator
 
Activator - Class in com.buglabs.bug.jni.gps.tests
 
Activator() - Constructor for class com.buglabs.bug.jni.gps.tests.Activator
 
Activator - Class in com.buglabs.bug.jni.vonhippel.tests
 
Activator() - Constructor for class com.buglabs.bug.jni.vonhippel.tests.Activator
 
Activator - Class in com.buglabs.bug.menu
 
Activator() - Constructor for class com.buglabs.bug.menu.Activator
 
Activator - Class in com.buglabs.bug.menu.tests
 
Activator() - Constructor for class com.buglabs.bug.menu.tests.Activator
 
Activator - Class in com.buglabs.bug.module
 
Activator() - Constructor for class com.buglabs.bug.module.Activator
 
Activator - Class in com.buglabs.bug.module.audio
 
Activator() - Constructor for class com.buglabs.bug.module.audio.Activator
 
Activator - Class in com.buglabs.bug.module.audio.tests
 
Activator() - Constructor for class com.buglabs.bug.module.audio.tests.Activator
 
Activator - Class in com.buglabs.bug.module.bugbee
 
Activator() - Constructor for class com.buglabs.bug.module.bugbee.Activator
 
Activator - Class in com.buglabs.bug.module.camera
Java API bundle for Camera module.
Activator() - Constructor for class com.buglabs.bug.module.camera.Activator
 
Activator - Class in com.buglabs.bug.module.camera.tests
 
Activator() - Constructor for class com.buglabs.bug.module.camera.tests.Activator
 
Activator - Class in com.buglabs.bug.module.gps
 
Activator() - Constructor for class com.buglabs.bug.module.gps.Activator
 
Activator - Class in com.buglabs.bug.module.gps.tests
 
Activator() - Constructor for class com.buglabs.bug.module.gps.tests.Activator
 
Activator - Class in com.buglabs.bug.module.lcd
 
Activator() - Constructor for class com.buglabs.bug.module.lcd.Activator
 
Activator - Class in com.buglabs.bug.module.motion
 
Activator() - Constructor for class com.buglabs.bug.module.motion.Activator
 
Activator - Class in com.buglabs.bug.module.testmodule
 
Activator() - Constructor for class com.buglabs.bug.module.testmodule.Activator
 
Activator - Class in com.buglabs.bug.module.tests
 
Activator() - Constructor for class com.buglabs.bug.module.tests.Activator
 
Activator - Class in com.buglabs.bug.module.vonhippel
 
Activator() - Constructor for class com.buglabs.bug.module.vonhippel.Activator
 
Activator - Class in com.buglabs.bug.module.vonhippel.tests
 
Activator() - Constructor for class com.buglabs.bug.module.vonhippel.tests.Activator
 
Activator - Class in com.buglabs.bug.module.wifi
This bundle contributes a Modlet for the wifi/bluetooth module.
Activator() - Constructor for class com.buglabs.bug.module.wifi.Activator
 
Activator - Class in com.buglabs.bug.program
 
Activator() - Constructor for class com.buglabs.bug.program.Activator
 
Activator - Class in com.buglabs.bug.program.tests
 
Activator() - Constructor for class com.buglabs.bug.program.tests.Activator
 
Activator - Class in com.buglabs.bug.service
 
Activator() - Constructor for class com.buglabs.bug.service.Activator
 
Activator - Class in com.buglabs.bug.service.tests
 
Activator() - Constructor for class com.buglabs.bug.service.tests.Activator
 
Activator - Class in com.buglabs.bug.slp
 
Activator() - Constructor for class com.buglabs.bug.slp.Activator
 
Activator - Class in com.buglabs.bug.slp.tests
 
Activator() - Constructor for class com.buglabs.bug.slp.tests.Activator
 
Activator - Class in com.buglabs.bug.update
 
Activator() - Constructor for class com.buglabs.bug.update.Activator
 
Activator - Class in com.buglabs.common.tests
 
Activator() - Constructor for class com.buglabs.common.tests.Activator
 
Activator - Class in com.buglabs.osgi.cm.tests
 
Activator() - Constructor for class com.buglabs.osgi.cm.tests.Activator
 
Activator - Class in com.buglabs.osgi.http
 
Activator() - Constructor for class com.buglabs.osgi.http.Activator
 
Activator - Class in com.buglabs.osgi.http.test
 
Activator() - Constructor for class com.buglabs.osgi.http.test.Activator
 
Activator - Class in com.buglabs.osgi.obr
Activator for OBR.
Activator() - Constructor for class com.buglabs.osgi.obr.Activator
 
Activator - Class in com.buglabs.osgi.obr.shell
 
Activator() - Constructor for class com.buglabs.osgi.obr.shell.Activator
 
Activator - Class in com.buglabs.osgi.obr.tests
 
Activator() - Constructor for class com.buglabs.osgi.obr.tests.Activator
 
Activator - Class in com.buglabs.osgi.shell.internal
Activator for Shell.
Activator() - Constructor for class com.buglabs.osgi.shell.internal.Activator
 
ACTIVE - Static variable in interface org.osgi.framework.Bundle
This bundle is now running.
add(Resource) - Method in class com.buglabs.osgi.obr.SimpleResolver
 
add(String) - Method in class com.jcraft.jorbis.Comment
 
add(Object) - Method in class edu.emory.mathcs.backport.java.util.AbstractQueue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(Object) - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Inserts the specified element at the end of this deque.
add(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
Inserts the specified element at the tail of this queue if it is possible to do so immediately without exceeding the queue's capacity, returning true upon success and throwing an IllegalStateException if this queue is full.
add(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingQueue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentLinkedQueue
Inserts the specified element at the tail of this queue.
add(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Adds the specified element to this set if it is not already present.
add(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
add(int, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
add(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Adds the specified element to this set if it is not already present.
add(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
Inserts the specified element into this delay queue.
add(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Inserts the specified element at the end of this deque unless it would violate capacity restrictions.
add(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
Inserts the specified element into this priority queue.
add(Object) - Method in interface edu.emory.mathcs.backport.java.util.Deque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(Object) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
add(int, Object) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
add(Object) - Method in class edu.emory.mathcs.backport.java.util.PriorityQueue
Inserts the specified element into this priority queue.
add(Object) - Method in interface edu.emory.mathcs.backport.java.util.Queue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
add(Resource) - Method in class org.osgi.service.obr.HeuristicResolver
 
add(Resource) - Method in interface org.osgi.service.obr.Resolver
 
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.
add_tag(String, String) - Method in class com.jcraft.jorbis.Comment
 
addAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.AbstractQueue
Adds all of the elements in the specified collection to this queue.
addAll(Collection, Object[]) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
addAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
addAll(int, Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
addAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Adds all of the elements in the specified collection to this set if they're not already present.
addAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
addAll(int, Collection) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
addAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
addAllAbsent(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
addAndGet(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Atomically adds the given value to the current value.
addAndGet(int, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Atomically adds the given value to the element at index i.
addAndGet(long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Atomically adds the given value to the current value.
addAndGet(int, long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Atomically adds the given value to the element at index i.
addApplication(String) - Method in interface com.buglabs.bug.program.pub.IUserAppManager
 
addApplication(String) - Method in class com.buglabs.bug.program.UserAppManager
 
addAttribute(String, String) - Method in class com.buglabs.util.XmlNode
Add an attribute to the current node.
addBundleListener(BundleListener) - Method in interface org.osgi.framework.BundleContext
Adds the specified BundleListener object to this context bundle's list of listeners if not already present.
addChildElement(XmlNode) - Method in class com.buglabs.util.XmlNode
 
addColumn(TableColumn) - Method in class com.buglabs.tableviewer.TableViewer
 
addCookie(Cookie) - Method in class com.buglabs.osgi.http.ServletResponseImpl
 
addCookie(Cookie) - Method in interface javax.servlet.http.HttpServletResponse
Adds the specified cookie to the response.
addCookie(Cookie) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call addCookie(Cookie cookie) on the wrapped response object.
addDateHeader(String, long) - Method in class com.buglabs.osgi.http.ServletResponseImpl
 
addDateHeader(String, long) - Method in interface javax.servlet.http.HttpServletResponse
Adds a response header with the given name and date-value.
addDateHeader(String, long) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call addDateHeader(String name, long date) on the wrapped response object.
addFirst(Object) - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Inserts the specified element at the front of this deque.
addFirst(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Inserts the specified element at the front of this deque if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
addFirst(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
addFirst(Object) - Method in interface edu.emory.mathcs.backport.java.util.Deque
Inserts the specified element at the front of this deque if it is possible to do so immediately without violating capacity restrictions.
addFirst(Object) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
addFrameworkListener(FrameworkListener) - Method in interface org.osgi.framework.BundleContext
Adds the specified FrameworkListener object to this context bundle's list of listeners if not already present.
addHeader(String, String) - Method in class com.buglabs.osgi.http.ServletResponseImpl
 
addHeader(String, String) - Method in interface javax.servlet.http.HttpServletResponse
Adds a response header with the given name and value.
addHeader(String, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return addHeader(String name, String value) on the wrapped response object.
addHttpContext(String, HttpContext) - Method in class com.buglabs.osgi.http.SharedStateManager
 
addIfAbsent(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
addingService(ServiceReference) - Method in class com.buglabs.application.AbstractServiceTracker
Used by OSGi to signal that a service was added.
addingService(ServiceReference) - Method in class com.buglabs.bug.event.HttpServiceTracker
 
addingService(ServiceReference) - Method in class com.buglabs.bug.menu.Menu
 
addingService(ServiceReference) - Method in class com.buglabs.bug.module.gps.StatusBarCustomizer
 
addingService(ServiceReference) - Method in class com.buglabs.bug.module.HttpServiceTracker
 
addingService(ServiceReference) - Method in class com.buglabs.bug.module.ModuleControlServiceTracker
 
addingService(ServiceReference) - Method in class com.buglabs.bug.program.HttpServiceTracker
 
addingService(ServiceReference) - Method in class com.buglabs.bug.service.HttpServiceTracker
 
addingService(ServiceReference) - Method in class com.buglabs.util.trackers.MenuServiceTracker
 
addingService(ServiceReference) - Method in class com.buglabs.util.trackers.PublicWSAdminTracker
 
addIntHeader(String, int) - Method in class com.buglabs.osgi.http.ServletResponseImpl
 
addIntHeader(String, int) - Method in interface javax.servlet.http.HttpServletResponse
Adds a response header with the given name and integer value.
addIntHeader(String, int) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call addIntHeader(String name, int value) on the wrapped response object.
addLast(Object) - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Inserts the specified element at the end of this deque.
addLast(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Inserts the specified element at the end of this deque if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
addLast(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
addLast(Object) - Method in interface edu.emory.mathcs.backport.java.util.Deque
Inserts the specified element at the end of this deque if it is possible to do so immediately without violating capacity restrictions.
addLast(Object) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
addLine(Line) - Method in class org.thenesis.midpath.sound.Mixer
 
addListener(IButtonEventListener) - Method in class com.buglabs.bug.input.pub.InputEventProvider
 
addListener(IAudioPlayerEventListener) - Method in class com.buglabs.bug.module.audio.pub.AsynchronousAudioPlayer
 
addListener(IButtonEventListener) - Method in interface com.buglabs.device.IButtonEventProvider
 
addLogListener(LogListener) - Method in interface org.osgi.service.log.LogReaderService
Subscribes to LogEntry objects.
addPublicService(PublicWSProvider) - Method in class com.buglabs.bug.service.WSServlet
 
addRepository(URL) - Method in class com.buglabs.osgi.obr.RepositoryAdminImpl
 
addRepository(URL) - Method in interface org.osgi.service.obr.RepositoryAdmin
 
addResources(String, String, HttpContext) - Method in class com.buglabs.osgi.http.SharedStateManager
 
addServiceListener(ServiceListener, String) - Method in interface org.osgi.framework.BundleContext
Adds the specified ServiceListener object with the specified filter to this context bundle's list of listeners.
addServiceListener(ServiceListener) - Method in interface org.osgi.framework.BundleContext
Adds the specified ServiceListener object to this context bundle's list of listeners.
addServlet(String, Servlet) - Method in class com.buglabs.osgi.http.SharedStateManager
 
addServletConfig(String, ServletConfig) - Method in class com.buglabs.osgi.http.SharedStateManager
 
AdminPermission - Class in org.osgi.framework
Indicates the caller's authority to perform lifecycle operations on or to get sensitive information about a bundle.
AdminPermission() - Constructor for class org.osgi.framework.AdminPermission
Creates a new AdminPermission object with its name set to "AdminPermission".
AdminPermission(String, String) - Constructor for class org.osgi.framework.AdminPermission
Creates a new AdminPermission object for use by the Policy object to instantiate new Permission objects.
adv(int) - Method in class com.jcraft.jogg.Buffer
 
adv1() - Method in class com.jcraft.jogg.Buffer
 
AdvertiserIPAddressFactory - Class in com.buglabs.bug.slp
Simple class to encapsulate logic for finding an advertiser's IP Address
AdvertiserIPAddressFactory() - Constructor for class com.buglabs.bug.slp.AdvertiserIPAddressFactory
 
AF_DATA_CNF - Static variable in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
afterExecute(Runnable, Throwable) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Method invoked upon completion of execution of the given Runnable.
alias - Variable in class com.buglabs.bug.event.HttpServiceTracker
 
alias - Variable in class com.buglabs.bug.module.HttpServiceTracker
 
alias - Variable in class com.buglabs.bug.program.HttpServiceTracker
 
alias - Variable in class com.buglabs.bug.service.HttpServiceTracker
 
ALL_ROUTERS_AND_COORD_ADDRESS - Static variable in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
allowBind(byte) - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
allowBind(byte) - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
allowCoreThreadTimeOut(boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Sets the policy governing whether core threads may time out and terminate if no tasks arrive within the keep-alive time, being replaced if needed when new tasks arrive.
allowsCoreThreadTimeOut() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns true if this pool allows core threads to time out and terminate if no tasks arrive within the keepAlive time, being replaced if needed when new tasks arrive.
allServicesAvailable(IServiceProvider) - Method in interface com.buglabs.application.RunnableWithServices
A tracker has collected all necessary services to run.
allServicesAvailable(IServiceProvider) - Method in class com.buglabs.bug.base.Activator
 
allServicesAvailable(IServiceProvider) - Method in class com.buglabs.bug.bugnet.Activator
 
allServicesAvailable(IServiceProvider) - Method in class com.buglabs.bug.program.Activator
 
allServicesAvailable(IServiceProvider) - Method in class com.buglabs.bug.update.Activator
 
AlsaBackend - Class in org.thenesis.midpath.sound
 
AlsaBackend() - Constructor for class org.thenesis.midpath.sound.AlsaBackend
 
AlsaSink - Class in org.thenesis.midpath.sound.backend.alsa
 
AlsaSink() - Constructor for class org.thenesis.midpath.sound.backend.alsa.AlsaSink
 
APP_BUNDLE_PATH - Static variable in class com.buglabs.bug.bugnet.Activator
 
APP_BUNDLE_PATH - Static variable in class com.buglabs.bug.program.Activator
 
APP_STATE - Static variable in class com.buglabs.bug.program.Activator
 
append(byte) - Method in class com.buglabs.osgi.http.pub.DynamicByteBuffer
 
AppInstallNode - Class in com.buglabs.bug.bugnet
 
AppInstallNode(String, Resource, BundleContext, IMenuNode, RepositoryAdmin, IMenuProvider, ResourceInstaller) - Constructor for class com.buglabs.bug.bugnet.AppInstallNode
 
AppUninstallNode - Class in com.buglabs.bug.bugnet
 
AppUninstallNode(Bundle, BundleContext, IMenuNode, IMenuProvider, IUserAppManager) - Constructor for class com.buglabs.bug.bugnet.AppUninstallNode
 
arguments - Variable in class com.buglabs.osgi.shell.pub.AbstractCommand
 
array - Variable in class com.buglabs.bug.jni.freetype.RenderedMessage
 
ArrayBlockingQueue - Class in edu.emory.mathcs.backport.java.util.concurrent
A bounded blocking queue backed by an array.
ArrayBlockingQueue(int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
Creates an ArrayBlockingQueue with the given (fixed) capacity and default access policy.
ArrayBlockingQueue(int, boolean) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
Creates an ArrayBlockingQueue with the given (fixed) capacity and the specified access policy.
ArrayBlockingQueue(int, boolean, Collection) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
Creates an ArrayBlockingQueue with the given (fixed) capacity, the specified access policy and initially containing the elements of the given collection, added in traversal order of the collection's iterator.
ArrayDeque - Class in edu.emory.mathcs.backport.java.util
Resizable-array implementation of the Deque interface.
ArrayDeque() - Constructor for class edu.emory.mathcs.backport.java.util.ArrayDeque
Constructs an empty array deque with an initial capacity sufficient to hold 16 elements.
ArrayDeque(int) - Constructor for class edu.emory.mathcs.backport.java.util.ArrayDeque
Constructs an empty array deque with an initial capacity sufficient to hold the specified number of elements.
ArrayDeque(Collection) - Constructor for class edu.emory.mathcs.backport.java.util.ArrayDeque
Constructs a deque containing the elements of the specified collection, in the order they are returned by the collection's iterator.
Arrays - Class in edu.emory.mathcs.backport.java.util
 
asLifoQueue(Deque) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
asList(Object[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
assignExceptionHandler(Runnable, ThreadHelpers.UncaughtExceptionHandler) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.ThreadHelpers
Returns wrapped runnable that ensures that if an exception occurs during the execution, the specified exception handler is invoked.
AsynchronousAudioPlayer - Class in com.buglabs.bug.module.audio.pub
This audio player plays audio streams asynchronously.
AsynchronousAudioPlayer(InputStream) - Constructor for class com.buglabs.bug.module.audio.pub.AsynchronousAudioPlayer
Initialize playback.
AsynchronousAudioPlayer(InputStream, AudioDecoder, int, AudioFormat) - Constructor for class com.buglabs.bug.module.audio.pub.AsynchronousAudioPlayer
Initialize stream and backend for playback.
atan(double) - Static method in class com.jcraft.jorbis.StrictMath
The trigonometric function arcsin.
AtomicBoolean - Class in edu.emory.mathcs.backport.java.util.concurrent.atomic
A boolean value that may be updated atomically.
AtomicBoolean(boolean) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicBoolean
Creates a new AtomicBoolean with the given initial value.
AtomicBoolean() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicBoolean
Creates a new AtomicBoolean with initial value false.
AtomicInteger - Class in edu.emory.mathcs.backport.java.util.concurrent.atomic
An int value that may be updated atomically.
AtomicInteger(int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Creates a new AtomicInteger with the given initial value.
AtomicInteger() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Creates a new AtomicInteger with initial value 0.
AtomicIntegerArray - Class in edu.emory.mathcs.backport.java.util.concurrent.atomic
An int array in which elements may be updated atomically.
AtomicIntegerArray(int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Creates a new AtomicIntegerArray of given length.
AtomicIntegerArray(int[]) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Creates a new AtomicIntegerArray with the same length as, and all elements copied from, the given array.
AtomicLong - Class in edu.emory.mathcs.backport.java.util.concurrent.atomic
A long value that may be updated atomically.
AtomicLong(long) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Creates a new AtomicLong with the given initial value.
AtomicLong() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Creates a new AtomicLong with initial value 0.
AtomicLongArray - Class in edu.emory.mathcs.backport.java.util.concurrent.atomic
A long array in which elements may be updated atomically.
AtomicLongArray(int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Creates a new AtomicLongArray of given length.
AtomicLongArray(long[]) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Creates a new AtomicLongArray with the same length as, and all elements copied from, the given array.
AtomicMarkableReference - Class in edu.emory.mathcs.backport.java.util.concurrent.atomic
An AtomicMarkableReference maintains an object reference along with a mark bit, that can be updated atomically.
AtomicMarkableReference(Object, boolean) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicMarkableReference
Creates a new AtomicMarkableReference with the given initial values.
AtomicReference - Class in edu.emory.mathcs.backport.java.util.concurrent.atomic
An object reference that may be updated atomically.
AtomicReference(Object) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReference
Creates a new AtomicReference with the given initial value.
AtomicReference() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReference
Creates a new AtomicReference with null initial value.
AtomicReferenceArray - Class in edu.emory.mathcs.backport.java.util.concurrent.atomic
An array of object references in which elements may be updated atomically.
AtomicReferenceArray(int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReferenceArray
Creates a new AtomicReferenceArray of given length.
AtomicReferenceArray(Object[]) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReferenceArray
Creates a new AtomicReferenceArray with the same length as, and all elements copied from, the given array.
AtomicStampedReference - Class in edu.emory.mathcs.backport.java.util.concurrent.atomic
An AtomicStampedReference maintains an object reference along with an integer "stamp", that can be updated atomically.
AtomicStampedReference(Object, int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicStampedReference
Creates a new AtomicStampedReference with the given initial values.
attach(OutputStream, OutputStream) - Method in class com.buglabs.osgi.shell.internal.CommandParser
 
attemptMark(Object, boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicMarkableReference
Atomically sets the value of the mark to the given update value if the current reference is == to the expected reference.
attemptStamp(Object, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicStampedReference
Atomically sets the value of the stamp to the given update value if the current reference is == to the expected reference.
ATTRIB_ACTIVE - Static variable in interface com.buglabs.bug.program.pub.IProgramXml
 
ATTRIB_ID - Static variable in interface com.buglabs.bug.program.pub.IProgramXml
 
ATTRIB_TYPE - Static variable in interface com.buglabs.bug.program.pub.IProgramXml
 
ATTRIB_VERSION - Static variable in interface com.buglabs.bug.program.pub.IProgramXml
 
attributeAdded(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Notification that an attribute has been added to a session.
attributeAdded(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Notification that a new attribute was added to the servlet context.
attributeRemoved(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Notification that an attribute has been removed from a session.
attributeRemoved(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Notification that an existing attribute has been remved from the servlet context.
attributeReplaced(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Notification that an attribute has been replaced in a session.
attributeReplaced(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Notification that an attribute on the servlet context has been replaced.
AudioControl - Class in com.buglabs.bug.jni.audio
 
AudioControl() - Constructor for class com.buglabs.bug.jni.audio.AudioControl
 
AudioDecoder - Interface in org.thenesis.midpath.sound.codec
 
AudioEventProvider - Class in com.buglabs.bug.module.audio
 
AudioEventProvider(String, LogService) - Constructor for class com.buglabs.bug.module.audio.AudioEventProvider
 
AudioFormat - Class in org.thenesis.midpath.sound
AudioFormat is the class that specifies arrangement of data in a sound stream.
AudioFormat(int, int, int, boolean, boolean) - Constructor for class org.thenesis.midpath.sound.AudioFormat
 
AudioModlet - Class in com.buglabs.bug.module.audio
 
AudioModlet(BundleContext, int, String, String) - Constructor for class com.buglabs.bug.module.audio.AudioModlet
 
AudioModuleControl - Class in com.buglabs.bug.module.audio
 
AudioModuleControl(AudioControl) - Constructor for class com.buglabs.bug.module.audio.AudioModuleControl
 
AudioPlayer - Class in com.buglabs.bug.module.audio
 
AudioPlayer(SoundBackend) - Constructor for class com.buglabs.bug.module.audio.AudioPlayer
 
AudioPlayer.DecodingThread - Class in com.buglabs.bug.module.audio
 
AudioPlayer.DecodingThread(AudioDecoder, Line) - Constructor for class com.buglabs.bug.module.audio.AudioPlayer.DecodingThread
 
audioPlayerEvent(int, String) - Method in interface com.buglabs.bug.module.audio.pub.IAudioPlayerEventListener
An event audio event has occured.
AudioTest - Class in com.buglabs.bug.jni.audio.tests
 
AudioTest() - Constructor for class com.buglabs.bug.jni.audio.tests.AudioTest
 
AudioTools - Class in org.thenesis.midpath.sound
 
AudioTools() - Constructor for class org.thenesis.midpath.sound.AudioTools
 
AudioWS - Class in com.buglabs.bug.module.audio.pub
 
AudioWS(IAudioModuleControl) - Constructor for class com.buglabs.bug.module.audio.pub.AudioWS
 
AUTHENTICATION_TYPE - Static variable in interface org.osgi.service.http.HttpContext
HttpServletRequest attribute specifying the scheme used in authentication.
AUTHORIZATION - Static variable in interface org.osgi.service.http.HttpContext
HttpServletRequest attribute specifying the Authorization object obtained from the org.osgi.service.useradmin.UserAdmin service.
available() - Method in class org.thenesis.midpath.sound.AbstractLine
 
available() - Method in class org.thenesis.midpath.sound.backend.alsa.AlsaSink
 
available() - Method in interface org.thenesis.midpath.sound.Line
 
available() - Method in class org.thenesis.midpath.sound.SoftMixer.SoftMixerLine
 
available() - Method in interface org.thenesis.midpath.sound.SoundBackend
Obtains the number of bytes of data that can be written to the buffer without blocking.
availablePermits() - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Returns the current number of permits available in this semaphore.
await() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch
Causes the current thread to wait until the latch has counted down to zero, unless the thread is interrupted.
await(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch
Causes the current thread to wait until the latch has counted down to zero, unless the thread is interrupted, or the specified waiting time elapses.
await() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CyclicBarrier
Waits until all parties have invoked await on this barrier.
await(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CyclicBarrier
Waits until all parties have invoked await on this barrier, or the specified waiting time elapses.
await() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.locks.Condition
Causes the current thread to wait until it is signalled or interrupted.
await(long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.locks.Condition
Causes the current thread to wait until it is signalled or interrupted, or the specified waiting time elapses.
awaitNanos(Condition, long) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.Utils
Causes the current thread to wait until it is signalled or interrupted, or the specified waiting time elapses.
awaitTermination(long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ExecutorService
Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs, or the current thread is interrupted, whichever happens first.
awaitTermination(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
 
awaitUninterruptibly() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.locks.Condition
Causes the current thread to wait until it is signalled.
awaitUntil(Date) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.locks.Condition
Causes the current thread to wait until it is signalled or interrupted, or the specified deadline elapses.

B

b_o_s - Variable in class com.jcraft.jogg.Packet
 
BacklightMenuNode - Class in com.buglabs.bug.menu
A menu for turning the base unit lcd backlight on and off.
BacklightMenuNode(IFramebufferDevice, IMenuNode) - Constructor for class com.buglabs.bug.menu.BacklightMenuNode
 
backlightOFF() - Method in class com.buglabs.bug.jni.basedisplay.NativeBaseDisplay
 
backlightON() - Method in class com.buglabs.bug.jni.basedisplay.NativeBaseDisplay
 
Base64 - Class in com.buglabs.osgi.http.test
Encodes and decodes to and from Base64 notation.
Base64 - Class in com.buglabs.util
Encodes and decodes to and from Base64 notation.
Base64.Base64InputStream - Class in com.buglabs.util
A Base64.Base64InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.Base64InputStream(InputStream) - Constructor for class com.buglabs.util.Base64.Base64InputStream
Constructs a Base64.Base64InputStream in DECODE mode.
Base64.Base64InputStream(InputStream, int) - Constructor for class com.buglabs.util.Base64.Base64InputStream
Constructs a Base64.Base64InputStream in either ENCODE or DECODE mode.
Base64.Base64OutputStream - Class in com.buglabs.util
A Base64.Base64OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.Base64OutputStream(OutputStream) - Constructor for class com.buglabs.util.Base64.Base64OutputStream
Constructs a Base64.Base64OutputStream in ENCODE mode.
Base64.Base64OutputStream(OutputStream, int) - Constructor for class com.buglabs.util.Base64.Base64OutputStream
Constructs a Base64.Base64OutputStream in either ENCODE or DECODE mode.
Base64.InputStream - Class in com.buglabs.osgi.http.test
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class com.buglabs.osgi.http.test.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class com.buglabs.osgi.http.test.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in com.buglabs.osgi.http.test
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class com.buglabs.osgi.http.test.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class com.buglabs.osgi.http.test.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
BaseDisplay - Class in com.buglabs.bug.base
This class interfaces BUG base unit LCD to OSGi service layer.
BaseDisplay() - Constructor for class com.buglabs.bug.base.BaseDisplay
 
BaseDisplayTest - Class in com.buglabs.bug.jni.basedisplay.tests
 
BaseDisplayTest() - Constructor for class com.buglabs.bug.jni.basedisplay.tests.BaseDisplayTest
 
BaseTestCases - Class in com.buglabs.osgi.obr.tests
 
BaseTestCases() - Constructor for class com.buglabs.osgi.obr.tests.BaseTestCases
 
BASIC_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Basic authentication.
BasicHTTPServiceTestCase - Class in com.buglabs.osgi.http.test
 
BasicHTTPServiceTestCase() - Constructor for class com.buglabs.osgi.http.test.BasicHTTPServiceTestCase
 
beep(byte, byte) - Method in class com.buglabs.bug.jni.bugbeep.BugBeep
 
beforeExecute(Thread, Runnable) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Method invoked prior to executing the given Runnable in the given thread.
bigEndian - Variable in class org.thenesis.midpath.sound.AudioFormat
 
binarySearch(long[], long) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
binarySearch(int[], int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
binarySearch(short[], short) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
binarySearch(char[], char) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
binarySearch(byte[], byte) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
binarySearch(double[], double) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
binarySearch(float[], float) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
binarySearch(Object[], Object) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
binarySearch(Object[], Object, Comparator) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
binarySearch(List, Object) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
binarySearch(List, Object, Comparator) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
BinaryTestCases - Class in com.buglabs.osgi.http.test
 
BinaryTestCases() - Constructor for class com.buglabs.osgi.http.test.BinaryTestCases
 
bindDeviceRequest(byte, short, IEEEAddress) - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
bindDeviceRequest(byte, short, IEEEAddress) - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
BINDING_ALLOWED_INDEFINITELY_TIMEOUT - Static variable in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
BINDING_DISALLOWED_TIMEOUT - Static variable in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
bitrate(int) - Method in class com.jcraft.jorbis.VorbisFile
 
bitrate_instant() - Method in class com.jcraft.jorbis.VorbisFile
 
bits() - Method in class com.jcraft.jogg.Buffer
 
BITS_16 - Static variable in class org.thenesis.midpath.sound.AudioFormat
 
BITS_8 - Static variable in class org.thenesis.midpath.sound.AudioFormat
 
Block - Class in com.jcraft.jorbis
 
Block(DspState) - Constructor for class com.jcraft.jorbis.Block
 
BlockingDeque - Interface in edu.emory.mathcs.backport.java.util.concurrent
A Deque that additionally supports blocking operations that wait for the deque to become non-empty when retrieving an element, and wait for space to become available in the deque when storing an element.
BlockingQueue - Interface in edu.emory.mathcs.backport.java.util.concurrent
A Queue that additionally supports operations that wait for the queue to become non-empty when retrieving an element, and wait for space to become available in the queue when storing an element.
blocksize(Packet) - Method in class com.jcraft.jorbis.Info
 
BMI_GPS_ACTIVE_ANT - Static variable in class com.buglabs.bug.jni.gps.GPS
 
BMI_GPS_CLRBOOT - Static variable in class com.buglabs.bug.jni.gps.GPS
 
BMI_GPS_CLRRST - Static variable in class com.buglabs.bug.jni.gps.GPS
 
BMI_GPS_CLRWAKE - Static variable in class com.buglabs.bug.jni.gps.GPS
 
BMI_GPS_GLEDOFF - Static variable in class com.buglabs.bug.jni.gps.GPS
 
BMI_GPS_GLEDON - Static variable in class com.buglabs.bug.jni.gps.GPS
 
BMI_GPS_PASSIVE_ANT - Static variable in class com.buglabs.bug.jni.gps.GPS
 
BMI_GPS_RLEDOFF - Static variable in class com.buglabs.bug.jni.gps.GPS
 
BMI_GPS_RLEDON - Static variable in class com.buglabs.bug.jni.gps.GPS
 
BMI_GPS_SETBOOT - Static variable in class com.buglabs.bug.jni.gps.GPS
 
BMI_GPS_SETRST - Static variable in class com.buglabs.bug.jni.gps.GPS
 
BMI_GPS_SETWAKE - Static variable in class com.buglabs.bug.jni.gps.GPS
 
BMI_MOTION_DETECT_DELTA - Static variable in class com.buglabs.bug.jni.motion.Motion
 
BMI_MOTION_DETECT_DELTA - Static variable in interface com.buglabs.bug.module.motion.pub.IMotionRawFeed
BMI_MOTION_DETECT_DELTA This bit indicates that the motion detector status has changed from 1 to 0 or has changed from 0 to 1.
BMI_MOTION_DETECT_ENABLED - Static variable in class com.buglabs.bug.jni.motion.Motion
 
BMI_MOTION_DETECT_ENABLED - Static variable in interface com.buglabs.bug.module.motion.pub.IMotionRawFeed
BMI_MOTION_DETECT_ENABLED This bits is the state of the motion detector sampling and status reporting mechanism.
BMI_MOTION_DETECT_LATCHED_STATUS - Static variable in class com.buglabs.bug.jni.motion.Motion
 
BMI_MOTION_DETECT_LATCHED_STATUS - Static variable in interface com.buglabs.bug.module.motion.pub.IMotionRawFeed
BMI_MOTION_DETECT_LATCHED_STATUS This bit is the latched status of the motion sensor.
BMI_MOTION_DETECT_STATUS - Static variable in class com.buglabs.bug.jni.motion.Motion
 
BMI_MOTION_DETECT_STATUS - Static variable in interface com.buglabs.bug.module.motion.pub.IMotionRawFeed
BMI_MOTION_DETECT_STATUS This bit is the present status of the the motion detector status pin.
BMIMessage - Class in com.buglabs.bug.bmi.pub
A message from the BMI system.
BMIMessage(String) - Constructor for class com.buglabs.bug.bmi.pub.BMIMessage
 
BMIMessage(String, String, int, int) - Constructor for class com.buglabs.bug.bmi.pub.BMIMessage
 
body - Variable in class com.jcraft.jogg.Page
 
body_base - Variable in class com.jcraft.jogg.Page
 
body_len - Variable in class com.jcraft.jogg.Page
 
bos() - Method in class com.jcraft.jogg.Page
 
BrokenBarrierException - Exception in edu.emory.mathcs.backport.java.util.concurrent
Exception thrown when a thread tries to wait upon a barrier that is in a broken state, or which enters the broken state while the thread is waiting.
BrokenBarrierException() - Constructor for exception edu.emory.mathcs.backport.java.util.concurrent.BrokenBarrierException
Constructs a BrokenBarrierException with no specified detail message.
BrokenBarrierException(String) - Constructor for exception edu.emory.mathcs.backport.java.util.concurrent.BrokenBarrierException
Constructs a BrokenBarrierException with the specified detail message.
Buffer - Class in com.jcraft.jogg
 
Buffer() - Constructor for class com.jcraft.jogg.Buffer
 
buffer() - Method in class com.jcraft.jogg.Buffer
 
buffer(int) - Method in class com.jcraft.jogg.SyncState
 
BUFFER_SIZE - Static variable in class com.buglabs.bug.program.ProgramServlet
 
BUFFER_SIZE_DEFAULT - Static variable in class org.thenesis.midpath.sound.codec.WaveDecoder
 
BUG_BUNDLE_APPLICATION - Static variable in interface com.buglabs.util.BugBundleConstants
A module designated as an application.
BUG_BUNDLE_CORE - Static variable in interface com.buglabs.util.BugBundleConstants
A designation for core runtime bundles that provide core services.
BUG_BUNDLE_MODULE - Static variable in interface com.buglabs.util.BugBundleConstants
A module desginated as a Module bundle, providing module services.
BUG_BUNDLE_MODULE_ID - Static variable in interface com.buglabs.util.BugBundleConstants
The Module ID header as presented by the BMI bus.
BUG_BUNDLE_MODULE_VERSION - Static variable in interface com.buglabs.util.BugBundleConstants
This header represents the version of the hardware module.
BUG_BUNDLE_SLOT_ID_HEADER - Static variable in interface com.buglabs.util.BugBundleConstants
The slot ID the module is connected to.
BUG_BUNDLE_TYPE_HEADER - Static variable in interface com.buglabs.util.BugBundleConstants
Header to define and describe the type of bundle in the bug context.
BUG_URL - Static variable in class com.buglabs.bug.program.tests.ProgramServiceTest
 
BUGBaseControl - Class in com.buglabs.bug.base
 
BUGBaseControl(BUGNavControl) - Constructor for class com.buglabs.bug.base.BUGBaseControl
 
BUGBeeChar - Class in com.buglabs.bug.jni.bugbee
 
BUGBeeChar() - Constructor for class com.buglabs.bug.jni.bugbee.BUGBeeChar
 
BUGBeeControl - Class in com.buglabs.bug.jni.bugbee
 
BUGBeeControl(String) - Constructor for class com.buglabs.bug.jni.bugbee.BUGBeeControl
Creates and binds a control socket with the specified device.
BUGBeeLEDControl - Class in com.buglabs.bug.module.bugbee
 
BUGBeeLEDControl(BUGBeeChar) - Constructor for class com.buglabs.bug.module.bugbee.BUGBeeLEDControl
 
BUGBeeModlet - Class in com.buglabs.bug.module.bugbee
 
BUGBeeModlet(BundleContext, int, String, String) - Constructor for class com.buglabs.bug.module.bugbee.BUGBeeModlet
 
BUGBeeModletControl - Class in com.buglabs.bug.module.bugbee
 
BUGBeeModletPacket - Class in com.buglabs.bug.module.bugbee
 
BUGBeeNet - Class in com.buglabs.bug.jni.bugbee
 
BUGBeeNet(String) - Constructor for class com.buglabs.bug.jni.bugbee.BUGBeeNet
 
BugBeep - Class in com.buglabs.bug.jni.bugbeep
CharDevice representation of the BUG's piezo electric speaker.
BugBeep() - Constructor for class com.buglabs.bug.jni.bugbeep.BugBeep
 
BUGBeePacket - Class in com.buglabs.bug.jni.bugbee
 
BUGBeePacket(String) - Constructor for class com.buglabs.bug.jni.bugbee.BUGBeePacket
 
BugBeepTest - Class in com.buglabs.bug.jni.bugbeep.tests
 
BugBeepTest() - Constructor for class com.buglabs.bug.jni.bugbeep.tests.BugBeepTest
 
BUGBeeWS - Class in com.buglabs.bug.module.bugbee.pub
 
BUGBeeWS(IBUGBeeControl) - Constructor for class com.buglabs.bug.module.bugbee.pub.BUGBeeWS
 
BugBundleActivator - Class in com.buglabs.util
Utility base bundle activator ensures some log service is available.
BugBundleActivator() - Constructor for class com.buglabs.util.BugBundleActivator
 
BugBundleConstants - Interface in com.buglabs.util
Constants relating to bundles.
BUGNavControl - Class in com.buglabs.bug.jni.base
 
BUGNavControl() - Constructor for class com.buglabs.bug.jni.base.BUGNavControl
 
BugNetNode - Class in com.buglabs.bug.bugnet
A menu node that allows the a user to install an app from BUGnet
BugNetNode(BundleContext, RepositoryAdmin, IMenuProvider, IUserAppManager) - Constructor for class com.buglabs.bug.bugnet.BugNetNode
 
BugNetTestCases - Class in com.buglabs.osgi.obr.tests
 
BugNetTestCases() - Constructor for class com.buglabs.osgi.obr.tests.BugNetTestCases
 
BugNetWSProvider - Class in com.buglabs.bug.bugnet.ws
 
BugNetWSProvider(String, LogService) - Constructor for class com.buglabs.bug.bugnet.ws.BugNetWSProvider
 
BugWSEventTest - Class in com.buglabs.ws.tests
 
BugWSEventTest(String) - Constructor for class com.buglabs.ws.tests.BugWSEventTest
 
BugWSModuleTest - Class in com.buglabs.ws.tests
 
BugWSModuleTest(String) - Constructor for class com.buglabs.ws.tests.BugWSModuleTest
 
BugWSProgramTest - Class in com.buglabs.ws.tests
 
BugWSProgramTest(String) - Constructor for class com.buglabs.ws.tests.BugWSProgramTest
 
BugWSServiceTest - Class in com.buglabs.ws.tests
 
BugWSServiceTest(String) - Constructor for class com.buglabs.ws.tests.BugWSServiceTest
 
Bundle - Interface in org.osgi.framework
An installed bundle in the Framework.
BUNDLE_ACTIVATOR - Static variable in interface org.osgi.framework.Constants
Manifest header attribute (named "Bundle-Activator") identifying the bundle's activator class.
BUNDLE_CATEGORY - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-Category") identifying the bundle's category.
BUNDLE_CLASSPATH - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-ClassPath") identifying a list of nested JAR files, which are bundle resources used to extend the bundle's classpath.
BUNDLE_CONTACTADDRESS - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-ContactAddress") identifying the contact address where problems with the bundle may be reported; for example, an email address.
BUNDLE_COPYRIGHT - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-Copyright") identifying the bundle's copyright information, which may be retrieved from the Dictionary object returned by the Bundle.getHeaders method.
BUNDLE_DESCRIPTION - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-Description") containing a brief description of the bundle's functionality.
BUNDLE_DOCURL - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-DocURL") identifying the bundle's documentation URL, from which further information about the bundle may be obtained.
BUNDLE_NAME - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-Name") identifying the bundle's name.
BUNDLE_NATIVECODE - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-NativeCode") identifying a number of hardware environments and the native language code libraries that the bundle is carrying for each of these environments.
BUNDLE_NATIVECODE_LANGUAGE - Static variable in interface org.osgi.framework.Constants
Manifest header attribute (named "language") identifying the language in which the native bundle code is written specified in the Bundle-NativeCode Manifest header.
BUNDLE_NATIVECODE_OSNAME - Static variable in interface org.osgi.framework.Constants
Manifest header attribute (named "osname") identifying the operating system required to run native bundle code specified in the Bundle-NativeCode Manifest header).
BUNDLE_NATIVECODE_OSVERSION - Static variable in interface org.osgi.framework.Constants
Manifest header attribute (named "osversion") identifying the operating system version required to run native bundle code specified in the Bundle-NativeCode Manifest header).
BUNDLE_NATIVECODE_PROCESSOR - Static variable in interface org.osgi.framework.Constants
Manifest header attribute (named "processor") identifying the processor required to run native bundle code specified in the Bundle-NativeCode Manifest header).
BUNDLE_REQUIREDEXECUTIONENVIRONMENT - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-RequiredExecutionEnvironment") identifying the required execution environment for the bundle.
BUNDLE_UPDATELOCATION - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-UpdateLocation") identifying the location from which a new bundle version is obtained during a bundle update operation.
BUNDLE_VENDOR - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-Vendor") identifying the bundle's vendor.
BUNDLE_VERSION - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-Version") identifying the bundle's version.
BundleActivator - Interface in org.osgi.framework
Customizes the starting and stopping of this bundle.
bundleChanged(BundleEvent) - Method in interface org.osgi.framework.BundleListener
Receives notification that a bundle has had a lifecycle change.
BundleContext - Interface in org.osgi.framework
A bundle's execution context within the Framework.
BundleEvent - Class in org.osgi.framework
A Framework event describing a bundle lifecycle change.
BundleEvent(int, Bundle) - Constructor for class org.osgi.framework.BundleEvent
Creates a bundle event of the specified type.
BundleException - Exception in org.osgi.framework
A Framework exception used to indicate that a bundle lifecycle problem occurred.
BundleException(String, Throwable) - Constructor for exception org.osgi.framework.BundleException
Creates a BundleException that wraps another exception.
BundleException(String) - Constructor for exception org.osgi.framework.BundleException
Creates a BundleException object with the specified message.
BundleListener - Interface in org.osgi.framework
A BundleEvent listener.
Bundles - Class in com.buglabs.osgi.shell.commands.concierge
 
Bundles() - Constructor for class com.buglabs.osgi.shell.commands.concierge.Bundles
 
BundleUtils - Class in com.buglabs.osgi.shell.pub
A set of utility methods for common functionality.
BundleUtils() - Constructor for class com.buglabs.osgi.shell.pub.BundleUtils
 
BUTTON_AUDIO - Static variable in interface com.buglabs.bug.module.audio.pub.IAudioEventProvider
 
BUTTON_AUDIO - Static variable in class com.buglabs.device.ButtonEvent
 
BUTTON_AUDIO_VOLDOWN_PRESSED_ACTION - Static variable in interface com.buglabs.bug.module.audio.pub.IAudioEventProvider
 
BUTTON_AUDIO_VOLDOWN_PRESSED_ACTION - Static variable in class com.buglabs.device.ButtonEvent
 
BUTTON_AUDIO_VOLUP_PRESSED_ACTION - Static variable in interface com.buglabs.bug.module.audio.pub.IAudioEventProvider
 
BUTTON_AUDIO_VOLUP_PRESSED_ACTION - Static variable in class com.buglabs.device.ButtonEvent
 
BUTTON_CAMERA_SHUTTER - Static variable in class com.buglabs.device.ButtonEvent
 
BUTTON_CAMERA_ZOOM_IN - Static variable in class com.buglabs.device.ButtonEvent
 
BUTTON_CAMERA_ZOOM_OUT - Static variable in class com.buglabs.device.ButtonEvent
 
BUTTON_DOWN - Static variable in class com.buglabs.device.ButtonEvent
 
BUTTON_HOTKEY_1 - Static variable in class com.buglabs.device.ButtonEvent
 
BUTTON_HOTKEY_2 - Static variable in class com.buglabs.device.ButtonEvent
 
BUTTON_HOTKEY_3 - Static variable in class com.buglabs.device.ButtonEvent
 
BUTTON_HOTKEY_4 - Static variable in class com.buglabs.device.ButtonEvent
 
BUTTON_LEFT - Static variable in class com.buglabs.device.ButtonEvent
 
BUTTON_RELEASED_ACTION - Static variable in interface com.buglabs.bug.module.audio.pub.IAudioEventProvider
 
BUTTON_RIGHT - Static variable in class com.buglabs.device.ButtonEvent
 
BUTTON_SELECT - Static variable in class com.buglabs.device.ButtonEvent
 
BUTTON_UP - Static variable in class com.buglabs.device.ButtonEvent
 
buttonEvent(ButtonEvent) - Method in class com.buglabs.bug.menu.Menu
 
ButtonEvent - Class in com.buglabs.device
Represents a physical key event.
ButtonEvent(int) - Constructor for class com.buglabs.device.ButtonEvent
 
ButtonEvent(int, float) - Constructor for class com.buglabs.device.ButtonEvent
 
ButtonEvent(int, float, int) - Constructor for class com.buglabs.device.ButtonEvent
 
ButtonEvent(int, float, int, long) - Constructor for class com.buglabs.device.ButtonEvent
 
ButtonEvent(int, float, int, long, String) - Constructor for class com.buglabs.device.ButtonEvent
 
buttonEvent(ButtonEvent) - Method in interface com.buglabs.device.IButtonEventListener
 
buttonPress(int) - Method in class com.buglabs.bug.menu.MenuStateMachine
 
buttonPress(int) - Method in interface com.buglabs.menu.IMenuController
Tell the controller that a button event has occurred.
BYTE_PER_FRAME - Static variable in class org.thenesis.midpath.sound.backend.alsa.AlsaSink
 
bytePerSample - Variable in class org.thenesis.midpath.sound.AudioFormat
 
bytes() - Method in class com.jcraft.jogg.Buffer
 
bytes - Variable in class com.jcraft.jogg.Packet
 

C

C - Static variable in class org.osgi.util.measurement.Unit
The electric charge unit coulomb (C).
call() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.Callable
Computes a result, or throws an exception if unable to do so.
Callable - Interface in edu.emory.mathcs.backport.java.util.concurrent
A task that returns a result and may throw an exception.
callable(Runnable, Object) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given task and returns the given result.
callable(Runnable) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given task and returns null.
callable(PrivilegedAction) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given privileged action and returns its result.
callable(PrivilegedExceptionAction) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given privileged exception action and returns its result.
Camera - Class in com.buglabs.bug.jni.camera
 
Camera() - Constructor for class com.buglabs.bug.jni.camera.Camera
 
CameraControl - Class in com.buglabs.bug.jni.camera
 
CameraControl() - Constructor for class com.buglabs.bug.jni.camera.CameraControl
 
CameraInputEventProvider - Class in com.buglabs.bug.module.camera
 
CameraInputEventProvider(String, LogService) - Constructor for class com.buglabs.bug.module.camera.CameraInputEventProvider
 
CameraModlet - Class in com.buglabs.bug.module.camera
 
CameraModlet(BundleContext, int, String) - Constructor for class com.buglabs.bug.module.camera.CameraModlet
 
CameraModuleControl - Class in com.buglabs.bug.module.camera
 
CameraModuleControl(CameraControl) - Constructor for class com.buglabs.bug.module.camera.CameraModuleControl
 
CameraTest - Class in com.buglabs.bug.jni.camera.tests
 
CameraTest() - Constructor for class com.buglabs.bug.jni.camera.tests.CameraTest
 
cancel() - Method in class com.buglabs.bug.bmi.PipeReader
 
cancel(boolean) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.Future
Attempts to cancel execution of this task.
cancel(boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.FutureTask
 
CancellationException - Exception in edu.emory.mathcs.backport.java.util.concurrent
Exception indicating that the result of a value-producing task, such as a FutureTask, cannot be retrieved because the task was cancelled.
CancellationException() - Constructor for exception edu.emory.mathcs.backport.java.util.concurrent.CancellationException
Constructs a CancellationException with no detail message.
CancellationException(String) - Constructor for exception edu.emory.mathcs.backport.java.util.concurrent.CancellationException
Constructs a CancellationException with the specified detail message.
canStart() - Method in class com.buglabs.application.AbstractServiceTracker
Determines if the application can be started.
canStart() - Method in class com.buglabs.bug.menu.Menu
 
Capability - Interface in org.osgi.service.obr
A named set of properties representing some capability that is provided by its owner.
CapabilityImpl - Class in com.buglabs.osgi.obr
OBR Resource Capability implementation.
CapabilityImpl(XmlNode) - Constructor for class com.buglabs.osgi.obr.CapabilityImpl
 
cd - Static variable in class org.osgi.util.measurement.Unit
The luminous intensity unit candela (cd)
ceiling(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
 
ceiling(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableSet
Returns the least element in this set greater than or equal to the given element, or null if there is no such element.
ceiling(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
ceilingEntry(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null if there is no such entry.
ceilingEntry(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null if there is no such key.
ceilingEntry(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
ceilingKey(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
ceilingKey(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns the least key greater than or equal to the given key, or null if there is no such key.
ceilingKey(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
CENTER - Static variable in class com.buglabs.tableviewer.TableColumn
 
ch.ethz.iks.concierge.framework - package ch.ethz.iks.concierge.framework
 
channels - Variable in class com.jcraft.jorbis.Info
 
channels - Variable in class org.thenesis.midpath.sound.AudioFormat
 
CharDevice - Class in com.buglabs.bug.jni.common
 
CharDevice() - Constructor for class com.buglabs.bug.jni.common.CharDevice
 
CharDeviceInputStream - Class in com.buglabs.bug.jni.common
 
CharDeviceInputStream(CharDevice) - Constructor for class com.buglabs.bug.jni.common.CharDeviceInputStream
 
CharDeviceTest - Class in com.buglabs.bug.jni.common.tests
 
CharDeviceTest() - Constructor for class com.buglabs.bug.jni.common.tests.CharDeviceTest
 
CharDeviceUtils - Class in com.buglabs.bug.jni.common
Utility methods for CharDevice objects
CharDeviceUtils() - Constructor for class com.buglabs.bug.jni.common.CharDeviceUtils
 
checkedCollection(Collection, Class) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
checkedList(List, Class) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
checkedMap(Map, Class, Class) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
checkedSet(Set, Class) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
checkedSortedMap(SortedMap, Class, Class) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
checkedSortedSet(SortedSet, Class) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
checksum - Variable in class com.buglabs.nmea.sentences.NMEASentence
 
checksum - Variable in class com.buglabs.nmea2.AbstractNMEASentence
 
childExists(IMenuNode) - Method in class com.buglabs.bug.module.MenuAdapter
 
childExists(String) - Method in class com.buglabs.bug.module.MenuAdapter
 
childExists(String) - Method in class com.buglabs.util.XmlNode
 
clear() - Method in class com.buglabs.bug.base.FramebufferDevice
 
clear() - Method in class com.buglabs.bug.bmi.DefaultBundleCache
 
clear() - Method in interface com.buglabs.bug.bmi.pub.IBundleCache
 
clear() - Method in interface com.buglabs.device.IFramebufferDevice
Clear the display.
clear() - Method in class com.jcraft.jogg.StreamState
 
clear() - Method in class com.jcraft.jogg.SyncState
 
clear() - Method in class com.jcraft.jorbis.Block
 
clear() - Method in class com.jcraft.jorbis.DspState
 
clear() - Method in class com.jcraft.jorbis.Info
 
clear() - Method in class edu.emory.mathcs.backport.java.util.AbstractQueue
Removes all of the elements from this queue.
clear() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Removes all of the elements from this deque.
clear() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
Atomically removes all of the elements from this queue.
clear() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Removes all of the mappings from this map.
clear() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Removes all of the mappings from this map.
clear() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Removes all of the elements from this set.
clear() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
clear() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Removes all of the elements from this set.
clear() - Method in class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
Atomically removes all of the elements from this delay queue.
clear() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Atomically removes all of the elements from this deque.
clear() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
Atomically removes all of the elements from this queue.
clear() - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
Atomically removes all of the elements from this queue.
clear() - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Does nothing.
clear() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
clear() - Method in class edu.emory.mathcs.backport.java.util.PriorityQueue
Removes all of the elements from this queue.
clear() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
clear() - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
clearBuff() - Method in class com.buglabs.bug.jni.basedisplay.NativeBaseDisplay
 
clearConnectError() - Method in class com.buglabs.bug.bugnet.InstallNode
Tells the install node to ignore a past connection error and try to connect again if we call its getChildren();
clearDisplay() - Method in class com.buglabs.bug.menu.MenuStateMachine
 
clearDisplay() - Method in interface com.buglabs.menu.IMenuController
Clean up the display.
clearGPIO(int) - Method in interface com.buglabs.bug.module.vonhippel.pub.IVonHippelModuleControl
Sets specified pin as low
clearGPIO(int) - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
 
clearIOX(int) - Method in interface com.buglabs.bug.module.vonhippel.pub.IVonHippelModuleControl
Sets specified IOX pin as high.
clearIOX(int) - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
 
clearLED(int) - Method in class com.buglabs.bug.base.BUGBaseControl
 
clearLED(int) - Method in interface com.buglabs.bug.base.pub.IBUGBaseControl
 
clearLEDs(int) - Method in class com.buglabs.bug.base.BUGBaseControl
 
clearLEDs(int) - Method in interface com.buglabs.bug.base.pub.IBUGBaseControl
clear base unit LEDs
clearLEDs(int) - Method in class com.buglabs.bug.jni.base.BUGNavControl
clear base unit LEDs
clearModule(int) - Static method in class com.buglabs.bug.module.Activator
 
clearState() - Method in interface com.buglabs.bug.program.pub.IUserAppManager
Clears any knowledge of existing user applications.
clearState() - Method in class com.buglabs.bug.program.UserAppManager
 
CLIENT_CERT_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Basic authentication.
clone() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Returns a copy of this deque.
clone() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns a shallow copy of this ConcurrentSkipListMap instance.
clone() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Returns a shallow copy of this ConcurrentSkipListSet instance.
clone() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
clone() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
clone() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
clone() - Method in class edu.emory.mathcs.backport.java.util.TreeMap.Entry
Return a new Entry with same element and color as self, but with null links.
clone() - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
clone() - Method in class javax.servlet.http.Cookie
Overrides the standard java.lang.Object.clone method to return a copy of this cookie.
close() - Method in class com.buglabs.bug.accelerometer.pub.AccelerometerSampleStream
 
close() - Method in class com.buglabs.bug.base.SoundPlayer.DecodingThread
 
close() - Method in class com.buglabs.bug.jni.common.CharDevice
 
close() - Method in class com.buglabs.bug.jni.common.CharDeviceInputStream
 
close() - Method in class com.buglabs.bug.module.accelerometer.pub.AccelerometerSampleStream
 
close() - Method in class com.buglabs.bug.module.audio.AudioPlayer
 
close() - Method in class com.buglabs.bug.module.audio.AudioPlayer.DecodingThread
 
close() - Method in class com.buglabs.bug.module.audio.pub.AsynchronousAudioPlayer
Interrupt the playback if happening, stop and cleanup the thread and line.
close() - Method in class com.buglabs.bug.module.motion.MotionAccelerometerSampleStream
 
close() - Method in class com.buglabs.osgi.http.test.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class com.buglabs.util.Base64.Base64OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class com.jcraft.jorbis.VorbisFile
 
close() - Method in class org.thenesis.midpath.sound.AbstractLine
 
close() - Method in class org.thenesis.midpath.sound.backend.alsa.AlsaSink
 
close() - Method in class org.thenesis.midpath.sound.codec.OggVorbisDecoder
 
close() - Method in class org.thenesis.midpath.sound.codec.WaveFile
 
close() - Method in interface org.thenesis.midpath.sound.Line
 
close() - Method in class org.thenesis.midpath.sound.SoftMixer.SoftMixerLine
 
close() - Method in interface org.thenesis.midpath.sound.SoundBackend
Closes the line and released system resources it used.
CLOSED - Static variable in class org.thenesis.midpath.sound.codec.OggVorbisDecoder
 
CLOSED - Static variable in interface org.thenesis.midpath.sound.Line
 
CM_TARGET - Static variable in interface org.osgi.service.cm.ConfigurationPlugin
A service property to limit the Managed Service or Managed Service Factory configuration dictionaries a Configuration Plugin service receives.
code - Variable in class com.buglabs.bug.jni.input.InputEvent
 
Collections - Class in edu.emory.mathcs.backport.java.util
Augments Collections with methods added in Java 5.0 and higher.
collectionToArray(Collection) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.Utils
 
collectionToArray(Collection, Object[]) - Static method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.Utils
 
cols - Variable in class com.buglabs.bug.jni.freetype.RenderedMessage
 
COLUMN_SEPARATOR - Static variable in class com.buglabs.tableviewer.TableViewer
 
com.buglabs.application - package com.buglabs.application
 
com.buglabs.bug.accelerometer.pub - package com.buglabs.bug.accelerometer.pub
 
com.buglabs.bug.base - package com.buglabs.bug.base
 
com.buglabs.bug.base.pub - package com.buglabs.bug.base.pub
 
com.buglabs.bug.base.tests - package com.buglabs.bug.base.tests
 
com.buglabs.bug.bmi - package com.buglabs.bug.bmi
 
com.buglabs.bug.bmi.pub - package com.buglabs.bug.bmi.pub
 
com.buglabs.bug.bugnet - package com.buglabs.bug.bugnet
 
com.buglabs.bug.bugnet.ws - package com.buglabs.bug.bugnet.ws
 
com.buglabs.bug.event - package com.buglabs.bug.event
 
com.buglabs.bug.event.tests - package com.buglabs.bug.event.tests
 
com.buglabs.bug.input.pub - package com.buglabs.bug.input.pub
 
com.buglabs.bug.jni.accelerometer - package com.buglabs.bug.jni.accelerometer
 
com.buglabs.bug.jni.accelerometer.tests - package com.buglabs.bug.jni.accelerometer.tests
 
com.buglabs.bug.jni.audio - package com.buglabs.bug.jni.audio
 
com.buglabs.bug.jni.audio.tests - package com.buglabs.bug.jni.audio.tests
 
com.buglabs.bug.jni.base - package com.buglabs.bug.jni.base
 
com.buglabs.bug.jni.basedisplay - package com.buglabs.bug.jni.basedisplay
 
com.buglabs.bug.jni.basedisplay.tests - package com.buglabs.bug.jni.basedisplay.tests
 
com.buglabs.bug.jni.bugbee - package com.buglabs.bug.jni.bugbee
 
com.buglabs.bug.jni.bugbeep - package com.buglabs.bug.jni.bugbeep
 
com.buglabs.bug.jni.bugbeep.tests - package com.buglabs.bug.jni.bugbeep.tests
 
com.buglabs.bug.jni.camera - package com.buglabs.bug.jni.camera
 
com.buglabs.bug.jni.camera.tests - package com.buglabs.bug.jni.camera.tests
 
com.buglabs.bug.jni.common - package com.buglabs.bug.jni.common
 
com.buglabs.bug.jni.common.tests - package com.buglabs.bug.jni.common.tests
 
com.buglabs.bug.jni.freetype - package com.buglabs.bug.jni.freetype
 
com.buglabs.bug.jni.freetype.tests - package com.buglabs.bug.jni.freetype.tests
 
com.buglabs.bug.jni.gps - package com.buglabs.bug.jni.gps
 
com.buglabs.bug.jni.gps.tests - package com.buglabs.bug.jni.gps.tests
 
com.buglabs.bug.jni.hello - package com.buglabs.bug.jni.hello
 
com.buglabs.bug.jni.hello.tests - package com.buglabs.bug.jni.hello.tests
 
com.buglabs.bug.jni.input - package com.buglabs.bug.jni.input
 
com.buglabs.bug.jni.lcd - package com.buglabs.bug.jni.lcd
 
com.buglabs.bug.jni.motion - package com.buglabs.bug.jni.motion
 
com.buglabs.bug.jni.vonhippel - package com.buglabs.bug.jni.vonhippel
 
com.buglabs.bug.jni.vonhippel.tests - package com.buglabs.bug.jni.vonhippel.tests
 
com.buglabs.bug.menu - package com.buglabs.bug.menu
 
com.buglabs.bug.menu.pub - package com.buglabs.bug.menu.pub
 
com.buglabs.bug.menu.tests - package com.buglabs.bug.menu.tests
 
com.buglabs.bug.module - package com.buglabs.bug.module
 
com.buglabs.bug.module.accelerometer.pub - package com.buglabs.bug.module.accelerometer.pub
 
com.buglabs.bug.module.audio - package com.buglabs.bug.module.audio
 
com.buglabs.bug.module.audio.pub - package com.buglabs.bug.module.audio.pub
 
com.buglabs.bug.module.audio.tests - package com.buglabs.bug.module.audio.tests
 
com.buglabs.bug.module.bugbee - package com.buglabs.bug.module.bugbee
 
com.buglabs.bug.module.bugbee.pub - package com.buglabs.bug.module.bugbee.pub
 
com.buglabs.bug.module.camera - package com.buglabs.bug.module.camera
 
com.buglabs.bug.module.camera.pub - package com.buglabs.bug.module.camera.pub
 
com.buglabs.bug.module.camera.tests - package com.buglabs.bug.module.camera.tests
 
com.buglabs.bug.module.gps - package com.buglabs.bug.module.gps
 
com.buglabs.bug.module.gps.pub - package com.buglabs.bug.module.gps.pub
 
com.buglabs.bug.module.gps.tests - package com.buglabs.bug.module.gps.tests
 
com.buglabs.bug.module.lcd - package com.buglabs.bug.module.lcd
 
com.buglabs.bug.module.lcd.accelerometer - package com.buglabs.bug.module.lcd.accelerometer
 
com.buglabs.bug.module.lcd.pub - package com.buglabs.bug.module.lcd.pub
 
com.buglabs.bug.module.motion - package com.buglabs.bug.module.motion
 
com.buglabs.bug.module.motion.pub - package com.buglabs.bug.module.motion.pub
 
com.buglabs.bug.module.pub - package com.buglabs.bug.module.pub
 
com.buglabs.bug.module.testmodule - package com.buglabs.bug.module.testmodule
 
com.buglabs.bug.module.tests - package com.buglabs.bug.module.tests
 
com.buglabs.bug.module.vonhippel - package com.buglabs.bug.module.vonhippel
 
com.buglabs.bug.module.vonhippel.pub - package com.buglabs.bug.module.vonhippel.pub
 
com.buglabs.bug.module.vonhippel.tests - package com.buglabs.bug.module.vonhippel.tests
 
com.buglabs.bug.module.wifi - package com.buglabs.bug.module.wifi
 
com.buglabs.bug.program - package com.buglabs.bug.program
 
com.buglabs.bug.program.pub - package com.buglabs.bug.program.pub
 
com.buglabs.bug.program.tests - package com.buglabs.bug.program.tests
 
com.buglabs.bug.service - package com.buglabs.bug.service
 
com.buglabs.bug.service.tests - package com.buglabs.bug.service.tests
 
com.buglabs.bug.slp - package com.buglabs.bug.slp
 
com.buglabs.bug.slp.tests - package com.buglabs.bug.slp.tests
 
com.buglabs.bug.tests.common - package com.buglabs.bug.tests.common
 
com.buglabs.bug.tests.common.util - package com.buglabs.bug.tests.common.util
 
com.buglabs.bug.update - package com.buglabs.bug.update
 
com.buglabs.common.tests - package com.buglabs.common.tests
 
com.buglabs.common.tests.pub - package com.buglabs.common.tests.pub
 
com.buglabs.device - package com.buglabs.device
 
com.buglabs.menu - package com.buglabs.menu
 
com.buglabs.module - package com.buglabs.module
 
com.buglabs.nmea - package com.buglabs.nmea
 
com.buglabs.nmea.sentences - package com.buglabs.nmea.sentences
 
com.buglabs.nmea.tests - package com.buglabs.nmea.tests
 
com.buglabs.nmea2 - package com.buglabs.nmea2
 
com.buglabs.osgi.cm - package com.buglabs.osgi.cm
 
com.buglabs.osgi.cm.impl - package com.buglabs.osgi.cm.impl
 
com.buglabs.osgi.cm.persistance - package com.buglabs.osgi.cm.persistance
 
com.buglabs.osgi.cm.tests - package com.buglabs.osgi.cm.tests
 
com.buglabs.osgi.http - package com.buglabs.osgi.http
 
com.buglabs.osgi.http.pub - package com.buglabs.osgi.http.pub
 
com.buglabs.osgi.http.test - package com.buglabs.osgi.http.test
 
com.buglabs.osgi.obr - package com.buglabs.osgi.obr
 
com.buglabs.osgi.obr.shell - package com.buglabs.osgi.obr.shell
 
com.buglabs.osgi.obr.tests - package com.buglabs.osgi.obr.tests
 
com.buglabs.osgi.shell - package com.buglabs.osgi.shell
 
com.buglabs.osgi.shell.commands.concierge - package com.buglabs.osgi.shell.commands.concierge
 
com.buglabs.osgi.shell.internal - package com.buglabs.osgi.shell.internal
 
com.buglabs.osgi.shell.pub - package com.buglabs.osgi.shell.pub
 
com.buglabs.services.ws - package com.buglabs.services.ws
 
com.buglabs.status - package com.buglabs.status
 
com.buglabs.tableviewer - package com.buglabs.tableviewer
 
com.buglabs.util - package com.buglabs.util
 
com.buglabs.util.trackers - package com.buglabs.util.trackers
 
com.buglabs.ws.tests - package com.buglabs.ws.tests
 
com.buglabs.ws.tests.common - package com.buglabs.ws.tests.common
 
com.jcraft.jogg - package com.jcraft.jogg
 
com.jcraft.jorbis - package com.jcraft.jorbis
 
COM_BUGLABS_BUG_SLP_REFRESH_INTERVAL - Static variable in class com.buglabs.bug.slp.Activator
 
CommandParser - Class in com.buglabs.osgi.shell.internal
Parses console commands.
CommandParser(BundleContext, LogService) - Constructor for class com.buglabs.osgi.shell.internal.CommandParser
 
Comment - Class in com.jcraft.jorbis
 
Comment() - Constructor for class com.jcraft.jorbis.Comment
 
comment_lengths - Variable in class com.jcraft.jorbis.Comment
 
comments - Variable in class com.jcraft.jorbis.Comment
 
comparator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
comparator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
 
comparator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
Returns the comparator used to order the elements in this queue, or null if this queue uses the natural ordering of its elements.
comparator() - Method in class edu.emory.mathcs.backport.java.util.PriorityQueue
Returns the comparator used to order the elements in this queue, or null if this queue uses the natural ordering of its elements.
comparator() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
comparator() - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
compare(Version, Version) - Static method in class com.buglabs.util.Version
 
compareAndSet(boolean, boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicBoolean
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(int, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(int, int, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Atomically sets the element at position i to the given updated value if the current value == the expected value.
compareAndSet(long, long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(int, long, long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(Object, Object, boolean, boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicMarkableReference
Atomically sets the value of both the reference and mark to the given update values if the current reference is == to the expected reference and the current mark is equal to the expected mark.
compareAndSet(Object, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReference
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(int, Object, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReferenceArray
Atomically sets the element at position i to the given updated value if the current value == the expected value.
compareAndSet(Object, Object, int, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicStampedReference
Atomically sets the value of both the reference and stamp to the given update values if the current reference is == to the expected reference and the current stamp is equal to the expected stamp.
compareTo(Object) - Method in class com.buglabs.menu.AbstractMenuNode
 
compareTo(Object) - Method in class com.buglabs.osgi.obr.SortableResourceContainer
 
compareTo(Object) - Method in class org.osgi.util.measurement.Measurement
Compares this object with the specified object for order.
CompletionService - Interface in edu.emory.mathcs.backport.java.util.concurrent
A service that decouples the production of new asynchronous tasks from the consumption of the results of completed tasks.
ConciergeCommands - Class in com.buglabs.osgi.shell.commands.concierge
Commands that mimic the original Concierge shell.
ConciergeCommands() - Constructor for class com.buglabs.osgi.shell.commands.concierge.ConciergeCommands
 
ConciergeTestCases - Class in com.buglabs.osgi.obr.tests
 
ConciergeTestCases() - Constructor for class com.buglabs.osgi.obr.tests.ConciergeTestCases
 
ConcurrencyTestCases - Class in com.buglabs.osgi.http.test
Test the performance of the http server.
ConcurrencyTestCases() - Constructor for class com.buglabs.osgi.http.test.ConcurrencyTestCases
 
ConcurrentHashMap - Class in edu.emory.mathcs.backport.java.util.concurrent
A hash table supporting full concurrency of retrievals and adjustable expected concurrency for updates.
ConcurrentHashMap(int, float, int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with the specified initial capacity, load factor and concurrency level.
ConcurrentHashMap(int, float) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with the specified initial capacity and load factor and with the default concurrencyLevel (16).
ConcurrentHashMap(int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with the specified initial capacity, and with default load factor (0.75) and concurrencyLevel (16).
ConcurrentHashMap() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with a default initial capacity (16), load factor (0.75) and concurrencyLevel (16).
ConcurrentHashMap(Map) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Creates a new map with the same mappings as the given map.
ConcurrentLinkedQueue - Class in edu.emory.mathcs.backport.java.util.concurrent
An unbounded thread-safe queue based on linked nodes.
ConcurrentLinkedQueue() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentLinkedQueue
Creates a ConcurrentLinkedQueue that is initially empty.
ConcurrentLinkedQueue(Collection) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentLinkedQueue
Creates a ConcurrentLinkedQueue initially containing the elements of the given collection, added in traversal order of the collection's iterator.
ConcurrentMap - Interface in edu.emory.mathcs.backport.java.util.concurrent
A Map providing additional atomic putIfAbsent, remove, and replace methods.
ConcurrentNavigableMap - Interface in edu.emory.mathcs.backport.java.util.concurrent
A ConcurrentMap supporting NavigableMap operations, and recursively so for its navigable sub-maps.
ConcurrentSkipListMap - Class in edu.emory.mathcs.backport.java.util.concurrent
A scalable concurrent ConcurrentNavigableMap implementation.
ConcurrentSkipListMap() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Constructs a new, empty map, sorted according to the natural ordering of the keys.
ConcurrentSkipListMap(Comparator) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Constructs a new, empty map, sorted according to the specified comparator.
ConcurrentSkipListMap(Map) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Constructs a new map containing the same mappings as the given map, sorted according to the natural ordering of the keys.
ConcurrentSkipListMap(SortedMap) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Constructs a new map containing the same mappings and using the same ordering as the specified sorted map.
ConcurrentSkipListSet - Class in edu.emory.mathcs.backport.java.util.concurrent
A scalable concurrent NavigableSet implementation based on a ConcurrentSkipListMap.
ConcurrentSkipListSet() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Constructs a new, empty set that orders its elements according to their natural ordering.
ConcurrentSkipListSet(Comparator) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Constructs a new, empty set that orders its elements according to the specified comparator.
ConcurrentSkipListSet(Collection) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Constructs a new set containing the elements in the specified collection, that orders its elements according to their natural ordering.
ConcurrentSkipListSet(SortedSet) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Constructs a new set containing the same elements and using the same ordering as the specified sorted set.
Condition - Interface in edu.emory.mathcs.backport.java.util.concurrent.locks
Condition factors out the Object monitor methods (wait, notify and notifyAll) into distinct objects to give the effect of having multiple wait-sets per object, by combining them with the use of arbitrary Lock implementations.
config - Variable in class com.buglabs.bug.event.HttpServiceTracker
 
config - Variable in class com.buglabs.bug.module.HttpServiceTracker
 
config - Variable in class com.buglabs.bug.program.HttpServiceTracker
 
config - Variable in class com.buglabs.bug.service.HttpServiceTracker
 
ConfigAdminServlet - Class in com.buglabs.bug.program
A servlet that interacts with bug's configuration
ConfigAdminServlet(BundleContext, ConfigurationAdmin) - Constructor for class com.buglabs.bug.program.ConfigAdminServlet
 
Configurable - Interface in org.osgi.framework
Supports a configuration object.
Configuration - Interface in org.osgi.service.cm
The configuration information for a ManagedService or ManagedServiceFactory object.
ConfigurationAdmin - Interface in org.osgi.service.cm
Service for administering configuration data.
ConfigurationAdminActivator - Class in com.buglabs.osgi.cm
Activator for Configuration Admin
ConfigurationAdminActivator() - Constructor for class com.buglabs.osgi.cm.ConfigurationAdminActivator
 
ConfigurationAdminConcurrencyTest - Class in com.buglabs.osgi.cm.tests
Test concurrency of Configuration Admin
ConfigurationAdminConcurrencyTest() - Constructor for class com.buglabs.osgi.cm.tests.ConfigurationAdminConcurrencyTest
 
ConfigurationAdminHelper - Class in com.buglabs.bug.service
Helper class for ConfigurationAdmin
ConfigurationAdminHelper() - Constructor for class com.buglabs.bug.service.ConfigurationAdminHelper
 
ConfigurationAdminImpl - Class in com.buglabs.osgi.cm.impl
ConfigurationAdmin implementation (OSGi R3 10.14.3)
ConfigurationAdminImpl() - Constructor for class com.buglabs.osgi.cm.impl.ConfigurationAdminImpl
 
ConfigurationAdminTest - Class in com.buglabs.osgi.cm.tests
Tests for ConfigurationAdmin
ConfigurationAdminTest() - Constructor for class com.buglabs.osgi.cm.tests.ConfigurationAdminTest
 
configurationChanged(AccelerometerConfiguration) - Method in interface com.buglabs.bug.accelerometer.pub.IAccelerometerConfigurationListener
 
configurationChanged(AccelerometerConfiguration) - Method in interface com.buglabs.bug.module.accelerometer.pub.IAccelerometerConfigurationListener
 
configurationChanged(AccelerometerConfiguration) - Method in class com.buglabs.bug.module.motion.MotionAccelerometerSampleStream
 
ConfigurationException - Exception in org.osgi.service.cm
An Exception class to inform the Configuration Admin service of problems with configuration data.
ConfigurationException(String, String) - Constructor for exception org.osgi.service.cm.ConfigurationException
Create a ConfigurationException object.
ConfigurationImpl - Class in com.buglabs.osgi.cm.impl
Implementation of Configuration
ConfigurationImpl(String) - Constructor for class com.buglabs.osgi.cm.impl.ConfigurationImpl
Constructor
ConfigurationPlugin - Interface in org.osgi.service.cm
A service interface for processing configuration dictionary before the update.
ConfigurationTest - Class in com.buglabs.osgi.cm.tests
Tests for Configuration implementation
ConfigurationTest() - Constructor for class com.buglabs.osgi.cm.tests.ConfigurationTest
 
configurePA(boolean, byte) - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
configurePA(boolean, byte) - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
ConsoleListener - Class in com.buglabs.osgi.shell.internal
Listens for user entry.
ConsoleListener(InputStream, OutputStream, OutputStream, CommandParser, BundleContext, LogService) - Constructor for class com.buglabs.osgi.shell.internal.ConsoleListener
 
ConsoleSocketListener - Class in com.buglabs.osgi.shell.internal
Listens for user entry on a socket.
ConsoleSocketListener(int, CommandParser, BundleContext, LogService) - Constructor for class com.buglabs.osgi.shell.internal.ConsoleSocketListener
 
Constants - Interface in org.osgi.framework
Defines standard names for the OSGi environment property, service property, and Manifest header attribute keys.
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Returns true if this deque contains the specified element.
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Returns true if this deque contains the specified element.
contains(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Legacy method testing if some key maps into the specified value in this table.
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentLinkedQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Returns true if this set contains the specified element.
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Returns true if this set contains the specified element.
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Returns true if this deque contains the specified element.
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Always returns false.
contains(Object) - Method in interface edu.emory.mathcs.backport.java.util.Deque
Returns true if this deque contains the specified element.
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.PriorityQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
containsAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
containsAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Returns true if this set contains all of the elements of the specified collection.
containsAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Returns false unless the given collection is empty.
containsHeader(String) - Method in class com.buglabs.osgi.http.ServletResponseImpl
 
containsHeader(String) - Method in interface javax.servlet.http.HttpServletResponse
Returns a boolean indicating whether the named response header has already been set.
containsHeader(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call containsHeader(String name) on the wrapped response object.
containsKey(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
containsValue(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
context - Variable in class com.buglabs.application.AbstractServiceTracker
 
context - Variable in class com.buglabs.bug.event.HttpServiceTracker
 
context - Variable in class com.buglabs.bug.module.HttpServiceTracker
 
context - Variable in class com.buglabs.bug.program.HttpServiceTracker
 
context - Variable in class com.buglabs.bug.service.HttpServiceTracker
 
context - Static variable in class com.buglabs.osgi.http.test.Activator
 
context - Variable in class com.buglabs.osgi.shell.internal.Activator
 
context - Variable in class com.buglabs.osgi.shell.pub.AbstractCommand
 
contextDestroyed(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
Notification that the servlet context is about to be shut down.
contextInitialized(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
Notification that the web application is ready to process requests.
convert(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit
Convert the given time duration in the given unit to this unit.
convertTo16BitsStereo(byte[], AudioFormat, int, byte[], AudioFormat, int, int) - Static method in class org.thenesis.midpath.sound.AudioTools
Convert input audio data to 16 bits stereo format.
Cookie - Class in javax.servlet.http
Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.
Cookie(String, String) - Constructor for class javax.servlet.http.Cookie
Constructs a cookie with a specified name and value.
copy() - Method in class com.jcraft.jogg.Page
 
copy(Page) - Method in class com.jcraft.jogg.Page
 
copy(List, List) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
copyOf(Object[], int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOf(Object[], int, Class) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOf(byte[], int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOf(short[], int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOf(int[], int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOf(long[], int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOf(char[], int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOf(float[], int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOf(double[], int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOf(boolean[], int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOfRange(Object[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOfRange(Object[], int, int, Class) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOfRange(byte[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOfRange(short[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOfRange(int[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOfRange(long[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOfRange(char[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOfRange(float[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOfRange(double[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
copyOfRange(boolean[], int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
CopyOnWriteArrayList - Class in edu.emory.mathcs.backport.java.util.concurrent
 
CopyOnWriteArrayList() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
CopyOnWriteArrayList(Collection) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
CopyOnWriteArrayList(Object[]) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
CopyOnWriteArraySet - Class in edu.emory.mathcs.backport.java.util.concurrent
A Set that uses an internal CopyOnWriteArrayList for all of its operations.
CopyOnWriteArraySet() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Creates an empty set.
CopyOnWriteArraySet(Collection) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Creates a set containing all of the elements of the specified collection.
COPYRIGHT - Static variable in interface org.osgi.service.obr.Resource
 
countDown() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch
Decrements the count of the latch, releasing all waiting threads if the count reaches zero.
CountDownLatch - Class in edu.emory.mathcs.backport.java.util.concurrent
A synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes.
CountDownLatch(int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch
Constructs a CountDownLatch initialized with the given count.
CounterServlet - Class in com.buglabs.osgi.http.test
A place to store counters for concurrency tests.
CounterServlet() - Constructor for class com.buglabs.osgi.http.test.CounterServlet
 
CounterSingleton - Class in com.buglabs.osgi.http.test
 
CREATE_BINDING_REQUEST - Static variable in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
createAndOpen(BundleContext, List, RunnableWithServices) - Static method in class com.buglabs.application.ServiceTrackerHelper
 
createAndOpen(BundleContext, String[], RunnableWithServices) - Static method in class com.buglabs.application.ServiceTrackerHelper
 
createAndOpen(BundleContext, String, RunnableWithServices) - Static method in class com.buglabs.application.ServiceTrackerHelper
 
createAndOpen(BundleContext, List, ServiceChangeListener) - Static method in class com.buglabs.application.ServiceTrackerHelper
 
createAndOpen(BundleContext, String[], ServiceChangeListener) - Static method in class com.buglabs.application.ServiceTrackerHelper
 
createAndOpen(BundleContext, String, ServiceChangeListener) - Static method in class com.buglabs.application.ServiceTrackerHelper
 
createDefaultHttpContext() - Method in interface org.osgi.service.http.HttpService
Creates a default HttpContext for registering servlets or resources with the HttpService, a new HttpContext object is created each time this method is called.
createFactoryConfiguration(String) - Method in class com.buglabs.osgi.cm.impl.ConfigurationAdminImpl
 
createFactoryConfiguration(String, String) - Method in class com.buglabs.osgi.cm.impl.ConfigurationAdminImpl
 
createFactoryConfiguration(String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
Create a new factory Configuration object with a new PID.
createFactoryConfiguration(String, String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
Create a new factory Configuration object with a new PID.
createFilter(String) - Method in interface org.osgi.framework.BundleContext
Creates a Filter object.
createJarArchive(File, File[], File) - Method in class com.buglabs.bug.program.ProgramServlet
Code from forum board for creating a Jar.
createLine(AudioFormat) - Method in class org.thenesis.midpath.sound.Mixer
 
createLine(AudioFormat) - Method in class org.thenesis.midpath.sound.SoftMixer
 
createModlet(BundleContext, int) - Method in class com.buglabs.bug.module.audio.Activator
 
createModlet(BundleContext, int) - Method in class com.buglabs.bug.module.bugbee.Activator
 
createModlet(BundleContext, int) - Method in class com.buglabs.bug.module.camera.Activator
 
createModlet(BundleContext, int) - Method in class com.buglabs.bug.module.gps.Activator
 
createModlet(BundleContext, int) - Method in class com.buglabs.bug.module.lcd.Activator
 
createModlet(BundleContext, int) - Method in class com.buglabs.bug.module.motion.Activator
 
createModlet(BundleContext, int) - Method in interface com.buglabs.bug.module.pub.IModletFactory
Create an instance of the IModlet.
createModlet(BundleContext, int) - Method in class com.buglabs.bug.module.vonhippel.Activator
 
createModlet(BundleContext, int) - Method in class com.buglabs.bug.module.wifi.Activator
 
createSocket() - Method in class com.buglabs.bug.jni.bugbee.BUGBeeControl
Used by super to create the socket.
createSocket() - Method in class com.buglabs.bug.jni.bugbee.BUGBeeNet
 
createSocket() - Method in class com.buglabs.bug.jni.bugbee.BUGBeePacket
 
createTracker(BundleContext, List) - Static method in class com.buglabs.util.trackers.PublicWSAdminTracker
Create and open a tracker for PublicWSAdmin.
createTracker(BundleContext, PublicWSProvider) - Static method in class com.buglabs.util.trackers.PublicWSAdminTracker
Create and open a tracker for PublicWSAdmin.
CyclicBarrier - Class in edu.emory.mathcs.backport.java.util.concurrent
A synchronization aid that allows a set of threads to all wait for each other to reach a common barrier point.
CyclicBarrier(int, Runnable) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.CyclicBarrier
Creates a new CyclicBarrier that will trip when the given number of parties (threads) are waiting upon it, and which will execute the given barrier action when the barrier is tripped, performed by the last thread entering the barrier.
CyclicBarrier(int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.CyclicBarrier
Creates a new CyclicBarrier that will trip when the given number of parties (threads) are waiting upon it, and does not perform a predefined action when the barrier is tripped.

D

data - Variable in class com.jcraft.jogg.SyncState
 
DAYS - Static variable in class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit
 
deactivate() - Method in class com.buglabs.bug.module.audio.AudioModuleControl
 
deactivate() - Method in interface com.buglabs.bug.module.audio.pub.IAudioModuleControl
 
DECODE - Static variable in class com.buglabs.osgi.http.test.Base64
Specify decoding.
decode(byte[], int, int) - Static method in class com.buglabs.osgi.http.test.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class com.buglabs.osgi.http.test.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
DECODE - Static variable in class com.buglabs.util.Base64
Specify decoding.
decode(byte[], int, int) - Static method in class com.buglabs.util.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class com.buglabs.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
DECODE_ERROR - Static variable in interface com.buglabs.bug.module.audio.pub.IAudioPlayerEventListener
 
decodeFromFile(String) - Static method in class com.buglabs.osgi.http.test.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeFromFile(String) - Static method in class com.buglabs.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
DecoderCallback - Interface in org.thenesis.midpath.sound.codec
 
decodeStep(DecoderCallback) - Method in interface org.thenesis.midpath.sound.codec.AudioDecoder
 
decodeStep(DecoderCallback) - Method in class org.thenesis.midpath.sound.codec.OggVorbisDecoder
Decodes stream and write resulting PCM audio data to the given output stream.
decodeStep(DecoderCallback) - Method in class org.thenesis.midpath.sound.codec.WaveDecoder
 
decodeToFile(String, String) - Static method in class com.buglabs.osgi.http.test.Base64
Convenience method for decoding data to a file.
decodeToFile(String, String) - Static method in class com.buglabs.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class com.buglabs.osgi.http.test.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeToObject(String) - Static method in class com.buglabs.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
DECODING - Static variable in class org.thenesis.midpath.sound.codec.OggVorbisDecoder
 
decorateTask(Runnable, RunnableScheduledFuture) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
Modifies or replaces the task used to execute a runnable.
decorateTask(Callable, RunnableScheduledFuture) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
Modifies or replaces the task used to execute a callable.
decrementAndGet() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Atomically decrements by one the current value.
decrementAndGet(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Atomically decrements by one the element at index i.
decrementAndGet() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Atomically decrements by one the current value.
decrementAndGet(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Atomically decrements by one the element at index i.
deepEquals(Object[], Object[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
deepHashCode(Object[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
deepToString(Object[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
DEFAULT_BUFFER_SIZE - Static variable in class org.thenesis.midpath.sound.AlsaBackend
 
DEFAULT_DEVICE_NAME - Static variable in class org.thenesis.midpath.sound.AlsaBackend
 
DefaultBundleCache - Class in com.buglabs.bug.bmi
 
DefaultBundleCache(String, LogService) - Constructor for class com.buglabs.bug.bmi.DefaultBundleCache
 
DefaultHttpContext - Class in com.buglabs.osgi.http
A default HttpContext implementation.
DefaultHttpContext() - Constructor for class com.buglabs.osgi.http.DefaultHttpContext
 
defaultThreadFactory() - Static method in class edu.emory.mathcs.backport.java.util.concurrent.Executors
Returns a default thread factory used to create new threads.
DefaultWSImplementation - Class in com.buglabs.services.ws
A helper class to stub out WSImplementations.
DefaultWSImplementation(String) - Constructor for class com.buglabs.services.ws.DefaultWSImplementation
 
DefaultWSImplementationWithParams - Class in com.buglabs.services.ws
 
DefaultWSImplementationWithParams(String) - Constructor for class com.buglabs.services.ws.DefaultWSImplementationWithParams
 
DegreesMinutesSeconds - Class in com.buglabs.nmea
A class to store DMS style location information.
DegreesMinutesSeconds(String) - Constructor for class com.buglabs.nmea.DegreesMinutesSeconds
Will throw NMEAParserException if parsing error occurs.
delay - Variable in class com.buglabs.bug.accelerometer.pub.AccelerometerConfiguration
 
delay - Variable in class com.buglabs.bug.module.accelerometer.pub.AccelerometerConfiguration
 
delay_mode - Variable in class com.buglabs.bug.accelerometer.pub.AccelerometerConfiguration
 
delay_mode - Variable in class com.buglabs.bug.module.accelerometer.pub.AccelerometerConfiguration
 
delay_resolution - Variable in class com.buglabs.bug.accelerometer.pub.AccelerometerConfiguration
 
delay_resolution - Variable in class com.buglabs.bug.module.accelerometer.pub.AccelerometerConfiguration
 
Delayed - Interface in edu.emory.mathcs.backport.java.util.concurrent
A mix-in style interface for marking objects that should be acted upon after a given delay.
DelayQueue - Class in edu.emory.mathcs.backport.java.util.concurrent
An unbounded blocking queue of Delayed elements, in which an element can only be taken when its delay has expired.
DelayQueue() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
Creates a new DelayQueue that is initially empty.
DelayQueue(Collection) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
Creates a DelayQueue initially containing the elements of the given collection of Delayed instances.
delete() - Method in class com.buglabs.osgi.cm.impl.ConfigurationImpl
 
delete(Configuration) - Method in interface com.buglabs.osgi.cm.persistance.IPersistanceManager
Deletes Configuration
delete(Configuration) - Method in class com.buglabs.osgi.cm.persistance.PersistanceManager
Delete files from storage provided by the Framework
DELETE - Static variable in interface com.buglabs.services.ws.PublicWSProvider
 
delete() - Method in interface org.osgi.service.cm.Configuration
Delete this Configuration object.
deleted(String) - Method in interface org.osgi.service.cm.ManagedServiceFactory
Remove a factory instance.
deploy(boolean) - Method in class com.buglabs.osgi.obr.SimpleResolver
 
deploy(boolean) - Method in class org.osgi.service.obr.HeuristicResolver
 
deploy(boolean) - Method in interface org.osgi.service.obr.Resolver
 
Deque - Interface in edu.emory.mathcs.backport.java.util
A linear collection that supports element insertion and removal at both ends.
descendingIterator() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
 
descendingIterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Returns an iterator over the elements in this set in descending order.
descendingIterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Returns an iterator over the elements in this deque in reverse sequential order.
descendingIterator() - Method in interface edu.emory.mathcs.backport.java.util.Deque
Returns an iterator over the elements in this deque in reverse sequential order.
descendingIterator() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
descendingIterator() - Method in interface edu.emory.mathcs.backport.java.util.NavigableSet
Returns an iterator over the elements in this set, in descending order.
descendingIterator() - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
descendingKeySet() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ConcurrentNavigableMap
Returns a reverse order NavigableSet view of the keys contained in this map.
descendingKeySet() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
descendingKeySet() - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns a reverse order NavigableSet view of the keys contained in this map.
descendingKeySet() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
descendingMap() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ConcurrentNavigableMap
Returns a reverse order view of the mappings contained in this map.
descendingMap() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
descendingMap() - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns a reverse order view of the mappings contained in this map.
descendingMap() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
descendingSet() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Returns a reverse order view of the elements contained in this set.
descendingSet() - Method in interface edu.emory.mathcs.backport.java.util.NavigableSet
Returns a reverse order view of the elements contained in this set.
descendingSet() - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
DESCRIPTION - Static variable in interface org.osgi.service.obr.Resource
 
deserialize(String) - Static method in class com.buglabs.osgi.cm.persistance.SerializationUtils
 
deserialize(File) - Static method in class com.buglabs.osgi.cm.persistance.SerializationUtils
 
destroy() - Method in interface javax.servlet.Filter
Called by the web container to indicate to a filter that it is being taken out of service.
destroy() - Method in class javax.servlet.GenericServlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
destroy() - Method in interface javax.servlet.Servlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
DEV_COORD_STARTING - Static variable in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
DEV_END_DEVICE - Static variable in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
DEV_END_DEVICE_UNAUTH - Static variable in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
DEV_HOLD - Static variable in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
DEV_INIT - Static variable in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
DEV_NWK_DISC - Static variable in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
DEV_NWK_JOINING - Static variable in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
DEV_NWK_ORPHAN - Static variable in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
DEV_NWK_REJOIN - Static variable in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
DEV_ROUTER - Static variable in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
DEV_ZB_COORD - Static variable in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
device - Variable in class com.buglabs.bug.jni.bugbee.BUGBeeNet
 
deviceName - Static variable in class org.thenesis.midpath.sound.SoundToolkit
 
DIGEST_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Basic authentication.
DirectedTestCases - Class in com.buglabs.osgi.obr.tests
 
DirectedTestCases() - Constructor for class com.buglabs.osgi.obr.tests.DirectedTestCases
 
disable() - Method in interface com.buglabs.bug.module.lcd.pub.ILCDModuleControl
 
disable() - Method in class com.buglabs.bug.module.lcd.pub.LCDModlet
 
DISABLED_STATE - Static variable in class com.buglabs.bug.service.MenuAccessAdapter
 
discover(int) - Method in class com.buglabs.bug.menu.StatusBar
 
discover(int) - Method in class com.buglabs.bug.module.audio.pub.AudioWS
 
discover(int) - Method in class com.buglabs.bug.module.bugbee.pub.BUGBeeWS
 
discover(int) - Method in class com.buglabs.bug.module.camera.CameraModlet
 
discover(int) - Method in class com.buglabs.bug.module.gps.GPSModlet
 
discover(int) - Method in class com.buglabs.bug.module.motion.MotionWS
 
discover(int) - Method in class com.buglabs.bug.module.motion.pub.AccelerationWS
 
discover(int) - Method in class com.buglabs.bug.module.vonhippel.pub.VonHippelWS
 
discover(int) - Method in class com.buglabs.services.ws.DefaultWSImplementation
 
discover(int) - Method in interface com.buglabs.services.ws.PublicWSProvider
 
discoverResources(String) - Method in class com.buglabs.osgi.obr.RepositoryAdminImpl
 
discoverResources(String) - Method in interface org.osgi.service.obr.RepositoryAdmin
 
disjoint(Collection, Collection) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
displayImage(BundleContext, boolean[][]) - Static method in class com.buglabs.bug.menu.pub.StatusBarUtils
Allocates space and displays a bitmap.
displayImage(BundleContext, boolean[][], String) - Static method in class com.buglabs.bug.menu.pub.StatusBarUtils
Allocates space and displays a bitmap, checking with CM to determine if user has disabled image.
displayText(BundleContext, String) - Static method in class com.buglabs.bug.menu.pub.StatusBarUtils
Allocates space and displays a text message.
dispose() - Method in class com.buglabs.bug.base.BaseDisplay
 
dispose() - Method in class com.buglabs.bug.base.FramebufferDevice
 
dispose() - Method in class com.buglabs.bug.base.ToneGenerator
 
dispose() - Method in class com.buglabs.bug.module.bugbee.BUGBeeLEDControl
 
dispose() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
Close input and output streams.
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.
doADC() - Method in interface com.buglabs.bug.module.vonhippel.pub.IVonHippelModuleControl
Writes control word to ADC for channel 0 single-ended conversion
doADC() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
 
DOCUMENTATION_URI - Static variable in interface org.osgi.service.obr.Resource
 
doDAC() - Method in interface com.buglabs.bug.module.vonhippel.pub.IVonHippelModuleControl
Write DAC (both channels and input registers) Note that this method should be refactored to accept params
doDAC() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class com.buglabs.bug.program.ProgramServlet
Implementation of doDelete that uninstalls supplied bundle
doDelete(HttpServletRequest, HttpServletResponse) - Method in class com.buglabs.bug.service.WSServlet
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a DELETE request.
doDeleteCalled - Variable in class com.buglabs.osgi.http.test.BasicHTTPServiceTestCase
 
doDeleteCalled - Variable in class com.buglabs.osgi.http.test.BinaryTestCases
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in interface javax.servlet.Filter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFilter(ServletRequest, ServletResponse) - Method in interface javax.servlet.FilterChain
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.buglabs.bug.base.InfoServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.buglabs.bug.module.ModuleServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.buglabs.bug.module.PackageServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.buglabs.bug.program.ConfigAdminServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.buglabs.bug.program.ProgramServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.buglabs.bug.service.WSServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.buglabs.osgi.http.test.CounterServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a GET request.
doGetCalled - Variable in class com.buglabs.osgi.http.test.BasicHTTPServiceTestCase
 
doGetCalled - Variable in class com.buglabs.osgi.http.test.BinaryTestCases
 
doHead(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Receives an HTTP HEAD request from the protected service method and handles the request.
done() - Method in class com.buglabs.bug.jni.freetype.FreeType
 
done() - Method in class edu.emory.mathcs.backport.java.util.concurrent.FutureTask
Protected method invoked when this task transitions to state isDone (whether normally or via cancellation).
DONT_BREAK_LINES - Static variable in class com.buglabs.osgi.http.test.Base64
Don't break lines when encoding (violates strict Base64 specification)
DONT_BREAK_LINES - Static variable in class com.buglabs.util.Base64
Don't break lines when encoding (violates strict Base64 specification)
DONT_RESET - Static variable in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a OPTIONS request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.buglabs.bug.module.ModuleServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.buglabs.bug.program.ProgramServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.buglabs.bug.service.WSServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a POST request.
doPostCalled - Variable in class com.buglabs.osgi.http.test.BasicHTTPServiceTestCase
 
doPostCalled - Variable in class com.buglabs.osgi.http.test.BinaryTestCases
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class com.buglabs.bug.event.EventServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class com.buglabs.bug.program.ConfigAdminServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class com.buglabs.bug.service.WSServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a PUT request.
doPutCalled - Variable in class com.buglabs.osgi.http.test.BasicHTTPServiceTestCase
 
doPutCalled - Variable in class com.buglabs.osgi.http.test.BinaryTestCases
 
doStart() - Method in class com.buglabs.application.AbstractServiceTracker
Invoked when all services have been registered.
doStart() - Method in class com.buglabs.bug.module.audio.tests.TestSuiteServiceTracker
 
doStart() - Method in class com.buglabs.bug.module.vonhippel.tests.TestSuiteServiceTracker
 
doStart() - Method in class com.buglabs.osgi.http.test.TestSuiteServiceTracker
 
doStop() - Method in class com.buglabs.application.AbstractServiceTracker
Invoked when a service is unregistered.
doStop() - Method in class com.buglabs.bug.module.audio.tests.TestSuiteServiceTracker
 
doStop() - Method in class com.buglabs.bug.module.vonhippel.tests.TestSuiteServiceTracker
 
doStop() - Method in class com.buglabs.osgi.http.test.TestSuiteServiceTracker
 
doTimedWait(WaitQueue.QueuedSync, long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue.WaitNode
 
doTrace(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a TRACE request.
doubleValue() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
 
doubleValue() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
 
doWait(WaitQueue.QueuedSync) - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue.WaitNode
 
doWaitUninterruptibly(WaitQueue.QueuedSync) - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue.WaitNode
 
drain() - Method in class org.thenesis.midpath.sound.AbstractLine
 
drain() - Method in interface org.thenesis.midpath.sound.Line
 
drain() - Method in class org.thenesis.midpath.sound.SoftMixer.SoftMixerLine
 
drainPermits() - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Acquires and returns all permits that are immediately available.
drainTo(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
 
drainTo(Collection, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
 
drainTo(Collection) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingQueue
Removes all available elements from this queue and adds them to the given collection.
drainTo(Collection, int) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingQueue
Removes at most the given number of available elements from this queue and adds them to the given collection.
drainTo(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
 
drainTo(Collection, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
 
drainTo(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
drainTo(Collection, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
drainTo(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
 
drainTo(Collection, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
 
drainTo(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
 
drainTo(Collection, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
 
drainTo(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
 
drainTo(Collection, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
 
DspState - Class in com.jcraft.jorbis
 
DspState() - Constructor for class com.jcraft.jorbis.DspState
 
DynamicByteBuffer - Class in com.buglabs.osgi.http.pub
A ADT for storing an arbitrary list of bytes.
DynamicByteBuffer() - Constructor for class com.buglabs.osgi.http.pub.DynamicByteBuffer
 
DynamicByteBuffer(int) - Constructor for class com.buglabs.osgi.http.pub.DynamicByteBuffer
 
DynamicByteBufferTests - Class in com.buglabs.osgi.http.test
This exersizes the DynamicByteBuffer abstract data type.
DynamicByteBufferTests() - Constructor for class com.buglabs.osgi.http.test.DynamicByteBufferTests
 
DYNAMICIMPORT_PACKAGE - Static variable in interface org.osgi.framework.Constants
Manifest header (named "DynamicImport-Package") identifying the names of the packages that the bundle may dynamically import during execution.

E

E - Static variable in class com.jcraft.jorbis.StrictMath
The most accurate approximation to the mathematical constant e: 2.718281828459045.
e_o_s - Variable in class com.jcraft.jogg.Packet
 
e_o_s - Variable in class com.jcraft.jogg.StreamState
 
edu.emory.mathcs.backport.java.util - package edu.emory.mathcs.backport.java.util
 
edu.emory.mathcs.backport.java.util.concurrent - package edu.emory.mathcs.backport.java.util.concurrent
Utility classes commonly useful in concurrent programming.
edu.emory.mathcs.backport.java.util.concurrent.atomic - package edu.emory.mathcs.backport.java.util.concurrent.atomic
Atomics A small toolkit of classes that support lock-free thread-safe programming on single variables.
edu.emory.mathcs.backport.java.util.concurrent.helpers - package edu.emory.mathcs.backport.java.util.concurrent.helpers
Auxiliary and helper classes for backport.util.concurrent, NOT present in java.util.concurrent.
edu.emory.mathcs.backport.java.util.concurrent.locks - package edu.emory.mathcs.backport.java.util.concurrent.locks
Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
element() - Method in class edu.emory.mathcs.backport.java.util.AbstractQueue
Retrieves, but does not remove, the head of this queue.
element() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Retrieves, but does not remove, the head of the queue represented by this deque.
element() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque).
element() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Retrieves, but does not remove, the head of the queue represented by this deque.
element() - Method in interface edu.emory.mathcs.backport.java.util.Deque
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque).
element() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
element() - Method in class edu.emory.mathcs.backport.java.util.PriorityQueue
Retrieves, but does not remove, the head of this queue.
element() - Method in interface edu.emory.mathcs.backport.java.util.Queue
Retrieves, but does not remove, the head of this queue.
elements() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Returns an enumeration of the values in this table.
emptyList() - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
emptyMap() - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
emptySet() - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
enable() - Method in interface com.buglabs.bug.module.lcd.pub.ILCDModuleControl
 
enable() - Method in class com.buglabs.bug.module.lcd.pub.LCDModlet
 
ENABLED - Static variable in class com.buglabs.bug.service.PublicWSAdminImpl
 
ENABLED_STATE - Static variable in class com.buglabs.bug.service.MenuAccessAdapter
 
ENCODE - Static variable in class com.buglabs.osgi.http.test.Base64
Specify encoding.
ENCODE - Static variable in class com.buglabs.util.Base64
Specify encoding.
encodeBytes(byte[]) - Static method in class com.buglabs.osgi.http.test.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class com.buglabs.osgi.http.test.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class com.buglabs.osgi.http.test.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class com.buglabs.osgi.http.test.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[]) - Static method in class com.buglabs.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class com.buglabs.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class com.buglabs.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class com.buglabs.util.Base64
Encodes a byte array into Base64 notation.
encodeFromFile(String) - Static method in class com.buglabs.osgi.http.test.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeFromFile(String) - Static method in class com.buglabs.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class com.buglabs.osgi.http.test.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class com.buglabs.osgi.http.test.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable) - Static method in class com.buglabs.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class com.buglabs.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeRedirectURL(String) - Method in class com.buglabs.osgi.http.ServletResponseImpl
 
encodeRedirectUrl(String) - Method in class com.buglabs.osgi.http.ServletResponseImpl
 
encodeRedirectURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encodes the specified URL for use in the sendRedirect method or, if encoding is not needed, returns the URL unchanged.
encodeRedirectUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated. As of version 2.1, use encodeRedirectURL(String url) instead
encodeRedirectURL(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return encodeRedirectURL(String url) on the wrapped response object.
encodeRedirectUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return encodeRedirectUrl(String url) on the wrapped response object.
encodeToFile(byte[], String) - Static method in class com.buglabs.osgi.http.test.Base64
Convenience method for encoding data to a file.
encodeToFile(byte[], String) - Static method in class com.buglabs.util.Base64
Convenience method for encoding data to a file.
encodeURL(String) - Method in class com.buglabs.osgi.http.ServletResponseImpl
 
encodeUrl(String) - Method in class com.buglabs.osgi.http.ServletResponseImpl
 
encodeURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged.
encodeUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated. As of version 2.1, use encodeURL(String url) instead
encodeURL(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call encodeURL(String url) on the wrapped response object.
encodeUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call encodeUrl(String url) on the wrapped response object.
endOfMediaReached() - Method in class com.buglabs.bug.base.SoundPlayer
 
endOfMediaReached() - Method in class com.buglabs.bug.module.audio.AudioPlayer
 
entrySet() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
enumeration(Collection) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
eof() - Method in class com.jcraft.jogg.StreamState
 
eos() - Method in class com.jcraft.jogg.Page
 
equals(Object) - Method in class com.buglabs.bug.accelerometer.pub.AccelerometerConfiguration
 
equals(Object) - Method in class com.buglabs.bug.event.Subscriber
 
equals(Object) - Method in class com.buglabs.bug.module.accelerometer.pub.AccelerometerConfiguration
 
equals(Object) - Method in class com.buglabs.menu.AbstractMenuNode
 
equals(Object) - Method in class com.buglabs.module.ModuleProperty
 
equals(Object) - Method in class com.buglabs.osgi.cm.impl.ConfigurationImpl
 
equals(Object) - Method in class com.buglabs.osgi.obr.CapabilityImpl
 
equals(Object) - Method in class com.buglabs.osgi.obr.RequirementImpl
 
equals(Object) - Method in class com.buglabs.osgi.obr.ResourceImpl
 
equals(Object) - Method in class com.buglabs.osgi.obr.SortableResourceContainer
 
equals(Object) - Method in class com.buglabs.util.Version
 
equals(Object) - Method in class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleEntry
 
equals(Object) - Method in class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleImmutableEntry
 
equals(long[], long[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
equals(int[], int[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
equals(short[], short[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
equals(char[], char[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
equals(byte[], byte[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
equals(boolean[], boolean[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
equals(double[], double[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
equals(float[], float[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
equals(Object[], Object[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
equals(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Compares the specified object with this map for equality.
equals(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Compares the specified object with this set for equality.
equals(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
equals(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Compares the specified object with this set for equality.
equals(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap.Entry
 
equals(Object) - Method in class org.osgi.framework.AdminPermission
Determines the equality of two AdminPermission objects.
equals(Object) - Method in interface org.osgi.framework.Filter
Compares this Filter object to another object.
equals(Object) - Method in class org.osgi.framework.PackagePermission
Determines the equality of two PackagePermission objects.
equals(Object) - Method in class org.osgi.framework.ServicePermission
Determines the equalty of two ServicePermission objects.
equals(Object) - Method in interface org.osgi.service.cm.Configuration
Equality is defined to have equal PIDs Two Configuration objects are equal when their PIDs are equal.
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.
err - Variable in class com.buglabs.osgi.shell.pub.AbstractCommand
 
ERROR - Static variable in class org.osgi.framework.FrameworkEvent
An error has occurred.
EV_ABS - Static variable in class com.buglabs.bug.jni.input.InputEvent
 
EV_FF - Static variable in class com.buglabs.bug.jni.input.InputEvent
 
EV_FF_STATUS - Static variable in class com.buglabs.bug.jni.input.InputEvent
 
EV_KEY - Static variable in class com.buglabs.bug.jni.input.InputEvent
 
EV_LED - Static variable in class com.buglabs.bug.jni.input.InputEvent
 
EV_MAX - Static variable in class com.buglabs.bug.jni.input.InputEvent
 
EV_MSC - Static variable in class com.buglabs.bug.jni.input.InputEvent
 
EV_PWR - Static variable in class com.buglabs.bug.jni.input.InputEvent
 
EV_REL - Static variable in class com.buglabs.bug.jni.input.InputEvent
 
EV_REP - Static variable in class com.buglabs.bug.jni.input.InputEvent
 
EV_SND - Static variable in class com.buglabs.bug.jni.input.InputEvent
 
EV_SW - Static variable in class com.buglabs.bug.jni.input.InputEvent
 
EV_SYN - Static variable in class com.buglabs.bug.jni.input.InputEvent
 
evaluate(String, XmlNode, int) - Static method in class com.buglabs.util.XpathQuery
Execute a XPath query against a node.
EVENT_INSERT - Static variable in class com.buglabs.bug.bmi.pub.BMIMessage
 
EVENT_REMOVE - Static variable in class com.buglabs.bug.bmi.pub.BMIMessage
 
EVENT_STREAM_ADDED - Static variable in class com.buglabs.util.StreamMultiplexerEvent
A new input stream has been requested.
EVENT_STREAM_REMOVED - Static variable in class com.buglabs.util.StreamMultiplexerEvent
An input stream has been closed.
EventServlet - Class in com.buglabs.bug.event
 
EventServlet(Map) - Constructor for class com.buglabs.bug.event.EventServlet
 
EventTestCases - Class in com.buglabs.bug.event.tests
 
EventTestCases() - Constructor for class com.buglabs.bug.event.tests.EventTestCases
 
exchange(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.Exchanger
Waits for another thread to arrive at this exchange point (unless it is interrupted), and then transfers the given object to it, receiving its object in return.
exchange(Object, long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.Exchanger
Waits for another thread to arrive at this exchange point (unless the current thread is interrupted or the specified waiting time elapses), and then transfers the given object to it, receiving its object in return.
Exchanger - Class in edu.emory.mathcs.backport.java.util.concurrent
A synchronization point at which threads can pair and swap elements within pairs.
Exchanger() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.Exchanger
Creates a new Exchanger.
execDelete - Variable in class com.buglabs.bug.service.tests.PublicWSTests
 
execDelete - Variable in class com.buglabs.bug.service.tests.PublicWSWithParamsTests
 
execPost - Variable in class com.buglabs.bug.service.tests.PublicWSTests
 
execPost - Variable in class com.buglabs.bug.service.tests.PublicWSWithParamsTests
 
execPut - Variable in class com.buglabs.bug.service.tests.PublicWSTests
 
execPut - Variable in class com.buglabs.bug.service.tests.PublicWSWithParamsTests
 
execute() - Method in class com.buglabs.bug.bugnet.AppInstallNode
 
execute() - Method in class com.buglabs.bug.bugnet.AppUninstallNode
 
execute() - Method in class com.buglabs.bug.bugnet.RefreshNode
 
execute() - Method in class com.buglabs.bug.bugnet.UpdateNode
 
execute(int, String, Map, Map) - Method in class com.buglabs.bug.bugnet.ws.BugNetWSProvider
 
execute(IBaseDisplay) - Method in class com.buglabs.bug.menu.FolderMenuNode
 
execute(int, String) - Method in class com.buglabs.bug.menu.StatusBar
 
execute(int, String) - Method in class com.buglabs.bug.module.audio.pub.AudioWS
 
execute(int, String) - Method in class com.buglabs.bug.module.bugbee.pub.BUGBeeWS
 
execute(int, String) - Method in class com.buglabs.bug.module.camera.CameraModlet
 
execute(int, String) - Method in class com.buglabs.bug.module.gps.GPSModlet
 
execute(IBaseDisplay) - Method in class com.buglabs.bug.module.MenuAdapter
 
execute(int, String) - Method in class com.buglabs.bug.module.motion.MotionWS
 
execute(int, String) - Method in class com.buglabs.bug.module.motion.pub.AccelerationWS
 
execute(int, String) - Method in class com.buglabs.bug.module.vonhippel.pub.VonHippelWS
 
execute() - Method in class com.buglabs.bug.update.MenuAdapter
 
execute() - Method in class com.buglabs.menu.AbstractMenuNode
 
execute() - Method in interface com.buglabs.menu.IMenuNode
If menu node is a leaf, the user has selected this node for execution.
execute() - Method in class com.buglabs.osgi.obr.shell.OBR
 
execute() - Method in class com.buglabs.osgi.shell.commands.concierge.Bundles
 
execute() - Method in class com.buglabs.osgi.shell.commands.concierge.GC
 
execute() - Method in class com.buglabs.osgi.shell.commands.concierge.Package
 
execute() - Method in interface com.buglabs.osgi.shell.ICommand
 
execute(String) - Method in class com.buglabs.osgi.shell.internal.ConsoleListener
 
execute(String) - Method in interface com.buglabs.osgi.shell.pub.IShellCommandExecutor
Execute a command.
execute(int, String) - Method in class com.buglabs.services.ws.DefaultWSImplementation
 
execute(int, String, Map, Map) - Method in class com.buglabs.services.ws.DefaultWSImplementationWithParams
 
execute(int, String) - Method in interface com.buglabs.services.ws.PublicWSProvider
Execute a service.
execute(int, String, Map, Map) - Method in interface com.buglabs.services.ws.PublicWSProviderWithParams
Execute a service with get and post parameters passed in.
execute(Runnable) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.Executor
Executes the given command at some time in the future.
execute(Runnable) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
Executes command with zero required delay.
execute(Runnable) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Executes the given task sometime in the future.
ExecutionException - Exception in edu.emory.mathcs.backport.java.util.concurrent
Exception thrown when attempting to retrieve the result of a task that aborted by throwing an exception.
ExecutionException() - Constructor for exception edu.emory.mathcs.backport.java.util.concurrent.ExecutionException
Constructs an ExecutionException with no detail message.
ExecutionException(String) - Constructor for exception edu.emory.mathcs.backport.java.util.concurrent.ExecutionException
Constructs an ExecutionException with the specified detail message.
ExecutionException(String, Throwable) - Constructor for exception edu.emory.mathcs.backport.java.util.concurrent.ExecutionException
Constructs an ExecutionException with the specified detail message and cause.
ExecutionException(Throwable) - Constructor for exception edu.emory.mathcs.backport.java.util.concurrent.ExecutionException
Constructs an ExecutionException with the specified cause.
Executor - Interface in edu.emory.mathcs.backport.java.util.concurrent
An object that executes submitted Runnable tasks.
ExecutorCompletionService - Class in edu.emory.mathcs.backport.java.util.concurrent
A CompletionService that uses a supplied Executor to execute tasks.
ExecutorCompletionService(Executor) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ExecutorCompletionService
Creates an ExecutorCompletionService using the supplied executor for base task execution and a LinkedBlockingQueue as a completion queue.
ExecutorCompletionService(Executor, BlockingQueue) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.ExecutorCompletionService
Creates an ExecutorCompletionService using the supplied executor for base task execution and the supplied queue as its completion queue.
Executors - Class in edu.emory.mathcs.backport.java.util.concurrent
Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory, and Callable classes defined in this package.
ExecutorService - Interface in edu.emory.mathcs.backport.java.util.concurrent
An Executor that provides methods to manage termination and methods that can produce a Future for tracking progress of one or more asynchronous tasks.
exp(double) - Static method in class com.jcraft.jorbis.StrictMath
Take ea.
EXPORT - Static variable in class org.osgi.framework.PackagePermission
The action string export.
EXPORT_PACKAGE - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Export-Package") identifying the names (and optionally version numbers) of the packages that the bundle offers to the Framework for export.
EXPORT_SERVICE - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Export-Service") identifying the fully qualified class names of the services that the bundle may register (used for informational purposes only).
ExportedPackage - Interface in org.osgi.service.packageadmin
An exported package.
extract() - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.FIFOWaitQueue
 
extract() - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue
 

F

F - Static variable in class org.osgi.util.measurement.Unit
The capacitance unit farad (F).
FCNTL_H - Class in com.buglabs.bug.jni.common
 
FCNTL_H() - Constructor for class com.buglabs.bug.jni.common.FCNTL_H
 
fd - Variable in class com.buglabs.bug.jni.common.CharDevice
 
FIFOWaitQueue - Class in edu.emory.mathcs.backport.java.util.concurrent.helpers
Simple linked list queue used in FIFOSemaphore.
FIFOWaitQueue() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.helpers.FIFOWaitQueue
 
FILE_EXTENSION - Static variable in class com.buglabs.osgi.cm.ConfigurationAdminActivator
 
fill(long[], long) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(long[], int, int, long) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(int[], int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(int[], int, int, int) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(short[], short) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(short[], int, int, short) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(char[], char) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(char[], int, int, char) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(byte[], byte) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(byte[], int, int, byte) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(boolean[], boolean) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(boolean[], int, int, boolean) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(double[], double) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(double[], int, int, double) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(float[], float) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(float[], int, int, float) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(Object[], Object) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(Object[], int, int, Object) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
fill(List, Object) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
Filter - Interface in javax.servlet
A filter is an object than perform filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both.

Filters perform filtering in the doFilter method.
Filter - Interface in org.osgi.framework
An RFC 1960-based Filter.
FilterChain - Interface in javax.servlet
A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource.
FilterConfig - Interface in javax.servlet
A filter configuration object used by a servlet container used to pass information to a filter during initialization.
finalize() - Method in class com.buglabs.osgi.obr.shell.OBR
 
finalize() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Invokes shutdown when this executor is no longer referenced and there are no threads.
findBundle(BundleContext, long) - Static method in class com.buglabs.osgi.shell.pub.BundleUtils
Search (n) for a bundle with given bundleId
findBundle(BundleContext, String) - Static method in class com.buglabs.osgi.shell.pub.BundleUtils
Search for Bundle with header "Bundle-Name" as passed bundleName parameter.
findBundle(BundleContext, Object) - Static method in class com.buglabs.osgi.shell.pub.BundleUtils
 
findBundle(BundleContext, String, String) - Static method in class com.buglabs.osgi.shell.pub.BundleUtils
Find bundle with given name/value pair in header.
findDeviceRequest(IEEEAddress) - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
findDeviceRequest(IEEEAddress) - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
first() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
 
first() - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
firstEntry() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the least key in this map, or null if the map is empty.
firstEntry() - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns a key-value mapping associated with the least key in this map, or null if the map is empty.
firstEntry() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
firstKey() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
firstKey() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
floatValue() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
 
floatValue() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
 
floor(double) - Static method in class com.jcraft.jorbis.StrictMath
Take the nearest integer that is that is less than or equal to the argument.
floor(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
 
floor(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableSet
Returns the greatest element in this set less than or equal to the given element, or null if there is no such element.
floor(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
floorEntry(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the greatest key less than or equal to the given key, or null if there is no such key.
floorEntry(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns a key-value mapping associated with the greatest key less than or equal to the given key, or null if there is no such key.
floorEntry(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
floorKey(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
floorKey(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns the greatest key less than or equal to the given key, or null if there is no such key.
floorKey(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
flush(Page) - Method in class com.jcraft.jogg.StreamState
 
flushBase64() - Method in class com.buglabs.osgi.http.test.Base64.OutputStream
Method added by PHIL.
flushBase64() - Method in class com.buglabs.util.Base64.Base64OutputStream
Method added by PHIL.
flushBuffer() - Method in class com.buglabs.osgi.http.ServletResponseImpl
 
flushBuffer() - Method in interface javax.servlet.ServletResponse
Forces any content in the buffer to be written to the client.
flushBuffer() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call flushBuffer() on the wrapped response object.
FolderMenuNode - Class in com.buglabs.bug.menu
A menu node to contain child nodes.
FolderMenuNode(String, IMenuNode) - Constructor for class com.buglabs.bug.menu.FolderMenuNode
 
FolderMenuNode(String) - Constructor for class com.buglabs.bug.menu.FolderMenuNode
 
FORM_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Basic authentication.
forward(ServletRequest, ServletResponse) - Method in interface javax.servlet.RequestDispatcher
Forwards a request from a servlet to another resource (servlet, JSP file, or HTML file) on the server.
FramebufferDevice - Class in com.buglabs.bug.base
Base implementation of base LCD framebuffer.
FramebufferDevice() - Constructor for class com.buglabs.bug.base.FramebufferDevice
 
Framework - Class in ch.ethz.iks.concierge.framework
The core class of the Concierge OSGi framework.
FRAMEWORK_EXECUTIONENVIRONMENT - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.framework.executionenvironment") identifying execution environments provided by the Framework.
FRAMEWORK_LANGUAGE - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.framework.language") identifying the Framework implementation language (see ISO 639 for possible values).
FRAMEWORK_OS_NAME - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.framework.os.name") identifying the Framework host-computer's operating system.
FRAMEWORK_OS_VERSION - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.framework.os.version") identifying the Framework host-computer's operating system version number.
FRAMEWORK_PROCESSOR - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.framework.processor") identifying the Framework host-computer's processor name.
FRAMEWORK_VENDOR - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.framework.vendor") identifying the Framework implementation vendor.
FRAMEWORK_VERSION - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.framework.version") identifying the Framework version.
FrameworkEvent - Class in org.osgi.framework
A general Framework event.
FrameworkEvent(int, Object) - Constructor for class org.osgi.framework.FrameworkEvent
Deprecated. Since 1.2. This constructor is deprecated in favor of using the other constructor with the System Bundle as the event source.
FrameworkEvent(int, Bundle, Throwable) - Constructor for class org.osgi.framework.FrameworkEvent
Creates a Framework event regarding the specified bundle.
frameworkEvent(FrameworkEvent) - Method in interface org.osgi.framework.FrameworkListener
Receives notification of a general FrameworkEvent object.
FrameworkListener - Interface in org.osgi.framework
A FrameworkEvent listener.
FreeType - Class in com.buglabs.bug.jni.freetype
 
FreeType() - Constructor for class com.buglabs.bug.jni.freetype.FreeType
 
frequency(Collection, Object) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
Future - Interface in edu.emory.mathcs.backport.java.util.concurrent
A Future represents the result of an asynchronous computation.
FutureTask - Class in edu.emory.mathcs.backport.java.util.concurrent
A cancellable asynchronous computation.
FutureTask(Callable) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.FutureTask
Creates a FutureTask that will upon running, execute the given Callable.
FutureTask(Runnable, Object) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.FutureTask
Creates a FutureTask that will upon running, execute the given Runnable, and arrange that get will return the given result on successful completion.

G

GC - Class in com.buglabs.osgi.shell.commands.concierge
Command to call the garbage collector.
GC() - Constructor for class com.buglabs.osgi.shell.commands.concierge.GC
 
generateServiceFilter(List) - Static method in class com.buglabs.util.ServiceFilterGenerator
 
generateServiceFilter(BundleContext, String[]) - Static method in class com.buglabs.util.ServiceFilterGenerator
Generate a Filter object from an array of Service names and a bundle context.
generateTone(byte, byte) - Method in interface com.buglabs.bug.base.pub.IToneGenerator
Plays a tone via the piezo electric speaker.
generateTone(byte, byte) - Method in class com.buglabs.bug.base.ToneGenerator
 
GenericServlet - Class in javax.servlet
Defines a generic, protocol-independent servlet.
GenericServlet() - Constructor for class javax.servlet.GenericServlet
Does nothing.
get(String) - Method in class com.buglabs.bug.bmi.DefaultBundleCache
 
get(String) - Method in interface com.buglabs.bug.bmi.pub.IBundleCache
 
get(URLConnection) - Static method in class com.buglabs.bug.program.tests.ProgramInterfaceTests
 
GET - Static variable in interface com.buglabs.services.ws.PublicWSProvider
 
get() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicBoolean
Returns the current value.
get() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Gets the current value.
get(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Gets the current value at position i.
get() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Gets the current value.
get(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Gets the current value at position i.
get(boolean[]) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicMarkableReference
Returns the current values of both the reference and the mark.
get() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReference
Gets the current value.
get(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReferenceArray
Gets the current value at position i.
get(int[]) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicStampedReference
Returns the current values of both the reference and the stamp.
get(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
get() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.Future
Waits if necessary for the computation to complete, and then retrieves its result.
get(long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.Future
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.
get() - Method in class edu.emory.mathcs.backport.java.util.concurrent.FutureTask
 
get(long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.FutureTask
 
get(int) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
get(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
GET - Static variable in class org.osgi.framework.ServicePermission
The action string get (Value is "get").
getAccelerationX() - Method in class com.buglabs.bug.accelerometer.pub.AccelerometerSample
 
getAccelerationX() - Method in class com.buglabs.bug.module.accelerometer.pub.AccelerometerSample
 
getAccelerationY() - Method in class com.buglabs.bug.accelerometer.pub.AccelerometerSample
 
getAccelerationY() - Method in class com.buglabs.bug.module.accelerometer.pub.AccelerometerSample
 
getAccelerationZ() - Method in class com.buglabs.bug.accelerometer.pub.AccelerometerSample
 
getAccelerationZ() - Method in class com.buglabs.bug.module.accelerometer.pub.AccelerometerSample
 
getAction() - Method in class com.buglabs.device.ButtonEvent
 
getActions() - Method in class org.osgi.framework.PackagePermission
Returns the canonical string representation of the PackagePermission actions.
getActions() - Method in class org.osgi.framework.ServicePermission
Returns the canonical string representation of the actions.
getActive() - Method in class com.buglabs.bug.menu.StatusBar
 
getActiveCount() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns the approximate number of threads that are actively executing tasks.
getActiveModlets() - Method in class com.buglabs.bug.bmi.Activator
 
getActiveModlets() - Static method in class com.buglabs.bug.bmi.pub.Manager
 
getAddedResources() - Method in class com.buglabs.osgi.obr.SimpleResolver
 
getAddedResources() - Method in class org.osgi.service.obr.HeuristicResolver
 
getAddedResources() - Method in interface org.osgi.service.obr.Resolver
 
getAddress(BundleContext, Advertiser) - Static method in class com.buglabs.bug.slp.AdvertiserIPAddressFactory
This little patch gets the IP for the BUG to be used as the SLP advertiser If it's a real BUG, use the advertiser to return the IP If it's a virtual BUG, try to use LOCALHOST
getAlias(HttpServletRequest) - Static method in class com.buglabs.osgi.http.HttpServer
 
getAllModuleIds() - Method in class com.buglabs.bug.bmi.pub.Manager
 
getAllResources() - Method in class com.buglabs.osgi.obr.RepositoryAdminImpl
 
getAllResources() - Method in interface com.buglabs.osgi.obr.ResourceListProvider
 
getAltitude() - Method in class com.buglabs.nmea.sentences.GGA
 
getAltitude() - Method in class com.buglabs.nmea2.GGA
 
getAltitude() - Method in class org.osgi.util.position.Position
Returns the altitude of this position in meters.
getAndAdd(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Atomically adds the given value to the current value.
getAndAdd(int, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Atomically adds the given value to the element at index i.
getAndAdd(long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Atomically adds the given value to the current value.
getAndAdd(int, long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Atomically adds the given value to the element at index i.
getAndDecrement() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Atomically decrements by one the current value.
getAndDecrement(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Atomically decrements by one the element at index i.
getAndDecrement() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Atomically decrements by one the current value.
getAndDecrement(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Atomically decrements by one the element at index i.
getAndIncrement() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Atomically increments by one the current value.
getAndIncrement(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Atomically increments by one the element at index i.
getAndIncrement() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Atomically increments by one the current value.
getAndIncrement(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Atomically increments by one the element at index i.
getAndSet(boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicBoolean
Atomically sets to the given value and returns the previous value.
getAndSet(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Atomically sets to the given value and returns the old value.
getAndSet(int, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Atomically sets the element at position i to the given value and returns the old value.
getAndSet(long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Atomically sets to the given value and returns the old value.
getAndSet(int, long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Atomically sets the element at position i to the given value and returns the old value.
getAndSet(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReference
Atomically sets to the given value and returns the old value.
getAndSet(int, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReferenceArray
Atomically sets the element at position i to the given value and returns the old value.
getAppPath() - Method in interface com.buglabs.bug.program.pub.IUserAppManager
 
getAppPath() - Method in class com.buglabs.bug.program.UserAppManager
 
getApsAckWaitDuration() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getApsAckWaitDuration() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getApsFrameRetries() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getApsFrameRetries() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getAttribute(String) - Method in class com.buglabs.osgi.http.ServletContextImpl
 
getAttribute(String) - Method in class com.buglabs.util.XmlNode
 
getAttribute(String) - Method in interface javax.servlet.http.HttpSession
Returns the object bound with the specified name in this session, or null if no object is bound under the name.
getAttribute(String) - Method in interface javax.servlet.ServletContext
Returns the servlet container attribute with the given name, or null if there is no attribute by that name.
getAttribute(String) - Method in interface javax.servlet.ServletRequest
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttribute(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to call getAttribute(String name) on the wrapped request object.
getAttributeNames() - Method in class com.buglabs.osgi.http.ServletContextImpl
 
getAttributeNames() - Method in interface javax.servlet.http.HttpSession
Returns an Enumeration of String objects containing the names of all the objects bound to this session.
getAttributeNames() - Method in interface javax.servlet.ServletContext
Returns an Enumeration containing the attribute names available within this servlet context.
getAttributeNames() - Method in interface javax.servlet.ServletRequest
Returns an Enumeration containing the names of the attributes available to this request.
getAttributeNames() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getAttributeNames() on the wrapped request object.
getAttributes() - Method in class com.buglabs.util.XmlNode
 
getAudioFormat() - Method in class org.thenesis.midpath.sound.AlsaBackend
 
getAudioFormat() - Method in interface org.thenesis.midpath.sound.SoundBackend
 
getAudioFormat() - Static method in class org.thenesis.midpath.sound.SoundToolkit
 
getAuthType() - Method in interface javax.servlet.http.HttpServletRequest
Returns the name of the authentication scheme used to protect the servlet.
getAuthType() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getAuthType() on the wrapped request object.
getAutoCTS() - Method in interface com.buglabs.bug.module.vonhippel.pub.IVonHippelSerialPort
 
getAutoCTS() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
 
getAutoRTS() - Method in interface com.buglabs.bug.module.vonhippel.pub.IVonHippelSerialPort
 
getAutoRTS() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
 
getAzimuth() - Method in class com.buglabs.nmea.SV
 
getBackend() - Static method in class org.thenesis.midpath.sound.SoundToolkit
 
getBaudrate() - Method in interface com.buglabs.bug.module.vonhippel.pub.IVonHippelSerialPort
 
getBaudrate() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
 
getBestName(Bundle) - Static method in class com.buglabs.osgi.shell.pub.BundleUtils
Get the best available name for a bundle given it's metadata.
getBindingTime() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getBindingTime() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getBitsPerChar() - Method in interface com.buglabs.bug.module.vonhippel.pub.IVonHippelSerialPort
 
getBitsPerChar() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
 
getBitsPerSample() - Method in class org.thenesis.midpath.sound.codec.WaveFile
 
getBlocking() - Method in interface com.buglabs.bug.module.vonhippel.pub.IVonHippelSerialPort
 
getBlocking() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
 
getBroadcastDeliveryTime() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getBroadcastDeliveryTime() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getBroadcastRetries() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getBroadcastRetries() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getBufferOffset() - Method in class com.jcraft.jogg.SyncState
 
getBufferSize() - Method in class com.buglabs.osgi.http.ServletResponseImpl
 
getBufferSize() - Method in interface javax.servlet.ServletResponse
Returns the actual buffer size used for the response.
getBufferSize() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getBufferSize() on the wrapped response object.
getBufferSize() - Method in class org.thenesis.midpath.sound.AlsaBackend
 
getBufferSize() - Method in interface org.thenesis.midpath.sound.SoundBackend
 
getBufferSize() - Static method in class org.thenesis.midpath.sound.SoundToolkit
 
getBundle() - Method in interface org.osgi.framework.BundleContext
Returns the Bundle object for this context bundle.
getBundle(long) - Method in interface org.osgi.framework.BundleContext
Returns the bundle with the specified identifier.
getBundle() - Method in class org.osgi.framework.BundleEvent
Returns the bundle which had a lifecycle change.
getBundle() - Method in class org.osgi.framework.FrameworkEvent
Returns the bundle associated with the event.
getBundle() - Method in interface org.osgi.framework.ServiceReference
Returns the bundle that registered the service referenced by this ServiceReference object.
getBundle() - Method in interface org.osgi.service.log.LogEntry
Returns the bundle that created this LogEntry object.
getBundleContext() - Method in class com.buglabs.application.AbstractServiceTracker
 
getBundleContext() - Static method in class com.buglabs.bug.menu.tests.Activator
 
getBundleContext() - Static method in class com.buglabs.bug.module.audio.tests.Activator
 
getBundleContext() - Method in class com.buglabs.bug.module.gps.Activator
 
getBundleContext() - Method in class com.buglabs.bug.module.lcd.Activator
 
getBundleContext() - Method in class com.buglabs.bug.module.motion.Activator
 
getBundleContext() - Static method in class com.buglabs.bug.module.tests.Activator
 
getBundleContext() - Static method in class com.buglabs.bug.module.vonhippel.tests.Activator
 
getBundleContext() - Static method in class com.buglabs.osgi.http.test.Activator
 
getBundleId() - Method in interface org.osgi.framework.Bundle
Returns this bundle's identifier.
getBundleLocation() - Method in class com.buglabs.osgi.cm.impl.ConfigurationImpl
 
getBundleLocation() - Method in interface org.osgi.service.cm.Configuration
Get the bundle location.
getBundles() - Method in interface org.osgi.framework.BundleContext
Returns a list of all installed bundles.
getBundleStartLevel(Bundle) - Method in interface org.osgi.service.startlevel.StartLevel
Return the assigned start level value for the specified Bundle.
getBusyName() - Method in class com.buglabs.bug.bugnet.AppInstallNode
 
getBusyName() - Method in class com.buglabs.menu.AbstractMenuNode
 
getBusyName() - Method in interface com.buglabs.menu.IMenuNode
 
getButton() - Method in class com.buglabs.device.ButtonEvent
 
getBytes() - Method in class com.buglabs.bug.module.bugbee.pub.IEEEAddress
 
getBytesPerFrame() - Method in class org.thenesis.midpath.sound.AudioFormat
 
getCapabilities() - Method in class com.buglabs.osgi.obr.ResourceImpl
 
getCapabilities() - Method in interface org.osgi.service.obr.Resource
 
getCategories() - Method in class com.buglabs.osgi.obr.ResourceImpl
 
getCategories() - Method in interface org.osgi.service.obr.Resource
 
getCause() - Method in exception edu.emory.mathcs.backport.java.util.concurrent.ExecutionException
 
getChannel() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getChannel() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getChannelList() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getChannelList() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getChannels() - Method in class org.thenesis.midpath.sound.codec.OggVorbisDecoder
 
getChannels() - Method in class org.thenesis.midpath.sound.codec.WaveFile
 
getCharacterEncoding() - Method in class com.buglabs.osgi.http.ServletResponseImpl
 
getCharacterEncoding() - Method in interface javax.servlet.ServletRequest
Returns the name of the character encoding used in the body of this request.
getCharacterEncoding() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getCharacterEncoding() on the wrapped request object.
getCharacterEncoding() - Method in interface javax.servlet.ServletResponse
Returns the name of the charset used for the MIME body sent in this response.
getCharacterEncoding() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getCharacterEncoding() on the wrapped response object.
getChecksum() - Method in class com.buglabs.nmea.sentences.NMEASentence
 
getChecksum() - Method in class com.buglabs.nmea2.AbstractNMEASentence
 
getChild(Object) - Method in class com.buglabs.bug.menu.FolderMenuNode
 
getChild(String) - Method in class com.buglabs.bug.module.MenuAdapter
 
getChild(String) - Method in class com.buglabs.util.XmlNode
 
getChildren() - Method in class com.buglabs.bug.base.AboutMenuAdapter
 
getChildren() - Method in class com.buglabs.bug.bugnet.AppUninstallNode
 
getChildren() - Method in class com.buglabs.bug.bugnet.BugNetNode
 
getChildren() - Method in class com.buglabs.bug.bugnet.InstallNode
 
getChildren() - Method in class com.buglabs.bug.bugnet.UninstallNode
 
getChildren() - Method in class com.buglabs.bug.menu.BacklightMenuNode
 
getChildren() - Method in class com.buglabs.bug.menu.FolderMenuNode
 
getChildren() - Method in class com.buglabs.bug.menu.Menu.LogEntryStackMenuItem
 
getChildren() - Method in class com.buglabs.bug.menu.pub.LabelMenuItem
 
getChildren() - Method in class com.buglabs.bug.menu.pub.LabelValueMenuItem
 
getChildren() - Method in class com.buglabs.bug.menu.pub.StackMenuItem
 
getChildren() - Method in class com.buglabs.bug.menu.pub.YesNoMenuItem
 
getChildren() - Method in class com.buglabs.bug.module.MenuAdapter
 
getChildren() - Method in class com.buglabs.bug.program.MenuAdapter
 
getChildren() - Method in class com.buglabs.bug.service.MenuAccessAdapter
 
getChildren() - Method in class com.buglabs.bug.service.MenuAdapter
 
getChildren() - Method in class com.buglabs.menu.AbstractMenuNode
 
getChildren() - Method in interface com.buglabs.menu.IMenuNode
 
getChildren() - Method in class com.buglabs.util.XmlNode
 
getColumnBorder() - Method in class com.buglabs.tableviewer.TableViewer
 
getCommands() - Method in class com.buglabs.osgi.obr.shell.OBRCommands
 
getCommands() - Method in class com.buglabs.osgi.shell.commands.concierge.ConciergeCommands
 
getCommands() - Method in class com.buglabs.osgi.shell.internal.CommandParser
 
getCommands() - Method in class com.buglabs.osgi.shell.internal.ConsoleListener
 
getCommands() - Method in class com.buglabs.osgi.shell.internal.ConsoleSocketListener
 
getCommands() - Method in interface com.buglabs.osgi.shell.IShellCommandProvider
 
getComment() - Method in class com.buglabs.osgi.obr.RequirementImpl
 
getComment(int) - Method in class com.jcraft.jorbis.Comment
 
getComment(int) - Method in class com.jcraft.jorbis.VorbisFile
 
getComment() - Method in class com.jcraft.jorbis.VorbisFile
 
getComment() - Method in class javax.servlet.http.Cookie
Returns the comment describing the purpose of this cookie, or null if the cookie has no comment.
getComment() - Method in interface org.osgi.service.obr.Requirement
 
getComments() - Method in class org.thenesis.midpath.sound.codec.OggVorbisDecoder
 
getComparator() - Method in class com.buglabs.menu.AbstractMenuNode
 
getComparator() - Method in interface com.buglabs.menu.IMenuNode
 
getCompletedTaskCount() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns the approximate total number of tasks that have completed execution.
getConfigPANID() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getConfigPANID() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getConfiguration() - Method in interface com.buglabs.bug.accelerometer.pub.IAccelerometerControl
 
getConfiguration() - Method in interface com.buglabs.bug.module.accelerometer.pub.IAccelerometerControl
 
getConfiguration() - Method in class com.buglabs.bug.module.motion.AccelerometerControl
 
getConfiguration(String) - Method in class com.buglabs.osgi.cm.impl.ConfigurationAdminImpl
 
getConfiguration(String, String) - Method in class com.buglabs.osgi.cm.impl.ConfigurationAdminImpl
 
getConfiguration(String, String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
Get an existing Configuration object from the persistent store, or create a new Configuration object.
getConfiguration(String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
Get an existing or new Configuration object from the persistent store.
getConfigurationMap() - Method in class com.buglabs.osgi.cm.ConfigurationAdminActivator
 
getConfigurationObject() - Method in interface org.osgi.framework.Configurable
Returns this service's configuration object.
getContent() - Method in interface com.buglabs.services.ws.IWSResponse
Get content of response.
getContent() - Method in class com.buglabs.services.ws.WSResponse
 
getContentLength() - Method in interface javax.servlet.ServletRequest
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known.
getContentLength() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getContentLength() on the wrapped request object.
getContentType() - Method in class com.buglabs.osgi.http.pub.PostedFile
 
getContentType() - Method in interface javax.servlet.ServletRequest
Returns the MIME type of the body of the request, or null if the type is not known.
getContentType() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getContentType() on the wrapped request object.
getContext() - Method in class com.buglabs.bug.base.tests.Activator
 
getContext() - Method in class com.buglabs.bug.module.camera.tests.Activator
 
getContext() - Method in class com.buglabs.bug.module.gps.tests.Activator
 
getContext() - Method in class com.buglabs.bug.service.tests.Activator
 
getContext() - Method in class com.buglabs.common.tests.Activator
 
getContext() - Method in class com.buglabs.osgi.cm.ConfigurationAdminActivator
 
getContext() - Method in class com.buglabs.osgi.cm.tests.Activator
 
getContext(String) - Method in class com.buglabs.osgi.http.ServletContextImpl
 
getContext() - Method in class com.buglabs.osgi.obr.tests.Activator
 
getContext(String) - Method in interface javax.servlet.ServletContext
Returns a ServletContext object that corresponds to a specified URL on the server.
getContextPath() - Method in interface javax.servlet.http.HttpServletRequest
Returns the portion of the request URI that indicates the context of the request.
getContextPath() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getContextPath() on the wrapped request object.
getContinueExistingPeriodicTasksAfterShutdownPolicy() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
Gets the policy on whether to continue executing existing periodic tasks even when this executor has been shutdown.
getCookies() - Method in interface javax.servlet.http.HttpServletRequest
Returns an array containing all of the Cookie objects the client sent with this request.
getCookies() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getCookies() on the wrapped request object.
getCorePoolSize() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns the core number of threads.
getCost() - Method in class com.buglabs.osgi.obr.SortableResourceContainer
 
getCount() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch
Returns the current count.
getCreationTime() - Method in interface javax.servlet.http.HttpSession
Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.
getData(String, int, String) - Static method in class com.buglabs.bug.tests.common.util.WSUtil
 
getData() - Method in class com.buglabs.osgi.http.pub.PostedFile
 
getData(String, int, String) - Method in class com.buglabs.ws.tests.common.AbstractBugWSTestCase
 
getDataFile(String) - Method in interface org.osgi.framework.BundleContext
Creates a File object for a file in the persistent storage area provided for the bundle by the Framework.
getDataOffset() - Method in class com.jcraft.jogg.SyncState
 
getDataStatus() - Method in class com.buglabs.nmea.sentences.RMC
 
getDataStatus() - Method in class com.buglabs.nmea2.RMC
 
getDateHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns the value of the specified request header as a long value that represents a Date object.
getDateHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getDateHeader(String name) on the wrapped request object.
getDateStamp() - Method in class com.buglabs.nmea.sentences.RMC
 
getDateStamp() - Method in class com.buglabs.nmea2.RMC
 
getDefault() - Static method in class com.buglabs.bug.base.tests.Activator
 
getDefault() - Static method in class com.buglabs.bug.module.camera.tests.Activator
 
getDefault() - Static method in class com.buglabs.bug.module.gps.tests.Activator
 
getDefault() - Static method in class com.buglabs.bug.service.tests.Activator
 
getDefault() - Static method in class com.buglabs.common.tests.Activator
 
getDefault() - Static method in class com.buglabs.osgi.cm.tests.Activator
 
getDefault() - Static method in class com.buglabs.osgi.obr.tests.Activator
 
getDefault() - Static method in class com.buglabs.util.BugBundleActivator
 
getDefaultActivator() - Static method in class com.buglabs.osgi.cm.ConfigurationAdminActivator
 
getDegrees() - Method in class com.buglabs.nmea.DegreesMinutesSeconds
 
getDelay() - Method in class com.buglabs.bug.accelerometer.pub.AccelerometerConfiguration
Timer ticks between the start of 2 sucessive sample sets.
getDelay() - Method in class com.buglabs.bug.module.accelerometer.pub.AccelerometerConfiguration
Timer ticks between the start of 2 sucessive sample sets.
getDelay(TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.Delayed
Returns the remaining delay associated with this object, in the given time unit.
getDelayMode() - Method in class com.buglabs.bug.accelerometer.pub.AccelerometerConfiguration
0 = default delay = 5 millisecond 1 = configured delay
getDelayMode() - Method in class com.buglabs.bug.module.accelerometer.pub.AccelerometerConfiguration
0 = default delay = 5 millisecond 1 = configured delay
getDelayResolution() - Method in class com.buglabs.bug.accelerometer.pub.AccelerometerConfiguration
Timer tick resolution 1 = 1 uSec 2 = 8 uSec 3 = 64 uSec 4 = 256 uSec 5 = 1024 uSec
getDelayResolution() - Method in class com.buglabs.bug.module.accelerometer.pub.AccelerometerConfiguration
Timer tick resolution 1 = 1 uSec 2 = 8 uSec 3 = 64 uSec 4 = 256 uSec 5 = 1024 uSec
getDepth() - Method in class com.buglabs.bug.base.FramebufferDevice
 
getDepth() - Method in interface com.buglabs.device.IFramebufferDevice
Number of colors the display supports.
getDescription() - Method in class com.buglabs.bug.bugnet.ws.BugNetWSProvider
 
getDescription() - Method in class com.buglabs.bug.menu.StatusBar
 
getDescription() - Method in class com.buglabs.bug.module.audio.pub.AudioWS
 
getDescription() - Method in class com.buglabs.bug.module.bugbee.pub.BUGBeeWS
 
getDescription() - Method in class com.buglabs.bug.module.camera.CameraModlet
 
getDescription() - Method in class com.buglabs.bug.module.gps.GPSModlet
 
getDescription() - Method in class com.buglabs.bug.module.motion.MotionWS
 
getDescription() - Method in class com.buglabs.bug.module.motion.pub.AccelerationWS
 
getDescription() - Method in class com.buglabs.bug.module.vonhippel.pub.VonHippelWS
 
getDescription() - Method in class com.buglabs.osgi.obr.shell.OBR
 
getDescription() - Method in class com.buglabs.osgi.shell.commands.concierge.Bundles
 
getDescription() - Method in class com.buglabs.osgi.shell.commands.concierge.GC
 
getDescription() - Method in class com.buglabs.osgi.shell.commands.concierge.Package
 
getDescription() - Method in interface com.buglabs.osgi.shell.ICommand
 
getDescription() - Method in class com.buglabs.osgi.shell.pub.AbstractCommand
 
getDescription() - Method in class com.buglabs.services.ws.DefaultWSImplementation
 
getDescription() - Method in interface com.buglabs.services.ws.PublicWSProvider
 
getDeviceName() - Static method in class org.thenesis.midpath.sound.SoundToolkit
 
getDirection() - Method in class com.buglabs.nmea.DegreesMinutesSeconds
 
getDisplay(String) - Method in class com.buglabs.bug.menu.StatusBar
 
getDisplay(String) - Method in interface com.buglabs.status.IStatusBarProvider
 
getDisplayContents() - Method in interface com.buglabs.bug.tests.common.IDisplayPeeker
 
getDomain() - Method in class javax.servlet.http.Cookie
Returns the domain name set for this cookie.
getDuration() - Method in class com.buglabs.device.ButtonEvent
Deprecated.  
getElevation() - Method in class com.buglabs.nmea.SV
 
getErr() - Method in class com.buglabs.osgi.shell.internal.CommandParser
 
getError() - Method in class org.osgi.util.measurement.Measurement
Returns the error of this Measurement object.
getErrorCode() - Method in class com.buglabs.nmea.sentences.PTTK
 
getErrorCode() - Method in class com.buglabs.nmea2.PTTK
 
getErrorCode() - Method in interface com.buglabs.services.ws.IWSResponse
Return error code if the response is an error.
getErrorCode() - Method in class com.buglabs.services.ws.WSResponse
 
getErrorMessage() - Method in interface com.buglabs.services.ws.IWSResponse
Return error message if the response is an error.
getErrorMessage() - Method in class com.buglabs.services.ws.WSResponse
 
getErrorName() - Method in class com.buglabs.bug.bugnet.AppInstallNode
 
getErrorName() - Method in class com.buglabs.bug.bugnet.InstallNode
 
getErrorName() - Method in class com.buglabs.bug.bugnet.RefreshNode
 
getErrorName() - Method in class com.buglabs.menu.AbstractMenuNode
 
getErrorName() - Method in interface com.buglabs.menu.IMenuNode
 
getEvent() - Method in class com.buglabs.bug.bmi.pub.BMIMessage
 
getException() - Method in exception org.osgi.service.http.NamespaceException
Returns the nested exception.
getException() - Method in interface org.osgi.service.log.LogEntry
Returns the exception object associated with this LogEntry object.
getExecuteExistingDelayedTasksAfterShutdownPolicy() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
Gets the policy on whether to execute existing delayed tasks even when this executor has been shutdown.
getExportedPackage(String) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Gets the ExportedPackage object with the specified package name.
getExportedPackages(Bundle) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Gets the packages exported by the specified bundle.
getExportingBundle() - Method in interface org.osgi.service.packageadmin.ExportedPackage
Returns the bundle exporting the package associated with this ExportedPackage object.
getExtendedPANID() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getExtendedPANID() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getExtends() - Method in class com.buglabs.osgi.obr.ResourceImpl
 
getExtends() - Method in interface org.osgi.service.obr.Resource
 
getFactoryPid() - Method in class com.buglabs.osgi.cm.impl.ConfigurationImpl
 
getFactoryPid() - Method in interface org.osgi.service.cm.Configuration
For a factory configuration return the PID of the corresponding Managed Service Factory, else return null.
getFileAsList(String, String) - Static method in class com.buglabs.bug.base.AboutMenuAdapter
Utility method to return file as list of strings
getFileAsString(String) - Static method in class com.buglabs.bug.base.AboutMenuAdapter
Utility method to return file as list of strings
getFileDescriptor() - Method in class com.buglabs.bug.jni.common.CharDevice
 
getFileName() - Method in class com.buglabs.osgi.http.pub.PostedFile
 
getFilter() - Method in class com.buglabs.osgi.obr.RequirementImpl
 
getFilter() - Method in exception org.osgi.framework.InvalidSyntaxException
Returns the filter string that generated the InvalidSyntaxException object.
getFilter() - Method in interface org.osgi.service.obr.Requirement
 
getFilterName() - Method in interface javax.servlet.FilterConfig
Returns the filter-name of this filter as defined in the deployment descriptor.
getFirst() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
 
getFirst() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
getFirst() - Method in interface edu.emory.mathcs.backport.java.util.Deque
Retrieves, but does not remove, the first element of this deque.
getFirst() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
getFirstElement(String) - Method in class com.buglabs.util.XmlNode
Retrieve a node from this element using xpath-like notation.
getFirstLine(String) - Static method in class com.buglabs.bug.base.AboutMenuAdapter
Utility method to return first line of a file.
getFirstParentOfType(String) - Method in class com.buglabs.menu.AbstractMenuNode
 
getFirstParentOfType(String) - Method in interface com.buglabs.menu.IMenuNode
Iterate through ancestors until one of specified type is found.
getFixQuality() - Method in class com.buglabs.nmea.sentences.GGA
 
getFixQuality() - Method in class com.buglabs.nmea2.GGA
 
getFormat() - Method in class com.buglabs.bug.module.camera.CameraModlet
 
getFormat() - Method in interface com.buglabs.bug.module.camera.pub.ICameraDevice
 
getFormat() - Method in class org.thenesis.midpath.sound.AbstractLine
Gets the format of the line audio data.
getFormat() - Method in interface org.thenesis.midpath.sound.Line
Gets the format of the line audio data.
getFormat() - Method in class org.thenesis.midpath.sound.SoftMixer.SoftMixerLine
Gets the format of the line audio data.
getFormatConversionBufferSize(int, AudioFormat, AudioFormat) - Static method in class org.thenesis.midpath.sound.AudioTools
 
getFrame() - Method in interface com.buglabs.bug.module.lcd.pub.IModuleDisplay
 
getFrame() - Method in class com.buglabs.bug.module.lcd.pub.LCDModlet
 
getFrameConversionBufferSize(int, AudioFormat, AudioFormat) - Static method in class org.thenesis.midpath.sound.AudioTools
 
getFrameCount() - Method in class org.thenesis.midpath.sound.codec.WaveFile
 
getFrameSize() - Method in class org.thenesis.midpath.sound.codec.WaveFile
 
getGeoidHeight() - Method in class com.buglabs.nmea.sentences.GGA
 
getGeoidHeight() - Method in class com.buglabs.nmea2.GGA
 
getGroundSpeed() - Method in class com.buglabs.nmea.sentences.RMC
 
getGroundSpeed() - Method in class com.buglabs.nmea2.RMC
 
getHeader(Bundle, String) - Static method in class com.buglabs.bug.module.PackageServlet
 
getHeader(Bundle, String) - Static method in class com.buglabs.osgi.shell.pub.BundleUtils
 
getHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns the value of the specified request header as a String.
getHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getHeader(String name) on the wrapped request object.
getHeader() - Method in class org.thenesis.midpath.sound.codec.WaveFile
 
getHeaderNames() - Method in interface javax.servlet.http.HttpServletRequest
Returns an enumeration of all the header names this request contains.
getHeaderNames() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getHeaderNames() on the wrapped request object.
getHeaders(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns all the values of the specified request header as an Enumeration of String objects.
getHeaders(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getHeaders(String name) on the wrapped request object.
getHeaders() - Method in interface org.osgi.framework.Bundle
Returns this bundle's Manifest headers and values.
getHeight() - Method in class com.buglabs.bug.base.FramebufferDevice
 
getHeight() - Method in interface com.buglabs.device.IFramebufferDevice
 
getHoldCount() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Queries the number of holds on this lock by the current thread.
getHoldCount() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Queries the number of holds on this write lock by the current thread.
getHour() - Method in class com.buglabs.nmea.Time
 
getHttpContext(String) - Method in class com.buglabs.osgi.http.SharedStateManager
 
getId() - Method in interface com.buglabs.bug.base.pub.IBatteryInfoProvider
 
getId() - Method in class com.buglabs.osgi.obr.ResourceImpl
 
getId() - Method in interface javax.servlet.http.HttpSession
Returns a string containing the unique identifier assigned to this session.
getId() - Method in interface org.osgi.service.obr.Resource
 
getIds() - Method in interface javax.servlet.http.HttpSessionContext
Deprecated. As of Java Servlet API 2.1 with no replacement. This method must return an empty Enumeration and will be removed in a future version of this API.
getIEEEAddress() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getIEEEAddress() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getImage() - Method in class com.buglabs.bug.module.camera.CameraModlet
 
getImage(int, int, int, boolean) - Method in class com.buglabs.bug.module.camera.CameraModlet
 
getImage() - Method in interface com.buglabs.bug.module.camera.pub.ICameraDevice
 
getImage(int, int, int, boolean) - Method in interface com.buglabs.bug.module.camera.pub.ICameraDevice
 
getImageInputStream() - Method in class com.buglabs.bug.module.camera.CameraModlet
 
getImageInputStream() - Method in interface com.buglabs.bug.module.camera.pub.ICameraDevice
 
getImportingBundles() - Method in interface org.osgi.service.packageadmin.ExportedPackage
Returns the resolved bundles that are currently importing the package associated with this ExportedPackage object.
getIndex() - Method in class com.buglabs.bug.module.gps.NMEASentenceProvider
 
getIndex() - Method in interface com.buglabs.bug.module.gps.pub.INMEASentenceProvider
 
getIndirectMessageTimeout() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getIndirectMessageTimeout() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getInfo(int) - Method in class com.jcraft.jorbis.VorbisFile
 
getInfo() - Method in class com.jcraft.jorbis.VorbisFile
 
getInitialBundleStartLevel() - Method in interface org.osgi.service.startlevel.StartLevel
Return the initial start level value that is assigned to a Bundle when it is first installed.
getInitParameter(String) - Method in class com.buglabs.osgi.http.ServletContextImpl
 
getInitParameter(String) - Method in interface javax.servlet.FilterConfig
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in class javax.servlet.GenericServlet
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in interface javax.servlet.ServletConfig
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in interface javax.servlet.ServletContext
Returns a String containing the value of the named context-wide initialization parameter, or null if the parameter does not exist.
getInitParameterNames() - Method in class com.buglabs.osgi.http.ServletContextImpl
 
getInitParameterNames() - Method in interface javax.servlet.FilterConfig
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
getInitParameterNames() - Method in class javax.servlet.GenericServlet
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
getInitParameterNames() - Method in interface javax.servlet.ServletConfig
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
getInitParameterNames() - Method in interface javax.servlet.ServletContext
Returns the names of the context's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the context has no initialization parameters.
getInputStream() - Method in interface com.buglabs.bug.accelerometer.pub.IAccelerometerRawFeed
 
getInputStream() - Method in interface com.buglabs.bug.module.accelerometer.pub.IAccelerometerRawFeed
 
getInputStream() - Method in class com.buglabs.bug.module.audio.pub.AsynchronousAudioPlayer
 
getInputStream() - Method in class com.buglabs.bug.module.audio.pub.SynchronousAudioPlayer
 
getInputStream() - Method in interface com.buglabs.bug.module.gps.pub.INMEARawFeed
 
getInputStream() - Method in interface com.buglabs.bug.module.motion.pub.IMotionRawFeed
Each byte returned by the input stream represents the status byte from the motion detector.
getInputStream() - Method in class com.buglabs.util.StreamMultiplexer
 
getInputStream() - Method in interface javax.servlet.ServletRequest
Retrieves the body of the request as binary data using a ServletInputStream.
getInputStream() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getInputStream() on the wrapped request object.
getInstalledBundles() - Method in interface com.buglabs.bug.program.pub.IUserAppManager
Returns an array of bundles that have been installed since the last time getInstalledBundles() was run.
getInstalledBundles() - Method in class com.buglabs.bug.program.UserAppManager
 
getInstance() - Static method in class com.buglabs.bug.module.gps.Activator
 
getInstance() - Static method in class com.buglabs.bug.module.lcd.Activator
 
getInstance() - Static method in class com.buglabs.bug.module.motion.Activator
 
getIntHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns the value of the specified request header as an int.
getIntHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getIntHeader(String name) on the wrapped request object.
getKeepAliveTime(TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns the thread keep-alive time, which is the amount of time that threads in excess of the core pool size may remain idle before being terminated.
getKey() - Method in class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleEntry
Returns the key corresponding to this entry.
getKey() - Method in class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleImmutableEntry
Returns the key corresponding to this entry.
getKey() - Method in class edu.emory.mathcs.backport.java.util.TreeMap.Entry
 
getLargestPoolSize() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns the largest number of threads that have ever simultaneously been in the pool.
getLast() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
 
getLast() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
 
getLast() - Method in interface edu.emory.mathcs.backport.java.util.Deque
Retrieves, but does not remove, the last element of this deque.
getLast() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
getLastAccessedTime() - Method in interface javax.servlet.http.HttpSession
Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT, and marked by the time the container recieved the request.
getLastButton() - Method in class com.buglabs.bug.menu.MenuStateMachine
 
getLastModified() - Method in class com.buglabs.osgi.obr.RepositoryImpl
 
getLastModified(HttpServletRequest) - Method in class javax.servlet.http.HttpServlet
Returns the time the HttpServletRequest object was last modified, in milliseconds since midnight January 1, 1970 GMT.
getLastModified() - Method in interface org.osgi.service.obr.Repository
 
getLastRMC() - Method in class com.buglabs.bug.module.gps.NMEASentenceProvider
 
getLastRMC() - Method in interface com.buglabs.bug.module.gps.pub.INMEASentenceProvider
 
getLatitude() - Method in class com.buglabs.nmea.sentences.PositionSentence
 
getLatitude() - Method in class com.buglabs.nmea2.GGA
 
getLatitude() - Method in class com.buglabs.nmea2.RMC
 
getLatitude() - Method in class org.osgi.util.position.Position
Returns the latitude of this position in radians.
getLatitudeAsDMS() - Method in class com.buglabs.nmea.sentences.PositionSentence
 
getLatitudeAsDMS() - Method in class com.buglabs.nmea2.RMC
Calculate latitude in degrees minutes seconds units.
getLatitudeLongitude() - Method in class com.buglabs.bug.module.gps.GPSModlet
 
getLatitudeLongitude() - Method in interface com.buglabs.bug.module.gps.pub.IPositionProvider
 
getLength() - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.FIFOWaitQueue
 
getLength() - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue
 
getLevel() - Method in interface org.osgi.service.log.LogEntry
Returns the severity level of this LogEntry object.
getline() - Method in class com.buglabs.bug.jni.common.CharDevice
 
getLines() - Method in class org.thenesis.midpath.sound.Mixer
 
getLocale() - Method in class com.buglabs.osgi.http.ServletResponseImpl
 
getLocale() - Method in interface javax.servlet.ServletRequest
Returns the preferred Locale that the client will accept content in, based on the Accept-Language header.
getLocale() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocale() on the wrapped request object.
getLocale() - Method in interface javax.servlet.ServletResponse
Returns the locale assigned to the response.
getLocale() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getLocale() on the wrapped response object.
getLocales() - Method in interface javax.servlet.ServletRequest
Returns an Enumeration of Locale objects indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
getLocales() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocales() on the wrapped request object.
getLocation() - Method in interface org.osgi.framework.Bundle
Returns this bundle's location identifier.
getLog() - Method in interface org.osgi.service.log.LogReaderService
Returns an Enumeration of all LogEntry objects in the log.
getLogicalType() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getLogicalType() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getLogService(BundleContext) - Static method in class com.buglabs.util.LogServiceUtil
 
getLongitude() - Method in class com.buglabs.nmea.sentences.PositionSentence
 
getLongitude() - Method in class com.buglabs.nmea2.GGA
 
getLongitude() - Method in class com.buglabs.nmea2.RMC
 
getLongitude() - Method in class org.osgi.util.position.Position
Returns the longitude of this position in radians.
getLongitudeAsDMS() - Method in class com.buglabs.nmea.sentences.PositionSentence
 
getLongitudeAsDMS() - Method in class com.buglabs.nmea2.RMC
Calculate longitude in degrees minutes seconds units.
getMagneticVaration() - Method in class com.buglabs.nmea.sentences.RMC
 
getMagneticVariation() - Method in class com.buglabs.nmea2.RMC
 
getMajor() - Method in class com.buglabs.util.Version
 
getMajor() - Method in class org.osgi.service.obr.Version
 
getMajorVersion() - Method in class com.buglabs.osgi.http.ServletContextImpl
 
getMajorVersion() - Method in interface javax.servlet.ServletContext
Returns the major version of the Java Servlet API that this servlet container supports.
getManager() - Static method in class com.buglabs.bug.bmi.pub.Manager
 
getManager(BundleContext, LogService, Map, Map) - Static method in class com.buglabs.bug.bmi.pub.Manager
 
getMap() - Method in class com.buglabs.osgi.http.test.CounterSingleton
 
getMaxAge() - Method in class javax.servlet.http.Cookie
Returns the maximum age of the cookie, specified in seconds, By default, -1 indicating the cookie will persist until browser shutdown.
getMaximumPoolSize() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns the maximum allowed number of threads.
getMaxInactiveInterval() - Method in interface javax.servlet.http.HttpSession
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
getMaxWidth() - Method in class com.buglabs.tableviewer.TableColumn
 
getMessage() - Method in class com.buglabs.nmea.sentences.PTTK
 
getMessage() - Method in class com.buglabs.nmea2.PTTK
 
getMessage() - Method in interface org.osgi.service.log.LogEntry
Returns the human readable message associated with this LogEntry object.
getMessageNumber() - Method in class com.buglabs.nmea.sentences.GSV
 
getMessageNumber() - Method in class com.buglabs.nmea2.GSV
 
getMethod() - Method in interface javax.servlet.http.HttpServletRequest
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getMethod() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getMethod() on the wrapped request object.
getMicro() - Method in class com.buglabs.util.Version
 
getMicro() - Method in class org.osgi.service.obr.Version
 
getMimeType(String) - Method in class com.buglabs.osgi.http.DefaultHttpContext
 
getMimeType(String) - Method in class com.buglabs.osgi.http.ServletContextImpl
 
getMimeType() - Method in interface com.buglabs.services.ws.IWSResponse
Return an appropriate mime-type for content being passed.
getMimeType() - Method in class com.buglabs.services.ws.WSResponse
 
getMimeType(String) - Method in interface javax.servlet.ServletContext
Returns the MIME type of the specified file, or null if the MIME type is not known.
getMimeType(String) - Method in interface org.osgi.service.http.HttpContext
Maps a name to a MIME type.
getMinor() - Method in class com.buglabs.util.Version
 
getMinor() - Method in class org.osgi.service.obr.Version
 
getMinorVersion() - Method in class com.buglabs.osgi.http.ServletContextImpl
 
getMinorVersion() - Method in interface javax.servlet.ServletContext
Returns the minor version of the Servlet API that this servlet container supports.
getMinutes() - Method in class com.buglabs.nmea.DegreesMinutesSeconds
 
getMinutes() - Method in class com.buglabs.nmea.Time
 
getMixer() - Method in class org.thenesis.midpath.sound.AlsaBackend
 
getMixer() - Method in interface org.thenesis.midpath.sound.SoundBackend
 
getModletFactories() - Method in class com.buglabs.bug.bmi.Activator
 
getModule(int) - Static method in class com.buglabs.bug.module.Activator
Get access to the map of currently active modules.
getModuleId() - Method in class com.buglabs.bug.bmi.pub.BMIMessage
 
getModuleId() - Method in class com.buglabs.bug.module.audio.Activator
 
getModuleId() - Method in class com.buglabs.bug.module.audio.AudioModlet
 
getModuleId() - Method in class com.buglabs.bug.module.bugbee.Activator
 
getModuleId() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModlet
 
getModuleId() - Method in class com.buglabs.bug.module.camera.Activator
 
getModuleId() - Method in class com.buglabs.bug.module.camera.CameraModlet
 
getModuleId() - Method in class com.buglabs.bug.module.gps.Activator
 
getModuleId() - Method in class com.buglabs.bug.module.gps.GPSModlet
 
getModuleId() - Method in class com.buglabs.bug.module.lcd.Activator
 
getModuleId() - Method in class com.buglabs.bug.module.lcd.pub.LCDModlet
 
getModuleId() - Method in class com.buglabs.bug.module.motion.Activator
 
getModuleId() - Method in class com.buglabs.bug.module.motion.MotionModlet
 
getModuleId() - Method in interface com.buglabs.bug.module.pub.IModlet
Return the MODULE ID.
getModuleId() - Method in interface com.buglabs.bug.module.pub.IModletFactory
Module Id that this factory supports.
getModuleId() - Method in class com.buglabs.bug.module.vonhippel.Activator
 
getModuleId() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModlet
 
getModuleId() - Method in class com.buglabs.bug.module.wifi.Activator
 
getModuleId() - Method in class com.buglabs.bug.module.wifi.WifiModlet
 
getModuleName() - Method in class com.buglabs.bug.module.audio.AudioModlet
 
getModuleName() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModlet
 
getModuleName() - Method in class com.buglabs.bug.module.camera.CameraModlet
 
getModuleName() - Method in class com.buglabs.bug.module.gps.GPSModlet
 
getModuleName() - Method in class com.buglabs.bug.module.lcd.pub.LCDModlet
 
getModuleName() - Method in class com.buglabs.bug.module.motion.MotionModlet
 
getModuleName() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModlet
 
getModuleName() - Method in class com.buglabs.bug.module.wifi.WifiModlet
 
getModuleName() - Method in interface com.buglabs.module.IModuleControl
Get the human-readable name of this module.
getModuleProperties() - Method in class com.buglabs.bug.module.audio.AudioModlet
 
getModuleProperties() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModlet
 
getModuleProperties() - Method in class com.buglabs.bug.module.camera.CameraModlet
 
getModuleProperties() - Method in class com.buglabs.bug.module.gps.GPSModlet
 
getModuleProperties() - Method in class com.buglabs.bug.module.lcd.pub.LCDModlet
 
getModuleProperties() - Method in class com.buglabs.bug.module.motion.MotionModlet
 
getModuleProperties() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModlet
 
getModuleProperties() - Method in class com.buglabs.bug.module.wifi.WifiModlet
 
getModuleProperties() - Method in interface com.buglabs.module.IModuleControl
Return a list of IModuleProperty elements.
getName() - Method in class com.buglabs.bug.module.audio.Activator
 
getName() - Method in class com.buglabs.bug.module.bugbee.Activator
 
getName() - Method in class com.buglabs.bug.module.camera.Activator
 
getName() - Method in class com.buglabs.bug.module.gps.Activator
 
getName() - Method in class com.buglabs.bug.module.lcd.Activator
 
getName() - Method in class com.buglabs.bug.module.motion.Activator
 
getName() - Method in interface com.buglabs.bug.module.pub.IModletFactory
Get name of factory.
getName() - Method in class com.buglabs.bug.module.vonhippel.Activator
 
getName() - Method in class com.buglabs.bug.module.wifi.Activator
 
getName() - Method in class com.buglabs.menu.AbstractMenuNode
 
getName() - Method in interface com.buglabs.menu.IMenuNode
Name property used in the UI.
getName() - Method in interface com.buglabs.module.IModuleProperty
 
getName() - Method in class com.buglabs.module.ModuleProperty
 
getName() - Method in class com.buglabs.module.MutableModuleProperty
 
getName() - Method in class com.buglabs.nmea2.AbstractNMEASentence
 
getName() - Method in class com.buglabs.osgi.obr.CapabilityImpl
 
getName() - Method in class com.buglabs.osgi.obr.RepositoryImpl
 
getName() - Method in class com.buglabs.osgi.obr.RequirementImpl
 
getName() - Method in class com.buglabs.osgi.obr.shell.OBR
 
getName() - Method in class com.buglabs.osgi.shell.commands.concierge.Bundles
 
getName() - Method in class com.buglabs.osgi.shell.commands.concierge.GC
 
getName() - Method in class com.buglabs.osgi.shell.commands.concierge.Package
 
getName() - Method in interface com.buglabs.osgi.shell.ICommand
 
getName() - Method in class com.buglabs.tableviewer.TableColumn
 
getName() - Method in class com.buglabs.util.XmlNode
 
getName() - Method in class javax.servlet.http.Cookie
Returns the name of the cookie.
getName() - Method in class javax.servlet.http.HttpSessionBindingEvent
Returns the name with which the attribute is bound to or unbound from the session.
getName() - Method in class javax.servlet.ServletContextAttributeEvent
Return the name of the attribute that changed on the ServletContext.
getName() - Method in interface org.osgi.service.cm.ManagedServiceFactory
Return a descriptive name of this factory.
getName() - Method in interface org.osgi.service.obr.Capability
 
getName() - Method in interface org.osgi.service.obr.Repository
 
getName() - Method in interface org.osgi.service.obr.Requirement
 
getName() - Method in interface org.osgi.service.packageadmin.ExportedPackage
Returns the name of the package associated with this ExportedPackage object.
getName() - Method in class org.osgi.util.measurement.State
Returns the name of this State.
getNamedDispatcher(String) - Method in class com.buglabs.osgi.http.ServletContextImpl
 
getNamedDispatcher(String) - Method in interface javax.servlet.ServletContext
Returns a RequestDispatcher object that acts as a wrapper for the named servlet.
getNestedException() - Method in exception org.osgi.framework.BundleException
Returns any nested exceptions included in this exception.
getNextRow() - Method in interface com.buglabs.tableviewer.IContentProvider
 
getNextRow() - Method in class com.buglabs.tableviewer.TestContentProvider
 
getNextSibling() - Method in class com.buglabs.menu.AbstractMenuNode
 
getNextSibling() - Method in interface com.buglabs.menu.IMenuNode
 
getNode(String, XmlNode) - Static method in class com.buglabs.util.XpathQuery
Convienence method.
getNodes(String, XmlNode) - Static method in class com.buglabs.util.XpathQuery
Convienence method.
getNumberOfMessages() - Method in class com.buglabs.nmea.sentences.GSV
 
getNumberOfMessages() - Method in class com.buglabs.nmea2.GSV
 
getNumberOfSVs() - Method in class com.buglabs.nmea.sentences.GSV
 
getNumberOfSVs() - Method in class com.buglabs.nmea2.GSV
 
getNumberWaiting() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CyclicBarrier
Returns the number of parties currently waiting at the barrier.
getNumOfSatellites() - Method in class com.buglabs.nmea.sentences.GGA
 
getNumOfSatellites() - Method in class com.buglabs.nmea2.GGA
 
getopt(int, byte[], int) - Method in class com.buglabs.bug.jni.bugbee.BUGBeeNet
 
getOptionalResources() - Method in class com.buglabs.osgi.obr.SimpleResolver
 
getOptionalResources() - Method in class org.osgi.service.obr.HeuristicResolver
 
getOptionalResources() - Method in interface org.osgi.service.obr.Resolver
 
getOut() - Method in class com.buglabs.osgi.shell.internal.CommandParser
 
getOutputAudioFormat() - Method in interface org.thenesis.midpath.sound.codec.AudioDecoder
 
getOutputAudioFormat() - Method in class org.thenesis.midpath.sound.codec.OggVorbisDecoder
 
getOutputAudioFormat() - Method in class org.thenesis.midpath.sound.codec.WaveDecoder
 
getOutputStream() - Method in class com.buglabs.osgi.http.ServletResponseImpl
 
getOutputStream() - Method in interface javax.servlet.ServletResponse
Returns a ServletOutputStream suitable for writing binary data in the response.
getOutputStream() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getOutputStream() on the wrapped response object.
getOwner() - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue.WaitNode
 
getOwner() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Returns the thread that currently owns this lock, or null if not owned.
getOwner() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock
Returns the thread that currently owns the write lock, or null if not owned.
getPANID() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getPANID() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getParameter(String) - Method in interface javax.servlet.ServletRequest
Returns the value of a request parameter as a String, or null if the parameter does not exist.
getParameter(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getParameter(String name) on the wrapped request object.
getParameterMap() - Method in interface javax.servlet.ServletRequest
Returns a java.util.Map of the parameters of this request.
getParameterMap() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getParameterMap() on the wrapped request object.
getParameterNames() - Method in interface javax.servlet.ServletRequest
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
getParameterNames() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getParameterNames() on the wrapped request object.
getParameters() - Method in interface com.buglabs.services.ws.PublicWSDefinition
 
getParameterValues(String) - Method in interface javax.servlet.ServletRequest
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getParameterValues(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getParameterValues(String name) on the wrapped request object.
getParent() - Method in class com.buglabs.menu.AbstractMenuNode
 
getParent() - Method in interface com.buglabs.menu.IMenuNode
 
getParent() - Method in class com.buglabs.util.XmlNode
 
getParentIEEEAddress() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getParentIEEEAddress() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getParentShortAddress() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getParentShortAddress() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getParity() - Method in interface com.buglabs.bug.module.vonhippel.pub.IVonHippelSerialPort
 
getParity() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
 
getParties() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CyclicBarrier
Returns the number of parties required to trip this barrier.
getPassiveAckTimeout() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getPassiveAckTimeout() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getPath() - Method in class com.buglabs.menu.AbstractMenuNode
 
getPath() - Method in interface com.buglabs.menu.IMenuNode
 
getPath() - Method in class javax.servlet.http.Cookie
Returns the path on the server to which the browser returns this cookie.
getPathInfo() - Method in interface javax.servlet.http.HttpServletRequest
Returns any extra path information associated with the URL the client sent when it made this request.
getPathInfo() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getPathInfo() on the wrapped request object.
getPathTranslated() - Method in interface javax.servlet.http.HttpServletRequest
Returns any extra path information after the servlet name but before the query string, and translates it to a real path.
getPathTranslated() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getPathTranslated() on the wrapped request object.
getPerf() - Static method in class sun.misc.Perf
 
getPersistanceManager() - Method in class com.buglabs.osgi.cm.ConfigurationAdminActivator
 
getPid() - Method in class com.buglabs.osgi.cm.impl.ConfigurationImpl
 
getPid() - Method in interface org.osgi.service.cm.Configuration
Get the PID for this Configuration object.
getPollFailureRetries() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getPollFailureRetries() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getPollRate() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getPollRate() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getPoolSize() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns the current number of threads in the pool.
getPosition() - Method in class com.buglabs.bug.module.gps.GPSModlet
 
getPosition() - Method in interface com.buglabs.bug.module.gps.pub.IPositionProvider
 
getPreCfgKey() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getPreCfgKey() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getPreCfgKeyEnable() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getPreCfgKeyEnable() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getPrecision() - Method in class com.buglabs.nmea.sentences.GGA
 
getPrecision() - Method in class com.buglabs.nmea2.GGA
 
getPresentationName() - Method in class com.buglabs.osgi.obr.ResourceImpl
 
getPresentationName() - Method in interface org.osgi.service.obr.Resource
 
getPreviousSibling() - Method in class com.buglabs.menu.AbstractMenuNode
 
getPreviousSibling() - Method in interface com.buglabs.menu.IMenuNode
 
getPRN() - Method in class com.buglabs.nmea.SV
 
getProperties() - Method in class com.buglabs.osgi.cm.impl.ConfigurationImpl
 
getProperties() - Method in class com.buglabs.osgi.obr.CapabilityImpl
 
getProperties() - Method in class com.buglabs.osgi.obr.ResourceImpl
 
getProperties() - Method in interface org.osgi.service.cm.Configuration
Return the properties of this Configuration object.
getProperties() - Method in interface org.osgi.service.obr.Capability
 
getProperties() - Method in interface org.osgi.service.obr.Resource
 
getProperty(String) - Method in interface org.osgi.framework.BundleContext
Returns the value of the specified property.
getProperty(String) - Method in interface org.osgi.framework.ServiceReference
Returns the property value to which the specified property key is mapped in the properties Dictionary object of the service referenced by this ServiceReference object.
getProperty() - Method in exception org.osgi.service.cm.ConfigurationException
Return the property name that caused the failure or null.
getPropertyKeys() - Method in interface org.osgi.framework.ServiceReference
Returns an array of the keys in the properties Dictionary object of the service referenced by this ServiceReference object.
getProtocol() - Method in interface javax.servlet.ServletRequest
Returns the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion, for example, HTTP/1.1.
getProtocol() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getProtocol() on the wrapped request object.
getPublicName() - Method in class com.buglabs.bug.menu.StatusBar
 
getPublicName() - Method in class com.buglabs.bug.module.audio.pub.AudioWS
 
getPublicName() - Method in class com.buglabs.bug.module.bugbee.pub.BUGBeeWS
 
getPublicName() - Method in class com.buglabs.bug.module.camera.CameraModlet
 
getPublicName() - Method in class com.buglabs.bug.module.gps.GPSModlet
 
getPublicName() - Method in class com.buglabs.bug.module.motion.MotionWS
 
getPublicName() - Method in class com.buglabs.bug.module.motion.pub.AccelerationWS
 
getPublicName() - Method in class com.buglabs.bug.module.vonhippel.pub.VonHippelWS
 
getPublicName() - Method in class com.buglabs.services.ws.DefaultWSImplementation
 
getPublicName() - Method in interface com.buglabs.services.ws.PublicWSProvider
 
getPublicWSAdmin() - Static method in class com.buglabs.bug.service.tests.Activator
 
getQualifier() - Method in class com.buglabs.util.Version
 
getQualifier() - Method in class org.osgi.service.obr.Version
 
getQueryString() - Method in interface javax.servlet.http.HttpServletRequest
Returns the query string that is contained in the request URL after the path.
getQueryString() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getQueryString() on the wrapped request object.
getQueue() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor
Returns the task queue used by this executor.
getQueue() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns the task queue used by this executor.
getQueuedThreads() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Returns a collection containing threads that may be waiting to acquire this lock.
getQueuedThreads() - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Returns a collection containing threads that may be waiting to acquire.
getQueueLength() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Returns an estimate of the number of threads waiting to acquire this lock.
getQueueLength() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock
Returns an estimate of the number of threads waiting to acquire either the read or write lock.
getQueueLength() - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Returns an estimate of the number of threads waiting to acquire.
getQueuePollRate() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getQueuePollRate() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getRate() - Method in class org.thenesis.midpath.sound.codec.WaveFile
 
getRaw() - Method in class com.buglabs.bug.bmi.pub.BMIMessage
 
getRawValue() - Method in class com.buglabs.device.ButtonEvent
 
getRDACResistance() - Method in interface com.buglabs.bug.module.vonhippel.pub.IVonHippelModuleControl
Get RDAC resistance value from ioctl
getRDACResistance() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
 
getReader() - Method in interface javax.servlet.ServletRequest
Retrieves the body of the request as character data using a BufferedReader.
getReader() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getReader() on the wrapped request object.
getReadHoldCount() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock
Queries the number of reentrant read holds on this lock by the current thread.
getReadLockCount() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock
Queries the number of read locks held for this lock.
getReadQueueSize() - Method in class com.buglabs.bug.accelerometer.pub.AccelerometerConfiguration
 
getReadQueueSize() - Method in class com.buglabs.bug.module.accelerometer.pub.AccelerometerConfiguration
 
getReadQueueThreshold() - Method in class com.buglabs.bug.accelerometer.pub.AccelerometerConfiguration
Number of 6-byte sample sets to queue
getReadQueueThreshold() - Method in class com.buglabs.bug.module.accelerometer.pub.AccelerometerConfiguration
Number of 6-byte sample sets to queue
getRealPath(String) - Method in class com.buglabs.osgi.http.ServletContextImpl
 
getRealPath(String) - Method in interface javax.servlet.ServletContext
Returns a String containing the real path for a given virtual path.
getRealPath(String) - Method in interface javax.servlet.ServletRequest
Deprecated. As of Version 2.1 of the Java Servlet API, use ServletContext.getRealPath(java.lang.String) instead.
getRealPath(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getRealPath(String path) on the wrapped request object.
getReason(Resource) - Method in class com.buglabs.osgi.obr.SimpleResolver
 
getReason() - Method in exception org.osgi.service.cm.ConfigurationException
Return the reason for this exception.
getReason(Resource) - Method in class org.osgi.service.obr.HeuristicResolver
 
getReason(Resource) - Method in interface org.osgi.service.obr.Resolver
 
getRef() - Static method in class com.buglabs.bug.bmi.Activator
 
getRef() - Static method in class com.buglabs.osgi.http.test.CounterSingleton
 
getReference() - Static method in class com.buglabs.osgi.shell.internal.Activator
 
getReference() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicMarkableReference
Returns the current value of the reference.
getReference() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicStampedReference
Returns the current value of the reference.
getReference() - Method in interface org.osgi.framework.ServiceRegistration
Returns a ServiceReference object for a service being registered.
getReferenceStationID() - Method in class com.buglabs.nmea.sentences.GGA
 
getRegisteredServices() - Method in interface org.osgi.framework.Bundle
Returns this bundle's ServiceReference list for all services it has registered or null if this bundle has no registered services.
getRejectedExecutionHandler() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns the current handler for unexecutable tasks.
getRelativePath(File, File) - Static method in class com.buglabs.bug.program.ProgramServlet
 
getRemoteAddr() - Method in interface javax.servlet.ServletRequest
Returns the Internet Protocol (IP) address of the client that sent the request.
getRemoteAddr() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getRemoteAddr() on the wrapped request object.
getRemoteHost() - Method in interface javax.servlet.ServletRequest
Returns the fully qualified name of the client that sent the request.
getRemoteHost() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getRemoteHost() on the wrapped request object.
getRemoteUser() - Method in interface javax.servlet.http.HttpServletRequest
Returns the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.
getRemoteUser() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getRemoteUser() on the wrapped request object.
getRepository() - Method in class com.buglabs.osgi.obr.ResourceImpl
 
getRepository() - Method in interface org.osgi.service.obr.Resource
 
getRequest() - Method in class javax.servlet.ServletRequestWrapper
Return the wrapped request object.
getRequestDispatcher(String) - Method in class com.buglabs.osgi.http.ServletContextImpl
 
getRequestDispatcher(String) - Method in interface javax.servlet.ServletContext
Returns a RequestDispatcher object that acts as a wrapper for the resource located at the given path.
getRequestDispatcher(String) - Method in interface javax.servlet.ServletRequest
Returns a RequestDispatcher object that acts as a wrapper for the resource located at the given path.
getRequestDispatcher(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getRequestDispatcher(String path) on the wrapped request object.
getRequestedSessionId() - Method in interface javax.servlet.http.HttpServletRequest
Returns the session ID specified by the client.
getRequestedSessionId() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getRequestedSessionId() on the wrapped request object.
getRequests() - Method in class com.buglabs.osgi.obr.ResourceImpl
 
getRequests() - Method in interface org.osgi.service.obr.Resource
 
getRequestURI() - Method in interface javax.servlet.http.HttpServletRequest
Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.
getRequestURI() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getRequestURI() on the wrapped request object.
getRequestURL() - Method in interface javax.servlet.http.HttpServletRequest
Reconstructs the URL the client used to make the request.
getRequestURL() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getRequestURL() on the wrapped request object.
getRequestURL(HttpServletRequest) - Static method in class javax.servlet.http.HttpUtils
Deprecated. Reconstructs the URL the client used to make the request, using information in the HttpServletRequest object.
getRequiredResources() - Method in class com.buglabs.osgi.obr.SimpleResolver
 
getRequiredResources() - Method in class org.osgi.service.obr.HeuristicResolver
 
getRequiredResources() - Method in interface org.osgi.service.obr.Resolver
 
getRequirements() - Method in class com.buglabs.osgi.obr.ResourceImpl
 
getRequirements() - Method in interface org.osgi.service.obr.Resource
 
getResamplingBufferSize(int, AudioFormat, AudioFormat) - Static method in class org.thenesis.midpath.sound.AudioTools
 
getResource(String) - Method in class com.buglabs.osgi.http.DefaultHttpContext
 
getResource(String) - Method in class com.buglabs.osgi.http.ServletContextImpl
 
getResource(String) - Method in class com.buglabs.osgi.obr.RepositoryAdminImpl
 
getResource() - Method in class com.buglabs.osgi.obr.SortableResourceContainer
 
getResource(String) - Method in interface javax.servlet.ServletContext
Returns a URL to the resource that is mapped to a specified path.
getResource(String) - Method in interface org.osgi.framework.Bundle
Find the specified resource in this bundle.
getResource(String) - Method in interface org.osgi.service.http.HttpContext
Maps a resource name to a URL.
getResource(String) - Method in interface org.osgi.service.obr.RepositoryAdmin
 
getResourceAsStream(String) - Method in class com.buglabs.osgi.http.ServletContextImpl
 
getResourceAsStream(String) - Method in interface javax.servlet.ServletContext
Returns the resource located at the named path as an InputStream object.
getResourceContext(String) - Method in class com.buglabs.osgi.http.SharedStateManager
 
getResourceName(String) - Method in class com.buglabs.osgi.http.SharedStateManager
 
getResourcePaths(String) - Method in class com.buglabs.osgi.http.ServletContextImpl
 
getResourcePaths(String) - Method in interface javax.servlet.ServletContext
Returns a directory-like listing of all the paths to resources within the web application whose longest sub-path matches the supplied path argument.
getResources() - Method in class com.buglabs.osgi.obr.RepositoryImpl
 
getResources(Requirement) - Method in class com.buglabs.osgi.obr.SimpleResolver
 
getResources(Requirement) - Method in class org.osgi.service.obr.HeuristicResolver
 
getResources() - Method in interface org.osgi.service.obr.Repository
 
getResources(Requirement) - Method in interface org.osgi.service.obr.Resolver
 
getResponse() - Method in class javax.servlet.ServletResponseWrapper
Return the wrapped ServletResponse object.
getResponsePollRate() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getResponsePollRate() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getReturnType() - Method in interface com.buglabs.services.ws.PublicWSDefinition
 
getRMC() - Method in class com.buglabs.bug.module.gps.NMEASentenceProvider
 
getRMC() - Method in interface com.buglabs.bug.module.gps.pub.INMEASentenceProvider
Deprecated.  
getRootCause() - Method in exception javax.servlet.ServletException
Returns the exception that caused this servlet exception.
getRouteExpiryTime() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getRouteExpiryTime() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getRS232InputStream() - Method in interface com.buglabs.bug.module.vonhippel.pub.IVonHippelModuleControl
Deprecated.  
getRS232InputStream() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
 
getRS232OutputStream() - Method in interface com.buglabs.bug.module.vonhippel.pub.IVonHippelModuleControl
Deprecated.  
getRS232OutputStream() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
 
getRun() - Method in class com.buglabs.bug.accelerometer.pub.AccelerometerConfiguration
0 = sampling disabled 1 = sampling enabled
getRun() - Method in class com.buglabs.bug.module.accelerometer.pub.AccelerometerConfiguration
0 = sampling disabled 1 = sampling enabled
getSampleInputStream() - Method in interface com.buglabs.bug.accelerometer.pub.IAccelerometerSampleFeed
 
getSampleInputStream() - Method in interface com.buglabs.bug.module.accelerometer.pub.IAccelerometerSampleFeed
 
getSampleInputStream() - Method in class com.buglabs.bug.module.lcd.accelerometer.LCDAccelerometerInputStreamProvider
 
getSampleInputStream() - Method in class com.buglabs.bug.module.motion.AccelerometerRawFeed
 
getSampleRate() - Method in class org.thenesis.midpath.sound.codec.OggVorbisDecoder
 
getSatellites() - Method in class com.buglabs.nmea.sentences.GSV
 
getSatellites() - Method in class com.buglabs.nmea2.GSV
 
getSatisfiedCount() - Method in class com.buglabs.osgi.obr.SortableResourceContainer
 
getScheme() - Method in interface javax.servlet.ServletRequest
Returns the name of the scheme used to make this request, for example, http, https, or ftp.
getScheme() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getScheme() on the wrapped request object.
getSeconds() - Method in class com.buglabs.nmea.DegreesMinutesSeconds
 
getSeconds() - Method in class com.buglabs.nmea.Time
 
getSecure() - Method in class javax.servlet.http.Cookie
Returns true if the browser is sending cookies only over a secure protocol, or false if the browser can send cookies using any protocol.
getSecurityMode() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getSecurityMode() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getSelectedCamera() - Method in class com.buglabs.bug.module.camera.CameraModuleControl
 
getSelectedCamera() - Method in interface com.buglabs.bug.module.camera.pub.ICameraModuleControl
Returns the slot number of the selected camera.
getSensitivity() - Method in class com.buglabs.bug.accelerometer.pub.AccelerometerConfiguration
0 = 2.5G, 421 mV/G 1 = 3.3G, 316 mV/G 2 = 6.7G, 158 mV/G 3 = 10G, 105 mV/G
getSensitivity() - Method in class com.buglabs.bug.module.accelerometer.pub.AccelerometerConfiguration
0 = 2.5G, 421 mV/G 1 = 3.3G, 316 mV/G 2 = 6.7G, 158 mV/G 3 = 10G, 105 mV/G
getSentence(String) - Static method in class com.buglabs.nmea2.NMEASentenceFactory
 
getSerialInputStream() - Method in interface com.buglabs.bug.module.vonhippel.pub.IVonHippelSerialPort
Gets the input stream associated with the RS232 port on Von Hippel module.
getSerialInputStream() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
 
getSerialOutputStream() - Method in interface com.buglabs.bug.module.vonhippel.pub.IVonHippelSerialPort
Gets the output stream associated with the RS232 port on Von Hippel module.
getSerialOutputStream() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
 
getServerInfo() - Method in class com.buglabs.osgi.http.ServletContextImpl
 
getServerInfo() - Method in interface javax.servlet.ServletContext
Returns the name and version of the servlet container on which the servlet is running.
getServerName() - Method in interface javax.servlet.ServletRequest
Returns the host name of the server that received the request.
getServerName() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getServerName() on the wrapped request object.
getServerPort() - Method in interface javax.servlet.ServletRequest
Returns the port number on which this request was received.
getServerPort() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getServerPort() on the wrapped request object.
getService(Class) - Method in class com.buglabs.application.AbstractServiceTracker
Helper method to retrieve a service of type class.
getService(Class) - Method in interface com.buglabs.application.IServiceProvider
 
getService(Class) - Method in class com.buglabs.bug.menu.Menu
 
getService(ServiceReference) - Method in interface org.osgi.framework.BundleContext
Returns the specified service object for a service.
getService(Bundle, ServiceRegistration) - Method in interface org.osgi.framework.ServiceFactory
Creates a new service object.
getServiceReference(String) - Method in interface org.osgi.framework.BundleContext
Returns a ServiceReference object for a service that implements, and was registered under, the specified class.
getServiceReference() - Method in class org.osgi.framework.ServiceEvent
Returns a reference to the service that had a change occur in its lifecycle.
getServiceReference() - Method in interface org.osgi.service.log.LogEntry
Returns the ServiceReference object for the service associated with this LogEntry object.
getServiceReferences(String, String) - Method in interface org.osgi.framework.BundleContext
Returns a list of ServiceReference objects.
getServices() - Method in class com.buglabs.application.AbstractServiceTracker
Used to retrieve a list of qualified service names.
getServices() - Method in class com.buglabs.application.MainApplicationThread
 
getServices() - Method in class com.buglabs.bug.menu.Menu
 
getServicesInUse() - Method in interface org.osgi.framework.Bundle
Returns this bundle's ServiceReference list for all services it is using or returns null if this bundle is not using any services.
getServlet(String) - Method in class com.buglabs.osgi.http.ServletContextImpl
 
getServlet(String) - Method in class com.buglabs.osgi.http.SharedStateManager
 
getServlet(String) - Method in interface javax.servlet.ServletContext
Deprecated. As of Java Servlet API 2.1, with no direct replacement.

This method was originally defined to retrieve a servlet from a ServletContext. In this version, this method always returns null and remains only to preserve binary compatibility. This method will be permanently removed in a future version of the Java Servlet API.

In lieu of this method, servlets can share information using the ServletContext class and can perform shared business logic by invoking methods on common non-servlet classes.

getServlet() - Method in exception javax.servlet.UnavailableException
Deprecated. As of Java Servlet API 2.2, with no replacement. Returns the servlet that is reporting its unavailability.
getServletConfig(String) - Method in class com.buglabs.osgi.http.SharedStateManager
 
getServletConfig() - Method in class javax.servlet.GenericServlet
Returns this servlet's ServletConfig object.
getServletConfig() - Method in interface javax.servlet.Servlet
Returns a ServletConfig object, which contains initialization and startup parameters for this servlet.
getServletContext() - Method in class com.buglabs.osgi.http.ServletContextImpl
 
getServletContext() - Method in interface javax.servlet.FilterConfig
Returns a reference to the ServletContext in which the caller is executing.
getServletContext() - Method in class javax.servlet.GenericServlet
Returns a reference to the ServletContext in which this servlet is running.
getServletContext() - Method in interface javax.servlet.http.HttpSession
Returns the ServletContext to which this session belongs.
getServletContext() - Method in interface javax.servlet.ServletConfig
Returns a reference to the ServletContext in which the caller is executing.
getServletContext() - Method in class javax.servlet.ServletContextEvent
Return the ServletContext that changed.
getServletContextName() - Method in class com.buglabs.osgi.http.ServletContextImpl
 
getServletContextName() - Method in interface javax.servlet.ServletContext
Returns the name of this web application correponding to this ServletContext as specified in the deployment descriptor for this web application by the display-name element.
getServletInfo() - Method in class javax.servlet.GenericServlet
Returns information about the servlet, such as author, version, and copyright.
getServletInfo() - Method in interface javax.servlet.Servlet
Returns information about the servlet, such as author, version, and copyright.
getServletName() - Method in class com.buglabs.osgi.http.ServletContextImpl
 
getServletName() - Method in class javax.servlet.GenericServlet
Returns the name of this servlet instance.
getServletName() - Method in interface javax.servlet.ServletConfig
Returns the name of this servlet instance.
getServletNames() - Method in class com.buglabs.osgi.http.ServletContextImpl
 
getServletNames() - Method in interface javax.servlet.ServletContext
Deprecated. As of Java Servlet API 2.1, with no replacement.

This method was originally defined to return an Enumeration of all the servlet names known to this context. In this version, this method always returns an empty Enumeration and remains only to preserve binary compatibility. This method will be permanently removed in a future version of the Java Servlet API.

getServletPath() - Method in interface javax.servlet.http.HttpServletRequest
Returns the part of this request's URL that calls the servlet.
getServletPath() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getServletPath() on the wrapped request object.
getServlets() - Method in class com.buglabs.osgi.http.ServletContextImpl
 
getServlets() - Method in interface javax.servlet.ServletContext
Deprecated. As of Java Servlet API 2.0, with no replacement.

This method was originally defined to return an Enumeration of all the servlets known to this servlet context. In this version, this method always returns an empty enumeration and remains only to preserve binary compatibility. This method will be permanently removed in a future version of the Java Servlet API.

getSession(boolean) - Method in interface javax.servlet.http.HttpServletRequest
Returns the current HttpSession associated with this request or, if if there is no current session and create is true, returns a new session.
getSession() - Method in interface javax.servlet.http.HttpServletRequest
Returns the current session associated with this request, or if the request does not have a session, creates one.
getSession(boolean) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getSession(boolean create) on the wrapped request object.
getSession() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getSession() on the wrapped request object.
getSession() - Method in class javax.servlet.http.HttpSessionBindingEvent
Return the session that changed.
getSession(String) - Method in interface javax.servlet.http.HttpSessionContext
Deprecated. As of Java Servlet API 2.1 with no replacement. This method must return null and will be removed in a future version of this API.
getSession() - Method in class javax.servlet.http.HttpSessionEvent
Return the session that changed.
getSessionContext() - Method in interface javax.servlet.http.HttpSession
Deprecated. As of Version 2.1, this method is deprecated and has no replacement. It will be removed in a future version of the Java Servlet API.
getShortAddress() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getShortAddress() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getSize() - Method in class com.buglabs.osgi.obr.SortableResourceContainer
 
getSlot() - Method in class com.buglabs.bug.bmi.pub.BMIMessage
 
getSlotId() - Method in class com.buglabs.bug.module.audio.AudioModlet
 
getSlotId() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModlet
 
getSlotId() - Method in class com.buglabs.bug.module.camera.CameraModlet
 
getSlotId() - Method in class com.buglabs.bug.module.gps.GPSModlet
 
getSlotId() - Method in class com.buglabs.bug.module.lcd.pub.LCDModlet
 
getSlotId() - Method in class com.buglabs.bug.module.motion.MotionModlet
 
getSlotId() - Method in interface com.buglabs.bug.module.pub.IModlet
 
getSlotId() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModlet
 
getSlotId() - Method in class com.buglabs.bug.module.wifi.WifiModlet
 
getSlotId() - Method in interface com.buglabs.module.IModuleControl
 
getSNR() - Method in class com.buglabs.nmea.SV
 
getSource() - Method in class com.buglabs.device.ButtonEvent
 
getSpecificationVersion() - Method in interface org.osgi.service.packageadmin.ExportedPackage
Returns the specification version of this ExportedPackage, as specified in the exporting bundle's manifest file.
getSpeed() - Method in class org.osgi.util.position.Position
Returns the ground speed of this position in meters per second.
getStamp() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicStampedReference
Returns the current value of the stamp.
getStartLevel() - Method in interface org.osgi.service.startlevel.StartLevel
Return the active start level value of the Framework.
getStartUpOption() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getStartUpOption() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getState() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getState() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getState() - Method in interface org.osgi.framework.Bundle
Returns this bundle's current state.
getStateName(int) - Static method in class com.buglabs.osgi.shell.pub.BundleUtils
Return state label as defined in OSGi spec.
getStatus() - Method in class com.buglabs.bug.module.audio.AudioModuleControl
 
getStatus() - Method in interface com.buglabs.bug.module.audio.pub.IAudioModuleControl
 
getStatus() - Method in class com.buglabs.bug.module.gps.GPSModlet
 
getStatus() - Method in interface com.buglabs.bug.module.gps.pub.IGPSModuleControl
bit 0: GPS FIX Active Low.
getStatus() - Method in interface com.buglabs.bug.module.lcd.pub.ILCDModuleControl
 
getStatus() - Method in class com.buglabs.bug.module.lcd.pub.LCDModlet
 
getStatus() - Method in interface com.buglabs.bug.module.vonhippel.pub.IVonHippelModuleControl
Returns status of module.
getStatus() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
 
getStopBits() - Method in interface com.buglabs.bug.module.vonhippel.pub.IVonHippelSerialPort
 
getStopBits() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
 
getStorageBaseDirectory() - Method in class com.buglabs.osgi.cm.ConfigurationAdminActivator
 
getStorageFileName(String) - Method in class com.buglabs.osgi.cm.ConfigurationAdminActivator
Creates a file in a directory defined by com.buglabs.osgi.cm.storage property
getStreamAndFile(String, int, String) - Static method in class com.buglabs.bug.tests.common.util.WSUtil
 
getStreamAndFile(String, int, String) - Method in class com.buglabs.ws.tests.common.AbstractBugWSTestCase
 
getStyle() - Method in class com.buglabs.tableviewer.TableColumn
 
getSymbolicName() - Method in class com.buglabs.osgi.obr.ResourceImpl
 
getSymbolicName() - Method in interface org.osgi.service.obr.Resource
 
getTaskCount() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns the approximate total number of tasks that have ever been scheduled for execution.
getText(Object, int) - Method in interface com.buglabs.tableviewer.ILabelProvider
 
getThreadFactory() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns the thread factory used to create new threads.
getThrowable() - Method in class org.osgi.framework.FrameworkEvent
Returns the exception associated with the event.
getTime() - Method in class com.buglabs.bug.base.Activator
 
getTime() - Method in interface com.buglabs.bug.base.pub.ITimeProvider
 
getTime() - Method in class com.buglabs.nmea.sentences.GGA
 
getTime() - Method in class com.buglabs.nmea.Time
 
getTime() - Method in class com.buglabs.nmea2.GGA
 
getTime() - Method in interface org.osgi.service.log.LogEntry
Returns the value of currentTimeMillis() at the time this LogEntry object was created.
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.
getTimeLastUpdate() - Method in class com.buglabs.nmea.sentences.GGA
 
getTimeOfFix() - Method in class com.buglabs.nmea.sentences.RMC
 
getTimeOfFix() - Method in class com.buglabs.nmea2.RMC
 
getTopic() - Method in class com.buglabs.bug.event.Subscriber
 
getTrack() - Method in class org.osgi.util.position.Position
Returns the track of this position in radians as a compass heading.
getTrackBytes() - Method in class org.thenesis.midpath.sound.codec.WaveFile
 
getTrackMadeGood() - Method in class com.buglabs.nmea.sentences.RMC
 
getTrackMadeGood() - Method in class com.buglabs.nmea2.RMC
 
getType() - Method in interface com.buglabs.module.IModuleProperty
 
getType() - Method in class com.buglabs.module.ModuleProperty
 
getType() - Method in class com.buglabs.module.MutableModuleProperty
 
getType() - Method in class org.osgi.framework.BundleEvent
Returns the type of lifecyle event.
getType() - Method in class org.osgi.framework.FrameworkEvent
Returns the type of bundle state change.
getType() - Method in class org.osgi.framework.ServiceEvent
Returns the type of event.
getUnavailableSeconds() - Method in exception javax.servlet.UnavailableException
Returns the number of seconds the servlet expects to be temporarily unavailable.
getUnit() - Method in class org.osgi.util.measurement.Measurement
Returns the Unit object of this Measurement object.
getUnitOfAltitude() - Method in class com.buglabs.nmea.sentences.GGA
 
getUnitOfAltitude() - Method in class com.buglabs.nmea2.GGA
 
getUnitOfGeoidHeight() - Method in class com.buglabs.nmea.sentences.GGA
 
getUnitOfGeoidHeight() - Method in class com.buglabs.nmea2.GGA
 
getUnsatisfiedRequirements() - Method in class com.buglabs.osgi.obr.SimpleResolver
 
getUnsatisfiedRequirements() - Method in class org.osgi.service.obr.HeuristicResolver
 
getUnsatisfiedRequirements() - Method in interface org.osgi.service.obr.Resolver
 
getURI() - Method in class com.buglabs.osgi.obr.ResourceImpl
 
getURI() - Method in interface org.osgi.service.obr.Resource
 
getUrl() - Method in class com.buglabs.bug.event.Subscriber
 
getURL() - Method in class com.buglabs.osgi.obr.RepositoryImpl
 
getURL() - Method in interface org.osgi.service.obr.Repository
 
getUsage() - Method in class com.buglabs.osgi.shell.commands.concierge.Bundles
 
getUsage() - Method in class com.buglabs.osgi.shell.commands.concierge.Package
 
getUsage() - Method in interface com.buglabs.osgi.shell.ICommand
 
getUsage() - Method in class com.buglabs.osgi.shell.pub.AbstractCommand
 
getUserComments() - Method in class org.thenesis.midpath.sound.codec.OggVorbisDecoder
 
getUserDesc() - Method in class com.buglabs.bug.module.bugbee.BUGBeeModletControl
 
getUserDesc() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
getUserPrincipal() - Method in interface javax.servlet.http.HttpServletRequest
Returns a java.security.Principal object containing the name of the current authenticated user.
getUserPrincipal() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getUserPrincipal() on the wrapped request object.
getUsingBundles() - Method in interface org.osgi.framework.ServiceReference
Returns the bundles that are using the service referenced by this ServiceReference object.
getValue() - Method in interface com.buglabs.bug.base.pub.IBatteryInfoProvider
 
getValue() - Method in interface com.buglabs.module.IModuleProperty
 
getValue() - Method in class com.buglabs.module.ModuleProperty
 
getValue() - Method in class com.buglabs.module.MutableModuleProperty
 
getValue() - Method in class com.buglabs.util.XmlNode
 
getValue() - Method in class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleEntry
Returns the value corresponding to this entry.
getValue() - Method in class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleImmutableEntry
Returns the value corresponding to this entry.
getValue() - Method in class edu.emory.mathcs.backport.java.util.TreeMap.Entry
return the element value
getValue() - Method in class javax.servlet.http.Cookie
Returns the value of the cookie.
getValue(String) - Method in interface javax.servlet.http.HttpSession
Deprecated. As of Version 2.2, this method is replaced by HttpSession.getAttribute(java.lang.String).
getValue() - Method in class javax.servlet.http.HttpSessionBindingEvent
Returns the value of the attribute that has been added, removed or replaced.
getValue() - Method in class javax.servlet.ServletContextAttributeEvent
Returns the value of the attribute that has been added removed or replaced.
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.
getValueNames() - Method in interface javax.servlet.http.HttpSession
Deprecated. As of Version 2.2, this method is replaced by HttpSession.getAttributeNames()
getVendor() - Method in class com.jcraft.jorbis.Comment
 
getVendor() - Method in class org.thenesis.midpath.sound.codec.OggVorbisDecoder
 
getVersion() - Method in class com.buglabs.bug.bmi.pub.BMIMessage
 
getVersion() - Method in class com.buglabs.bug.module.audio.Activator
 
getVersion() - Method in class com.buglabs.bug.module.bugbee.Activator
 
getVersion() - Method in class com.buglabs.bug.module.camera.Activator
 
getVersion() - Method in class com.buglabs.bug.module.gps.Activator
 
getVersion() - Method in class com.buglabs.bug.module.lcd.Activator
 
getVersion() - Method in class com.buglabs.bug.module.motion.Activator
 
getVersion() - Method in interface com.buglabs.bug.module.pub.IModletFactory
Version of IModlet this factory creates.
getVersion() - Method in class com.buglabs.bug.module.vonhippel.Activator
 
getVersion() - Method in class com.buglabs.bug.module.wifi.Activator
 
getVersion() - Method in class com.buglabs.osgi.obr.ResourceImpl
 
getVersion() - Method in class javax.servlet.http.Cookie
Returns the version of the protocol this cookie complies with.
getVersion() - Method in interface org.osgi.service.obr.Resource
 
getWaitingThreads() - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.FIFOWaitQueue
 
getWaitingThreads() - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue
 
getWaitingThreads(Condition) - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Returns a collection containing those threads that may be waiting on the given condition associated with this lock.
getWaitQueueLength(Condition) - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Returns an estimate of the number of threads waiting on the given condition associated with this lock.
getWidth() - Method in class com.buglabs.bug.base.FramebufferDevice
 
getWidth() - Method in interface com.buglabs.device.IFramebufferDevice
 
getWriteHoldCount() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock
Queries the number of reentrant write holds on this lock by the current thread.
getWriter() - Method in class com.buglabs.osgi.http.ServletResponseImpl
 
getWriter() - Method in interface javax.servlet.ServletResponse
Returns a PrintWriter object that can send character text to the client.
getWriter() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getWriter() on the wrapped response object.
GGA - Class in com.buglabs.nmea.sentences
 
GGA() - Constructor for class com.buglabs.nmea.sentences.GGA
 
GGA - Class in com.buglabs.nmea2
Stores GGA type NMEA sentence data
GGA(String) - Constructor for class com.buglabs.nmea2.GGA
 
GPGLL - Static variable in class com.buglabs.nmea.tests.TestNMEAFactory
 
GPGLL - Static variable in class com.buglabs.nmea.tests.TestNMEAParser
 
GPGSA - Static variable in class com.buglabs.nmea.tests.TestNMEAFactory
 
GPGSA - Static variable in class com.buglabs.nmea.tests.TestNMEAParser
 
GPS - Class in com.buglabs.bug.jni.gps
 
GPS() - Constructor for class com.buglabs.bug.jni.gps.GPS
 
GPSControl - Class in com.buglabs.bug.jni.gps
 
GPSControl() - Constructor for class com.buglabs.bug.jni.gps.GPSControl
 
GPSFIXLEDStatusTask - Class in com.buglabs.bug.module.gps
A class to express GPS state with GPS module LED
GPSFIXLEDStatusTask(IGPSModuleControl, LogService) - Constructor for class com.buglabs.bug.module.gps.GPSFIXLEDStatusTask
 
GPSModlet - Class in com.buglabs.bug.module.gps
The Modlet exports the hardware-level services to the OSGi runtime.
GPSModlet(BundleContext, int, String, String) - Constructor for class com.buglabs.bug.module.gps.GPSModlet
 
GPSTest - Class in com.buglabs.bug.jni.gps.tests
 
GPSTest() - Constructor for class com.buglabs.bug.jni.gps.tests.GPSTest
 
GPVTG - Static variable in class com.buglabs.nmea.tests.TestNMEAFactory
 
GPVTG - Static variable in class com.buglabs.nmea.tests.TestNMEAParser
 
GPZDA - Static variable in class com.buglabs.nmea.tests.TestNMEAFactory
 
GPZDA - Static variable in class com.buglabs.nmea.tests.TestNMEAParser
 
grabFrame() - Method in class com.buglabs.bug.jni.camera.Camera
 
grabFrameExt(int, int, int, boolean) - Method in class com.buglabs.bug.jni.camera.Camera
 
granulepos - Variable in class com.jcraft.jogg.Packet
 
granulepos() - Method in class com.jcraft.jogg.Page
 
GSV - Class in com.buglabs.nmea.sentences
 
GSV() - Constructor for class com.buglabs.nmea.sentences.GSV
 
GSV - Class in com.buglabs.nmea2
Contains GSV type NMEA sentence.
GSV(String) - Constructor for class com.buglabs.nmea2.GSV
 
Gy - Static variable in class org.osgi.util.measurement.Unit
The absorbed dose unit gray (Gy).
GZIP - Static variable in class com.buglabs.osgi.http.test.Base64
Specify that data should be gzip-compressed.
GZIP - Static variable in class com.buglabs.util.Base64
Specify that data should be gzip-compressed.

H

handleSecurity(HttpServletRequest, HttpServletResponse) - Method in class com.buglabs.osgi.http.DefaultHttpContext
 
handleSecurity(HttpServletRequest, HttpServletResponse) - Method in interface org.osgi.service.http.HttpContext
Handles security for the specified request.
hasChildren() - Method in class com.buglabs.bug.base.AboutMenuAdapter
 
hasChildren() - Method in class com.buglabs.bug.menu.BacklightMenuNode
 
hasChildren() - Method in class com.buglabs.bug.menu.Menu.LogEntryStackMenuItem
 
hasChildren() - Method in class com.buglabs.bug.menu.pub.LabelMenuItem
 
hasChildren() - Method in class com.buglabs.bug.menu.pub.StackMenuItem
 
hasChildren() - Method in class com.buglabs.menu.AbstractMenuNode
 
hasChildren() - Method in interface com.buglabs.menu.IMenuNode
 
hashCode() - Method in class com.buglabs.osgi.cm.impl.ConfigurationImpl
 
hashCode() - Method in class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleEntry
 
hashCode() - Method in class edu.emory.mathcs.backport.java.util.AbstractMap.SimpleImmutableEntry
 
hashCode(long[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
hashCode(int[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
hashCode(short[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
hashCode(char[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
hashCode(byte[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
hashCode(boolean[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
hashCode(float[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
hashCode(double[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
hashCode(Object[]) - Static method in class edu.emory.mathcs.backport.java.util.Arrays
 
hashCode() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
hashCode() - Method in class edu.emory.mathcs.backport.java.util.TreeMap.Entry
 
hashCode() - Method in interface org.osgi.framework.Filter
Returns the hashCode for this Filter object.
hashCode() - Method in class org.osgi.framework.PackagePermission
Returns the hash code value for this object.
hashCode() - Method in class org.osgi.framework.ServicePermission
Returns the hash code value for this object.
hashCode() - Method in interface org.osgi.service.cm.Configuration
Hash code is based on PID.
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.
hasHeader(Bundle, String) - Static method in class com.buglabs.bug.module.PackageServlet
 
hasHeader(Bundle, String) - Static method in class com.buglabs.osgi.shell.pub.BundleUtils
 
hasNodes() - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.FIFOWaitQueue
 
hasNodes() - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue
 
hasPermission(Object) - Method in interface org.osgi.framework.Bundle
Determines if this bundle has the specified permissions.
hasQueuedThread(Thread) - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Queries whether the given thread is waiting to acquire this lock.
hasQueuedThreads() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Queries whether any threads are waiting to acquire this lock.
hasQueuedThreads() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock
Queries whether any threads are waiting to acquire the read or write lock.
hasQueuedThreads() - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Queries whether any threads are waiting to acquire.
hasResources(String) - Method in class com.buglabs.osgi.http.SharedStateManager
 
hasServlet(String) - Method in class com.buglabs.osgi.http.SharedStateManager
 
hasStarted() - Method in class com.buglabs.application.AbstractServiceTracker
 
hasWaiters(Condition) - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Queries whether any threads are waiting on the given condition associated with this lock.
head_ - Variable in class edu.emory.mathcs.backport.java.util.concurrent.helpers.FIFOWaitQueue
 
header - Variable in class com.jcraft.jogg.Page
 
header_base - Variable in class com.jcraft.jogg.Page
 
header_len - Variable in class com.jcraft.jogg.Page
 
header_out(Packet) - Method in class com.jcraft.jorbis.Comment
 
HEADER_SEPARATOR - Static variable in class com.buglabs.tableviewer.TableViewer
 
headMap(Object, boolean) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ConcurrentNavigableMap
 
headMap(Object) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ConcurrentNavigableMap
 
headMap(Object, boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
headMap(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
headMap(Object, boolean) - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns a view of the portion of this map whose keys are less than (or equal to, if inclusive is true) toKey.
headMap(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
headMap(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
headMap(Object, boolean) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
HEADPHONE_INSERTED_ACTION - Static variable in interface com.buglabs.bug.module.audio.pub.IAudioEventProvider
 
headSet(Object, boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
 
headSet(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
 
headSet(Object, boolean) - Method in interface edu.emory.mathcs.backport.java.util.NavigableSet
Returns a view of the portion of this set whose elements are less than (or equal to, if inclusive is true) toElement.
headSet(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableSet
headSet(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
headSet(Object, boolean) - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
HelloJNI - Class in com.buglabs.bug.jni.hello
 
HelloJNI() - Constructor for class com.buglabs.bug.jni.hello.HelloJNI
 
HelloJNITest - Class in com.buglabs.bug.jni.hello.tests
 
HelloJNITest() - Constructor for class com.buglabs.bug.jni.hello.tests.HelloJNITest
 
HEURISTIC_RESOLVER - Static variable in class com.buglabs.osgi.obr.RepositoryAdminImpl
 
HeuristicResolver - Class in org.osgi.service.obr
A minimal resolver for OBR RFC 112.
HeuristicResolver(ResourceListProvider, BundleContext, LogService) - Constructor for class org.osgi.service.obr.HeuristicResolver
 
HeuristicResolverTestCases - Class in com.buglabs.osgi.obr.tests
 
HeuristicResolverTestCases() - Constructor for class com.buglabs.osgi.obr.tests.HeuristicResolverTestCases
 
higher(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
 
higher(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableSet
Returns the least element in this set strictly greater than the given element, or null if there is no such element.
higher(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
higherEntry(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the least key strictly greater than the given key, or null if there is no such key.
higherEntry(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns a key-value mapping associated with the least key strictly greater than the given key, or null if there is no such key.
higherEntry(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
higherKey(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
higherKey(Object) - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns the least key strictly greater than the given key, or null if there is no such key.
higherKey(Object) - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
highResCounter() - Method in class sun.misc.Perf
 
highResFrequency() - Method in class sun.misc.Perf
 
HOTKEY_LED_1 - Static variable in interface com.buglabs.bug.base.pub.IBUGBaseControl
 
HOTKEY_LED_2 - Static variable in interface com.buglabs.bug.base.pub.IBUGBaseControl
 
HOTKEY_LED_3 - Static variable in interface com.buglabs.bug.base.pub.IBUGBaseControl
 
HOTKEY_LED_4 - Static variable in interface com.buglabs.bug.base.pub.IBUGBaseControl
 
HOURS - Static variable in class edu.emory.mathcs.backport.java.util.concurrent.TimeUnit
 
HttpClient - Class in com.buglabs.osgi.http.test
A simple utility to manually call http server.
HttpClient() - Constructor for class com.buglabs.osgi.http.test.HttpClient
 
HttpContext - Interface in org.osgi.service.http
This interface defines methods that the Http Service may call to get information about a registration.
HttpFormParser - Class in com.buglabs.services.ws
 
HttpFormParser() - Constructor for class com.buglabs.services.ws.HttpFormParser
 
HttpServer - Class in com.buglabs.osgi.http
This class listens for client requests.
HttpServer(int, SharedStateManager) - Constructor for class com.buglabs.osgi.http.HttpServer
 
httpService - Variable in class com.buglabs.bug.event.HttpServiceTracker
 
httpService - Variable in class com.buglabs.bug.module.HttpServiceTracker
 
httpService - Variable in class com.buglabs.bug.program.HttpServiceTracker
 
httpService - Variable in class com.buglabs.bug.service.HttpServiceTracker
 
HttpService - Interface in org.osgi.service.http
The Http Service allows other bundles in the OSGi environment to dynamically register resources and servlets into the URI namespace of Http Service.
HttpServiceTests - Class in com.buglabs.osgi.http.test
Test the OSGi parts of the Http Service.
HttpServiceTests() - Constructor for class com.buglabs.osgi.http.test.HttpServiceTests
 
HttpServiceTracker - Class in com.buglabs.bug.event
A utility class that will handle management of servlets when containers come in and out of runtime scope.
HttpServiceTracker(BundleContext, Hashtable, Map, LogService) - Constructor for class com.buglabs.bug.event.HttpServiceTracker
 
HttpServiceTracker(BundleContext, Hashtable, Servlet, String, LogService) - Constructor for class com.buglabs.bug.event.HttpServiceTracker
 
HttpServiceTracker(BundleContext, Hashtable, Map) - Constructor for class com.buglabs.bug.event.HttpServiceTracker
 
HttpServiceTracker - Class in com.buglabs.bug.module
A utility class that will handle management of servlets when containers come in and out of runtime scope.
HttpServiceTracker(BundleContext, Hashtable, Map, LogService) - Constructor for class com.buglabs.bug.module.HttpServiceTracker
 
HttpServiceTracker(BundleContext, Hashtable, Servlet, String, LogService) - Constructor for class com.buglabs.bug.module.HttpServiceTracker
 
HttpServiceTracker(BundleContext, Hashtable, Map) - Constructor for class com.buglabs.bug.module.HttpServiceTracker
 
HttpServiceTracker - Class in com.buglabs.bug.program
A utility class that will handle management of servlets when containers come in and out of runtime scope.
HttpServiceTracker(BundleContext, Hashtable, Map, LogService) - Constructor for class com.buglabs.bug.program.HttpServiceTracker
 
HttpServiceTracker(BundleContext, Hashtable, Servlet, String, LogService) - Constructor for class com.buglabs.bug.program.HttpServiceTracker
 
HttpServiceTracker(BundleContext, Hashtable, Map) - Constructor for class com.buglabs.bug.program.HttpServiceTracker
 
HttpServiceTracker - Class in com.buglabs.bug.service
A utility class that will handle management of servlets when containers come in and out of runtime scope.
HttpServiceTracker(BundleContext, Hashtable, Map, LogService) - Constructor for class com.buglabs.bug.service.HttpServiceTracker
 
HttpServiceTracker(BundleContext, Hashtable, Servlet, String, LogService) - Constructor for class com.buglabs.bug.service.HttpServiceTracker
 
HttpServiceTracker(BundleContext, Hashtable, Map) - Constructor for class com.buglabs.bug.service.HttpServiceTracker
 
HttpServlet - Class in javax.servlet.http
Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.
HttpServlet() - Constructor for class javax.servlet.http.HttpServlet
Does nothing, because this is an abstract class.
HttpServletRequest - Interface in javax.servlet.http
Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletRequestWrapper - Class in javax.servlet.http
Provides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.
HttpServletRequestWrapper(HttpServletRequest) - Constructor for class javax.servlet.http.HttpServletRequestWrapper
Constructs a request object wrapping the given request.
HttpServletResponse - Interface in javax.servlet.http
Extends the ServletResponse interface to provide HTTP-specific functionality in sending a response.
HttpServletResponseWrapper - Class in javax.servlet.http
Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
HttpServletResponseWrapper(HttpServletResponse) - Constructor for class javax.servlet.http.HttpServletResponseWrapper
Constructs a response adaptor wrapping the given response.
HttpSession - Interface in javax.servlet.http
Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.
HttpSessionActivationListener - Interface in javax.servlet.http
Objects that are bound to a session may listen to container events notifying them that sessions will be passivated and that session will be activated.
HttpSessionAttributeListener - Interface in javax.servlet.http
This listener interface can be implemented in order to get notifications of changes to the attribute lists of sessions within this web application.
HttpSessionBindingEvent - Class in javax.servlet.http
Events of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or unbound from a session, or to a HttpSessionAttributeListener that has been configured in the deployment descriptor when any attribute is bound, unbound or replaced in a session.
HttpSessionBindingEvent(HttpSession, String) - Constructor for class javax.servlet.http.HttpSessionBindingEvent
Constructs an event that notifies an object that it has been bound to or unbound from a session.
HttpSessionBindingEvent(HttpSession, String, Object) - Constructor for class javax.servlet.http.HttpSessionBindingEvent
Constructs an event that notifies an object that it has been bound to or unbound from a session.
HttpSessionBindingListener - Interface in javax.servlet.http
Causes an object to be notified when it is bound to or unbound from a session.
HttpSessionContext - Interface in javax.servlet.http
Deprecated. As of Java(tm) Servlet API 2.1 for security reasons, with no replacement. This interface will be removed in a future version of this API.
HttpSessionEvent - Class in javax.servlet.http
This is the class representing event notifications for changes to sessions within a web application.
HttpSessionEvent(HttpSession) - Constructor for class javax.servlet.http.HttpSessionEvent
Construct a session event from the given source.
HttpSessionListener - Interface in javax.servlet.http
Implementations of this interface may are notified of changes to the list of active sessions in a web application.
HttpUtils - Class in javax.servlet.http
Deprecated. As of Java(tm) Servlet API 2.3. These methods were only useful with the default encoding and have been moved to the request interfaces.
HttpUtils() - Constructor for class javax.servlet.http.HttpUtils
Deprecated. Constructs an empty HttpUtils object.
HW_RESET - Static variable in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
Hz - Static variable in class org.osgi.util.measurement.Unit
The frequency unit hertz (Hz).

I

IAccelerometerConfigurationListener - Interface in com.buglabs.bug.accelerometer.pub
Clients may implement this to receive notifications of
IAccelerometerConfigurationListener - Interface in com.buglabs.bug.module.accelerometer.pub
Clients may implement this to receive notifications of
IAccelerometerControl - Interface in com.buglabs.bug.accelerometer.pub
 
IAccelerometerControl - Interface in com.buglabs.bug.module.accelerometer.pub
 
IAccelerometerRawFeed - Interface in com.buglabs.bug.accelerometer.pub
 
IAccelerometerRawFeed - Interface in com.buglabs.bug.module.accelerometer.pub
 
IAccelerometerSampleFeed - Interface in com.buglabs.bug.accelerometer.pub
 
IAccelerometerSampleFeed - Interface in com.buglabs.bug.module.accelerometer.pub
 
IAccelerometerSampleProvider - Interface in com.buglabs.bug.accelerometer.pub
 
IAccelerometerSampleProvider - Interface in com.buglabs.bug.module.accelerometer.pub
 
IAudioEventProvider - Interface in com.buglabs.bug.module.audio.pub
An input event provider for the Audio Module.
IAudioModuleControl - Interface in com.buglabs.bug.module.audio.pub
 
IAudioPlayerEventListener - Interface in com.buglabs.bug.module.audio.pub
Listeners for audio events.
IBaseAudioPlayer - Interface in com.buglabs.bug.base.pub
 
IBaseDisplay - Interface in com.buglabs.device
This defines how to display information on the BUG base LCD.
IBatteryInfoProvider - Interface in com.buglabs.bug.base.pub
Describes a provider of battery information.
IBUGBaseControl - Interface in com.buglabs.bug.base.pub
Provides control of BUGbase LEDs.
IBUGBeeControl - Interface in com.buglabs.bug.module.bugbee.pub
 
IBUGBeeLEDControl - Interface in com.buglabs.bug.module.bugbee.pub
 
IBUGBeePacket - Interface in com.buglabs.bug.module.bugbee.pub
 
IBundleCache - Interface in com.buglabs.bug.bmi.pub
A bundle cache is responsible for providing Bundles to be executed.
IButtonController - Interface in com.buglabs.bug.tests.common
This is a testing interface that let's test code push buttons.
IButtonEventListener - Interface in com.buglabs.device
Listeners receive ButtonEvents from a IButtonEventProvider.
IButtonEventProvider - Interface in com.buglabs.device
Implementors provide button events from physical hardware.
ICameraButtonEventProvider - Interface in com.buglabs.bug.module.camera.pub
A button provider for the Camera module.
ICameraDevice - Interface in com.buglabs.bug.module.camera.pub
An interface for a device that can return images.
ICameraModuleControl - Interface in com.buglabs.bug.module.camera.pub
Provides hardware control of the Camera Module
ICommand - Interface in com.buglabs.osgi.shell
A command interface for the Bug Labs OSGi shell.
IContentProvider - Interface in com.buglabs.tableviewer
 
ID - Static variable in interface org.osgi.service.obr.Resource
 
IDisplayPeeker - Interface in com.buglabs.bug.tests.common
A test interface for
IEEEAddress - Class in com.buglabs.bug.module.bugbee.pub
 
IEEEAddress(byte[]) - Constructor for class com.buglabs.bug.module.bugbee.pub.IEEEAddress
 
IEEEAddress(byte[], int) - Constructor for class com.buglabs.bug.module.bugbee.pub.IEEEAddress
 
IFramebufferDevice - Interface in com.buglabs.device
This interface defines the low-level calls to the base display.
IGPSModuleControl - Interface in com.buglabs.bug.module.gps.pub
 
ILabelProvider - Interface in com.buglabs.tableviewer
 
ILCDModuleControl - Interface in com.buglabs.bug.module.lcd.pub
 
ilog(int) - Static method in class com.jcraft.jogg.Buffer
 
IMDACCModuleControl - Interface in com.buglabs.bug.module.motion.pub
 
IMenuController - Interface in com.buglabs.menu
An interface for menu controllers.
IMenuNode - Interface in com.buglabs.menu
The Bug menu is a tree structure.
IMenuProvider - Interface in com.buglabs.menu
Implementors provide a menu system to the end user.
IModlet - Interface in com.buglabs.bug.module.pub
modlet is a software component that handles all runtime service aspects of a given hardware module.
IModletFactory - Interface in com.buglabs.bug.module.pub
A IModletFactory is able to create modlets.
IModuleAudioPlayer - Interface in com.buglabs.bug.module.audio.pub
 
IModuleControl - Interface in com.buglabs.module
An implementor exposes a BUG module to the runtime.
IModuleDisplay - Interface in com.buglabs.bug.module.lcd.pub
Display devices capable of supporting GUI widgets provide this service.
IModuleLEDController - Interface in com.buglabs.module
Implementors have two LEDs, one green, one red, that can be controlled.
IModuleProperty - Interface in com.buglabs.module
Represents a single property that a BUG hardware module exposes externally.
IMotionObserver - Interface in com.buglabs.bug.module.motion.pub
Implementors will register an ImotionObserver with IMotionSubject to be notified when motion events occur.
IMotionRawFeed - Interface in com.buglabs.bug.module.motion.pub
 
IMotionSubject - Interface in com.buglabs.bug.module.motion.pub
 
implies(Permission) - Method in class org.osgi.framework.AdminPermission
Determines if the specified permission is implied by this object.
implies(Permission) - Method in class org.osgi.framework.PackagePermission
Determines if the specified permission is implied by this object.
implies(Permission) - Method in class org.osgi.framework.ServicePermission
Determines if a ServicePermission object "implies" the specified permission.
IMPORT - Static variable in class org.osgi.framework.PackagePermission
The action string import.
IMPORT_PACKAGE - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Import-Package") identifying the names (and optionally, version numbers) of the packages that the bundle is dependent on.
IMPORT_SERVICE - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Import-Service") identifying the fully qualified class names of the services that the bundle requires (used for informational purposes only).
include(ServletRequest, ServletResponse) - Method in interface javax.servlet.RequestDispatcher
Includes the content of a resource (servlet, JSP page, HTML file) in the response.
incrementAndGet() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Atomically increments by one the current value.
incrementAndGet(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Atomically increments by one the element at index i.
incrementAndGet() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Atomically increments by one the current value.
incrementAndGet(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Atomically increments by one the element at index i.
incrementRequirementCount() - Method in class com.buglabs.osgi.obr.SortableResourceContainer
 
indexOf(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
indexOf(Object, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
indexOf(Object) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
indexOfSubList(List, List) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
Info - Class in com.jcraft.jorbis
 
Info() - Constructor for class com.jcraft.jorbis.Info
 
InfoServlet - Class in com.buglabs.bug.base
This is a simple servlet to export BUG version and debugging information via the browser, mainly for use in support and testing.
InfoServlet(BundleContext) - Constructor for class com.buglabs.bug.base.InfoServlet
 
init() - Method in class com.buglabs.bug.jni.camera.Camera
 
init() - Method in class com.buglabs.bug.jni.freetype.FreeType
 
init() - Method in class com.buglabs.bug.jni.gps.GPS
Initializes the serial port the GPS device is on.
init(ServletConfig) - Method in class com.buglabs.osgi.http.test.CounterServlet
 
init(int) - Method in class com.jcraft.jogg.StreamState
 
init() - Method in class com.jcraft.jogg.SyncState
 
init(DspState) - Method in class com.jcraft.jorbis.Block
 
init() - Method in class com.jcraft.jorbis.Comment
 
init() - Method in class com.jcraft.jorbis.Info
 
init(FilterConfig) - Method in interface javax.servlet.Filter
Called by the web container to indicate to a filter that it is being placed into service.
init(ServletConfig) - Method in class javax.servlet.GenericServlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
init() - Method in class javax.servlet.GenericServlet
A convenience method which can be overridden so that there's no need to call super.init(config).
init(ServletConfig) - Method in interface javax.servlet.Servlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
initExt(int, int, int, boolean) - Method in class com.buglabs.bug.jni.camera.Camera
 
initialize() - Method in class com.buglabs.bug.program.UserAppManager
Load the state of the manager from CM.
initialize() - Method in class com.buglabs.nmea2.AbstractNMEASentence
Initialize any member objects here.
initialize() - Method in class com.buglabs.nmea2.GGA
 
initialize() - Method in class com.buglabs.nmea2.GSV
 
initialize() - Method in class com.buglabs.nmea2.RMC
 
initialize() - Method in class com.buglabs.osgi.http.HttpServer
 
initialize(List, OutputStream, OutputStream, BundleContext) - Method in interface com.buglabs.osgi.shell.ICommand
 
initialize(List, OutputStream, OutputStream, BundleContext) - Method in class com.buglabs.osgi.shell.pub.AbstractCommand
 
initialize(InputStream) - Method in interface org.thenesis.midpath.sound.codec.AudioDecoder
 
initialize(InputStream) - Method in class org.thenesis.midpath.sound.codec.OggVorbisDecoder
Initialize decoder
initialize(InputStream, int) - Method in class org.thenesis.midpath.sound.codec.WaveDecoder
 
initialize(InputStream) - Method in class org.thenesis.midpath.sound.codec.WaveDecoder
 
initOverlay(Rectangle) - Method in class com.buglabs.bug.module.camera.CameraModlet
 
initOverlay(Rectangle) - Method in interface com.buglabs.bug.module.camera.pub.ICameraDevice
 
initServices() - Method in class com.buglabs.application.AbstractServiceTracker
Implementations should add services of interest
initServices() - Method in class com.buglabs.bug.module.audio.tests.TestSuiteServiceTracker
 
initServices() - Method in class com.buglabs.bug.module.vonhippel.tests.TestSuiteServiceTracker
 
initServices() - Method in class com.buglabs.osgi.http.test.TestSuiteServiceTracker
 
INJECTIONS - Static variable in interface com.buglabs.util.RemoteOSGiServiceConstants
For special purposes, the service can decide to inject other classes into the proxy bundle that is dynamically created on the client side.
INMEARawFeed - Interface in com.buglabs.bug.module.gps.pub
NMEA raw data feed from GPS device.
INMEASentenceProvider - Interface in com.buglabs.bug.module.gps.pub
Provides access methods to NMEA data from gps devices.
INMEASentenceSubscriber - Interface in com.buglabs.bug.module.gps.pub
Register this service to recieve NMEA sentence events.
InputDevice - Class in com.buglabs.bug.jni.input
 
InputDevice() - Constructor for class com.buglabs.bug.jni.input.InputDevice
 
InputEvent - Class in com.buglabs.bug.jni.input
 
InputEvent() - Constructor for class com.buglabs.bug.jni.input.InputEvent
 
InputEventProvider - Class in com.buglabs.bug.input.pub
 
InputEventProvider(String, LogService) - Constructor for class com.buglabs.bug.input.pub.InputEventProvider
 
insert(WaitQueue.WaitNode) - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.FIFOWaitQueue
 
insert(WaitQueue.WaitNode) - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue
 
installBundle(String) - Method in interface org.osgi.framework.BundleContext
Installs the bundle from the specified location string.
installBundle(String, InputStream) - Method in interface org.osgi.framework.BundleContext
Installs the bundle from the specified InputStream object.
INSTALLED - Static variable in interface org.osgi.framework.Bundle
This bundle is installed but not yet resolved.
INSTALLED - Static variable in class org.osgi.framework.BundleEvent
This bundle has been installed.
InstallNode - Class in com.buglabs.bug.bugnet
 
InstallNode(BundleContext, IMenuNode, RepositoryAdmin, IMenuProvider, IUserAppManager) - Constructor for class com.buglabs.bug.bugnet.InstallNode
 
installResource(Resource) - Method in interface org.osgi.service.obr.ResourceInstaller
 
INTERNAL_ALIAS - Static variable in class com.buglabs.osgi.http.test.ResourceTestCases
 
intValue() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
 
intValue() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
 
invalidate() - Method in interface javax.servlet.http.HttpSession
Invalidates this session then unbinds any objects bound to it.
InvalidClientException - Exception in com.buglabs.device
This is thrown when a client tries to write to the display that has not locked the display.
InvalidClientException() - Constructor for exception com.buglabs.device.InvalidClientException
 
InvalidSyntaxException - Exception in org.osgi.framework
A Framework exception.
InvalidSyntaxException(String, String) - Constructor for exception org.osgi.framework.InvalidSyntaxException
Creates an exception of type InvalidSyntaxException.
invokeAll(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.AbstractExecutorService
 
invokeAll(Collection, long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.AbstractExecutorService
 
invokeAll(Collection) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ExecutorService
Executes the given tasks, returning a list of Futures holding their status and results when all complete.
invokeAll(Collection, long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ExecutorService
Executes the given tasks, returning a list of Futures holding their status and results when all complete or the timeout expires, whichever happens first.
invokeAny(Collection) - Method in class edu.emory.mathcs.backport.java.util.concurrent.AbstractExecutorService
 
invokeAny(Collection, long, TimeUnit) - Method in class edu.emory.mathcs.backport.java.util.concurrent.AbstractExecutorService
 
invokeAny(Collection) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ExecutorService
Executes the given tasks, returning the result of one that has completed successfully (i.e., without throwing an exception), if any do.
invokeAny(Collection, long, TimeUnit) - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ExecutorService
Executes the given tasks, returning the result of one that has completed successfully (i.e., without throwing an exception), if any do before the given timeout elapses.
ioctl(int, byte[], short) - Method in class com.buglabs.bug.jni.bugbee.BUGBeeControl
ioctl wrapper; used for control requests that aren't done via sockopt
ioctl(int) - Method in class com.buglabs.bug.jni.common.CharDevice
 
ioctl_BMI_AUDIO_ACTIVATE() - Method in class com.buglabs.bug.jni.audio.AudioControl
 
ioctl_BMI_AUDIO_DEACTIVATE() - Method in class com.buglabs.bug.jni.audio.AudioControl
 
ioctl_BMI_AUDIO_GETSTAT() - Method in class com.buglabs.bug.jni.audio.AudioControl
 
ioctl_BMI_AUDIO_GLEDOFF() - Method in class com.buglabs.bug.jni.audio.AudioControl
 
ioctl_BMI_AUDIO_GLEDON() - Method in class com.buglabs.bug.jni.audio.AudioControl
 
ioctl_BMI_AUDIO_RLEDOFF() - Method in class com.buglabs.bug.jni.audio.AudioControl
 
ioctl_BMI_AUDIO_RLEDON() - Method in class com.buglabs.bug.jni.audio.AudioControl
 
ioctl_BMI_AUDIO_SPKOFF() - Method in class com.buglabs.bug.jni.audio.AudioControl
 
ioctl_BMI_AUDIO_SPKON() - Method in class com.buglabs.bug.jni.audio.AudioControl
 
ioctl_BMI_CAM_FLASH_HIGH_BEAM() - Method in class com.buglabs.bug.jni.camera.CameraControl
 
ioctl_BMI_CAM_FLASH_LED_OFF() - Method in class com.buglabs.bug.jni.camera.CameraControl
 
ioctl_BMI_CAM_FLASH_LED_ON() - Method in class com.buglabs.bug.jni.camera.CameraControl
 
ioctl_BMI_CAM_FLASH_LOW_BEAM() - Method in class com.buglabs.bug.jni.camera.CameraControl
 
ioctl_BMI_CAM_GET_SELECTED() - Method in class com.buglabs.bug.jni.camera.CameraControl
 
ioctl_BMI_CAM_GREEN_LED_OFF() - Method in class com.buglabs.bug.jni.camera.CameraControl
 
ioctl_BMI_CAM_GREEN_LED_ON() - Method in class com.buglabs.bug.jni.camera.CameraControl
 
ioctl_BMI_CAM_RED_LED_OFF() - Method in class com.buglabs.bug.jni.camera.CameraControl
 
ioctl_BMI_CAM_RED_LED_ON() - Method in class com.buglabs.bug.jni.camera.CameraControl
 
ioctl_BMI_CAM_SELECT(int) - Method in class com.buglabs.bug.jni.camera.CameraControl
Selects a camera.
ioctl_BMI_GPS_ACTIVE_ANT() - Method in class com.buglabs.bug.jni.gps.GPSControl
 
ioctl_BMI_GPS_CLRRST() - Method in class com.buglabs.bug.jni.gps.GPSControl
 
ioctl_BMI_GPS_GETSTAT() - Method in class com.buglabs.bug.jni.gps.GPSControl
 
ioctl_BMI_GPS_GLEDOFF() - Method in class com.buglabs.bug.jni.gps.GPSControl
 
ioctl_BMI_GPS_GLEDON() - Method in class com.buglabs.bug.jni.gps.GPSControl
 
ioctl_BMI_GPS_PASSIVE_ANT() - Method in class com.buglabs.bug.jni.gps.GPSControl
 
ioctl_BMI_GPS_RLEDOFF() - Method in class com.buglabs.bug.jni.gps.GPSControl
 
ioctl_BMI_GPS_RLEDON() - Method in class com.buglabs.bug.jni.gps.GPSControl
 
ioctl_BMI_GPS_SETRST() - Method in class com.buglabs.bug.jni.gps.GPSControl
 
ioctl_BMI_LCD_ACTIVATE(int) - Method in class com.buglabs.bug.jni.lcd.LCDControl
 
ioctl_BMI_LCD_CLRRST(int) - Method in class com.buglabs.bug.jni.lcd.LCDControl
 
ioctl_BMI_LCD_DEACTIVATE(int) - Method in class com.buglabs.bug.jni.lcd.LCDControl
 
ioctl_BMI_LCD_DIS(int) - Method in class com.buglabs.bug.jni.lcd.LCDControl
 
ioctl_BMI_LCD_EN(int) - Method in class com.buglabs.bug.jni.lcd.LCDControl
 
ioctl_BMI_LCD_GETSTAT(int) - Method in class com.buglabs.bug.jni.lcd.LCDControl
 
ioctl_BMI_LCD_GLEDOFF(int) - Method in class com.buglabs.bug.jni.lcd.LCDControl
 
ioctl_BMI_LCD_GLEDON(int) - Method in class com.buglabs.bug.jni.lcd.LCDControl
 
ioctl_BMI_LCD_RESUME(int) - Method in class com.buglabs.bug.jni.lcd.LCDControl
 
ioctl_BMI_LCD_RLEDOFF(int) - Method in class com.buglabs.bug.jni.lcd.LCDControl
 
ioctl_BMI_LCD_RLEDON(int) - Method in class com.buglabs.bug.jni.lcd.LCDControl
 
ioctl_BMI_LCD_SER_DIS(int) - Method in class com.buglabs.bug.jni.lcd.LCDControl
 
ioctl_BMI_LCD_SER_EN(int) - Method in class com.buglabs.bug.jni.lcd.LCDControl
 
ioctl_BMI_LCD_SET_BL(int, int) - Method in class com.buglabs.bug.jni.lcd.LCDControl
 
ioctl_BMI_LCD_SETRST(int) - Method in class com.buglabs.bug.jni.lcd.LCDControl
 
ioctl_BMI_LCD_SUSPEND(int) - Method in class com.buglabs.bug.jni.lcd.LCDControl
 
ioctl_BMI_LCD_VSYNC_DIS(int) - Method in class com.buglabs.bug.jni.lcd.LCDControl
 
ioctl_BMI_LCD_VSYNC_EN(int) - Method in class com.buglabs.bug.jni.lcd.LCDControl
 
ioctl_BMI_MDACC_ACCELEROMETER_GET_CONFIG() - Method in class com.buglabs.bug.jni.accelerometer.Accelerometer
 
ioctl_BMI_MDACC_ACCELEROMETER_RUN() - Method in class com.buglabs.bug.jni.accelerometer.Accelerometer
 
ioctl_BMI_MDACC_ACCELEROMETER_SET_CONFIG(AccelerometerConfiguration) - Method in class com.buglabs.bug.jni.accelerometer.Accelerometer
 
ioctl_BMI_MDACC_ACCELEROMETER_STOP() - Method in class com.buglabs.bug.jni.accelerometer.Accelerometer
 
ioctl_BMI_MDACC_CTL_GREEN_LED_OFF() - Method in class com.buglabs.bug.jni.motion.MDACCControl
 
ioctl_BMI_MDACC_CTL_GREEN_LED_ON() - Method in class com.buglabs.bug.jni.motion.MDACCControl
 
ioctl_BMI_MDACC_CTL_RED_LED_OFF() - Method in class com.buglabs.bug.jni.motion.MDACCControl
 
ioctl_BMI_MDACC_CTL_RED_LED_ON() - Method in class com.buglabs.bug.jni.motion.MDACCControl
 
ioctl_BMI_MDACC_MOTION_DETECTOR_GET_STATUS() - Method in class com.buglabs.bug.jni.motion.Motion
 
ioctl_BMI_MDACC_MOTION_DETECTOR_RUN() - Method in class com.buglabs.bug.jni.motion.Motion
Start motion capture
ioctl_BMI_MDACC_MOTION_DETECTOR_STOP() - Method in class com.buglabs.bug.jni.motion.Motion
Stops motion capture
ioctl_BMI_VH_ADCRD() - Method in class com.buglabs.bug.jni.vonhippel.VonHippel
 
ioctl_BMI_VH_ADCWR(int) - Method in class com.buglabs.bug.jni.vonhippel.VonHippel
 
ioctl_BMI_VH_CLRGPIO(int) - Method in class com.buglabs.bug.jni.vonhippel.VonHippel
 
ioctl_BMI_VH_CLRIOX(int) - Method in class com.buglabs.bug.jni.vonhippel.VonHippel
 
ioctl_BMI_VH_DACRD() - Method in class com.buglabs.bug.jni.vonhippel.VonHippel
 
ioctl_BMI_VH_DACWR(int) - Method in class com.buglabs.bug.jni.vonhippel.VonHippel
 
ioctl_BMI_VH_GETSTAT() - Method in class com.buglabs.bug.jni.vonhippel.VonHippel
 
ioctl_BMI_VH_GLEDOFF() - Method in class com.buglabs.bug.jni.vonhippel.VonHippel
 
ioctl_BMI_VH_GLEDON() - Method in class com.buglabs.bug.jni.vonhippel.VonHippel
 
ioctl_BMI_VH_MKGPIO_IN(int) - Method in class com.buglabs.bug.jni.vonhippel.VonHippel
 
ioctl_BMI_VH_MKGPIO_OUT(int) - Method in class com.buglabs.bug.jni.vonhippel.VonHippel
 
ioctl_BMI_VH_MKIOX_IN(int) - Method in class com.buglabs.bug.jni.vonhippel.VonHippel
 
ioctl_BMI_VH_MKIOX_OUT(int) - Method in class com.buglabs.bug.jni.vonhippel.VonHippel
 
ioctl_BMI_VH_RDRDAC() - Method in class com.buglabs.bug.jni.vonhippel.VonHippel
 
ioctl_BMI_VH_READ_SPI() - Method in class com.buglabs.bug.jni.vonhippel.VonHippel
 
ioctl_BMI_VH_RLEDOFF() - Method in class com.buglabs.bug.jni.vonhippel.VonHippel
 
ioctl_BMI_VH_RLEDON() - Method in class com.buglabs.bug.jni.vonhippel.VonHippel
 
ioctl_BMI_VH_SETGPIO(int) - Method in class com.buglabs.bug.jni.vonhippel.VonHippel
 
ioctl_BMI_VH_SETIOX(int) - Method in class com.buglabs.bug.jni.vonhippel.VonHippel
 
ioctl_BMI_VH_SETRDAC(int) - Method in class com.buglabs.bug.jni.vonhippel.VonHippel
 
ioctl_BMI_VH_WRITE_SPI(int) - Method in class com.buglabs.bug.jni.vonhippel.VonHippel
 
ioctl_BMI_ZB_GLEDOFF() - Method in class com.buglabs.bug.jni.bugbee.BUGBeeChar
 
ioctl_BMI_ZB_GLEDON() - Method in class com.buglabs.bug.jni.bugbee.BUGBeeChar
 
ioctl_BMI_ZB_RLEDOFF() - Method in class com.buglabs.bug.jni.bugbee.BUGBeeChar
 
ioctl_BMI_ZB_RLEDON() - Method in class com.buglabs.bug.jni.bugbee.BUGBeeChar
 
IPersistanceManager - Interface in com.buglabs.osgi.cm.persistance
Persistence mechanism for Configuration Admin
IPositionProvider - Interface in com.buglabs.bug.module.gps.pub
This interface describes location services.
IPositionSubscriber - Interface in com.buglabs.bug.module.gps.pub
Register this service to receive position change events.
IProgramXml - Interface in com.buglabs.bug.program.pub
This interface defines the xml node and attribute names for the xml representation of the Program entity.
IRowFilter - Interface in com.buglabs.tableviewer
 
is - Variable in class com.buglabs.bug.accelerometer.pub.AccelerometerSampleStream
 
is - Variable in class com.buglabs.bug.module.accelerometer.pub.AccelerometerSampleStream
 
is16bitsStereoSignedLittleEndian() - Method in class org.thenesis.midpath.sound.AudioFormat
 
isBroken() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CyclicBarrier
Queries if this barrier is in a broken state.
isBundlePersistentlyStarted(Bundle) - Method in interface org.osgi.service.startlevel.StartLevel
Return the persistent state of the specified bundle.
isBusy() - Method in class com.buglabs.bug.bugnet.AppInstallNode
 
isBusy() - Method in class com.buglabs.bug.bugnet.BugNetNode
 
isBusy() - Method in class com.buglabs.bug.bugnet.InstallNode
 
isBusy() - Method in class com.buglabs.bug.bugnet.RefreshNode
 
isBusy() - Method in class com.buglabs.bug.bugnet.UninstallNode
 
isBusy() - Method in class com.buglabs.bug.bugnet.UpdateNode
 
isBusy() - Method in class com.buglabs.menu.AbstractMenuNode
 
isBusy() - Method in interface com.buglabs.menu.IMenuNode
If a node is busy, the menu system will display a spinner in the place of the node.
isCancelled() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.Future
Returns true if this task was cancelled before it completed normally.
isCancelled() - Method in class edu.emory.mathcs.backport.java.util.concurrent.FutureTask
 
isClosed() - Method in class com.buglabs.bug.base.SoundPlayer.DecodingThread
 
isClosed() - Method in class com.buglabs.bug.module.audio.AudioPlayer.DecodingThread
 
isCommitted() - Method in class com.buglabs.osgi.http.ServletResponseImpl
 
isCommitted() - Method in interface javax.servlet.ServletResponse
Returns a boolean indicating if the response has been committed.
isCommitted() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return isCommitted() on the wrapped response object.
isCurrentNode(String) - Method in class com.buglabs.bug.menu.Menu
 
isCurrentNode(String) - Method in class com.buglabs.bug.menu.MenuStateMachine
 
isCurrentNode(String) - Method in interface com.buglabs.menu.IMenuController
 
isCurrentNode(String) - Method in interface com.buglabs.menu.IMenuProvider
 
isDone() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.Future
Returns true if this task completed.
isDone() - Method in class edu.emory.mathcs.backport.java.util.concurrent.FutureTask
 
isEmpty() - Method in class com.buglabs.nmea.sentences.PositionSentence
 
isEmpty(String) - Method in class com.buglabs.nmea2.AbstractNMEASentence
 
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Returns true if this deque contains no elements.
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentLinkedQueue
Returns true if this queue contains no elements.
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Returns true if this set contains no elements.
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Returns true if this set contains no elements.
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Always returns true.
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.PriorityQueue
Returns true if this queue contains no elements.
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
isEmpty() - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
isEmpty() - Method in class org.thenesis.midpath.sound.AbstractLine
 
isEmpty() - Method in class org.thenesis.midpath.sound.SoftMixer.SoftMixerLine
 
isError() - Method in class com.buglabs.bug.bugnet.AppInstallNode
 
isError() - Method in class com.buglabs.bug.bugnet.InstallNode
 
isError() - Method in class com.buglabs.bug.bugnet.RefreshNode
 
isError() - Method in class com.buglabs.menu.AbstractMenuNode
 
isError() - Method in interface com.buglabs.menu.IMenuNode
 
isError() - Method in interface com.buglabs.services.ws.IWSResponse
Return true if the repsonse is an error.
isError() - Method in class com.buglabs.services.ws.WSResponse
 
IServiceProvider - Interface in com.buglabs.application
Defines an interface for objects that contain references to services.
isFair() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Returns true if this lock has fairness set true.
isFair() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock
Returns true if this lock has fairness set true.
isFair() - Method in class edu.emory.mathcs.backport.java.util.concurrent.Semaphore
Returns true if this semaphore has fairness set true.
isHeldByCurrentThread() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Queries if this lock is held by the current thread.
isHeldByCurrentThread() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Queries if this write lock is held by the current thread.
IShellCommandExecutor - Interface in com.buglabs.osgi.shell.pub
Service definition for entity that can execute OSGi shell commands in the runtime.
IShellCommandProvider - Interface in com.buglabs.osgi.shell
A container for commands.
isIgnoreNamespaces() - Method in class com.buglabs.util.XmlParser
 
isInputStreamOpen() - Method in interface com.buglabs.bug.module.vonhippel.pub.IVonHippelSerialPort
 
isInputStreamOpen() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
 
isLocked() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock
Queries if this lock is held by any thread.
isMarked() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicMarkableReference
Returns the current value of the mark.
isMatch(String) - Method in interface com.buglabs.tableviewer.IRowFilter
 
isMultiple() - Method in class com.buglabs.osgi.obr.RequirementImpl
 
isMultiple() - Method in interface org.osgi.service.obr.Requirement
 
isMutable() - Method in interface com.buglabs.module.IModuleProperty
 
isMutable() - Method in class com.buglabs.module.ModuleProperty
 
isMutable() - Method in class com.buglabs.module.MutableModuleProperty
 
isNew() - Method in interface javax.servlet.http.HttpSession
Returns true if the client does not yet know about the session or if the client chooses not to join the session.
isOpen - Variable in class org.thenesis.midpath.sound.backend.alsa.AlsaSink
 
isOpen() - Method in class org.thenesis.midpath.sound.backend.alsa.AlsaSink
 
isOpen() - Method in interface org.thenesis.midpath.sound.SoundBackend
 
isOptional() - Method in class com.buglabs.osgi.obr.RequirementImpl
 
isOptional() - Method in interface org.osgi.service.obr.Requirement
 
isOutputStreamOpen() - Method in interface com.buglabs.bug.module.vonhippel.pub.IVonHippelSerialPort
 
isOutputStreamOpen() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
 
isPaused() - Method in class com.buglabs.bug.base.SoundPlayer.DecodingThread
 
isPaused() - Method in class com.buglabs.bug.module.audio.AudioPlayer.DecodingThread
 
isPaused() - Method in class com.buglabs.bug.module.audio.pub.AsynchronousAudioPlayer
 
isPeriodic() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.RunnableScheduledFuture
Returns true if this is a periodic task.
isPermanent() - Method in exception javax.servlet.UnavailableException
Returns a boolean indicating whether the servlet is permanently unavailable.
isPlaying() - Method in class com.buglabs.bug.module.audio.pub.AsynchronousAudioPlayer
 
isRemovalPending() - Method in interface org.osgi.service.packageadmin.ExportedPackage
Returns true if the package associated with this ExportedPackage object has been exported by a bundle that has been updated or uninstalled.
isRequestedSessionIdFromCookie() - Method in interface javax.servlet.http.HttpServletRequest
Checks whether the requested session ID came in as a cookie.
isRequestedSessionIdFromCookie() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isRequestedSessionIdFromCookie() on the wrapped request object.
isRequestedSessionIdFromURL() - Method in interface javax.servlet.http.HttpServletRequest
Checks whether the requested session ID came in as part of the request URL.
isRequestedSessionIdFromUrl() - Method in interface javax.servlet.http.HttpServletRequest
Deprecated. As of Version 2.1 of the Java Servlet API, use HttpServletRequest.isRequestedSessionIdFromURL() instead.
isRequestedSessionIdFromURL() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isRequestedSessionIdFromURL() on the wrapped request object.
isRequestedSessionIdFromUrl() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isRequestedSessionIdFromUrl() on the wrapped request object.
isRequestedSessionIdValid() - Method in interface javax.servlet.http.HttpServletRequest
Checks whether the requested session ID is still valid.
isRequestedSessionIdValid() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isRequestedSessionIdValid() on the wrapped request object.
isRoot() - Method in class com.buglabs.bug.menu.MenuStateMachine
 
isRoot() - Method in interface com.buglabs.menu.IMenuController
 
isRunning() - Method in class org.thenesis.midpath.sound.AbstractLine
 
isRunning() - Method in interface org.thenesis.midpath.sound.Line
 
isRunning() - Method in class org.thenesis.midpath.sound.SoftMixer.SoftMixerLine
 
isSatisfied(Capability) - Method in class com.buglabs.osgi.obr.RequirementImpl
 
isSatisfied(Capability) - Method in interface org.osgi.service.obr.Requirement
 
isSecure() - Method in interface javax.servlet.ServletRequest
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isSecure() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return isSecure() on the wrapped request object.
isServiceEnabled(ConfigurationAdmin, String) - Static method in class com.buglabs.bug.service.ConfigurationAdminHelper
Checks whether service is enabled
isShutdown() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ExecutorService
Returns true if this executor has been shut down.
isShutdown() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
 
IStatusBarProvider - Interface in com.buglabs.status
A Status Bar is a bitmap display that can show the user simple status messages and icons.
isTerminated() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ExecutorService
Returns true if all tasks have completed following shut down.
isTerminated() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
 
isTerminating() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor
Returns true if this executor is in the process of terminating after shutdown or shutdownNow but has not completely terminated.
IStreamMultiplexerListener - Interface in com.buglabs.util
 
isUserInRole(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isUserInRole(String role) on the wrapped request object.
isValid() - Method in class com.buglabs.bug.event.Subscriber
 
isValid(String) - Method in class com.buglabs.nmea.sentences.NMEASentence
 
isValid() - Method in class com.buglabs.osgi.shell.commands.concierge.Bundles
 
isValid() - Method in class com.buglabs.osgi.shell.commands.concierge.Package
 
isValid() - Method in interface com.buglabs.osgi.shell.ICommand
 
isValid() - Method in class com.buglabs.osgi.shell.pub.AbstractCommand
 
isWaiting(Thread) - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.FIFOWaitQueue
 
isWaiting(Thread) - Method in class edu.emory.mathcs.backport.java.util.concurrent.helpers.WaitQueue
 
isWriteLocked() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock
Queries if the write lock is held by any thread.
isWriteLockedByCurrentThread() - Method in class edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock
Queries if the write lock is held by the current thread.
iterator() - Method in class edu.emory.mathcs.backport.java.util.ArrayDeque
Returns an iterator over the elements in this deque.
iterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue
Returns an iterator over the elements in this queue in proper sequence.
iterator() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.BlockingDeque
Returns an iterator over the elements in this deque in proper sequence.
iterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentLinkedQueue
Returns an iterator over the elements in this queue in proper sequence.
iterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
Returns an iterator over the elements in this set in ascending order.
iterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
iterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet
Returns an iterator over the elements contained in this set in the order in which these elements were added.
iterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.DelayQueue
Returns an iterator over all the elements (both expired and unexpired) in this queue.
iterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Returns an iterator over the elements in this deque in proper sequence.
iterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue
Returns an iterator over the elements in this queue in proper sequence.
iterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.PriorityBlockingQueue
Returns an iterator over the elements in this queue.
iterator() - Method in class edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue
Returns an empty iterator in which hasNext always returns false.
iterator() - Method in interface edu.emory.mathcs.backport.java.util.Deque
Returns an iterator over the elements in this deque in proper sequence.
iterator() - Method in interface edu.emory.mathcs.backport.java.util.NavigableSet
Returns an iterator over the elements in this set, in ascending order.
iterator() - Method in class edu.emory.mathcs.backport.java.util.PriorityQueue
Returns an iterator over the elements in this queue.
iterator() - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
ITimeProvider - Interface in com.buglabs.bug.base.pub
 
IToneGenerator - Interface in com.buglabs.bug.base.pub
 
IUserAppManager - Interface in com.buglabs.bug.program.pub
This manager starts user applications.
IUserAppStore - Interface in com.buglabs.bug.program.pub
 
IVonHippelModuleControl - Interface in com.buglabs.bug.module.vonhippel.pub
 
IVonHippelSerialPort - Interface in com.buglabs.bug.module.vonhippel.pub
 
IWSResponse - Interface in com.buglabs.services.ws
Represents a response to a web service call.

J

J - Static variable in class org.osgi.util.measurement.Unit
The energy unit joule (J).
JACK_REMOVED_ACTION - Static variable in interface com.buglabs.bug.module.audio.pub.IAudioEventProvider
 
javax.servlet - package javax.servlet
 
javax.servlet.http - package javax.servlet.http
 
JOINING_OFF_TIMEOUT - Static variable in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
JOINING_ON_INDEFINITELY_TIMEOUT - Static variable in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeControl
 
JOrbisException - Exception in com.jcraft.jorbis
 
JOrbisException() - Constructor for exception com.jcraft.jorbis.JOrbisException
 
JOrbisException(String) - Constructor for exception com.jcraft.jorbis.JOrbisException
 

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).
KEY_DOWN - Static variable in class com.buglabs.device.ButtonEvent
 
KEY_UP - Static variable in class com.buglabs.device.ButtonEvent
 
keys() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Returns an enumeration of the keys in this table.
KEYS - Static variable in interface org.osgi.service.obr.Resource
 
keySet() - Method in class edu.emory.mathcs.backport.java.util.AbstractMap
keySet() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in interface edu.emory.mathcs.backport.java.util.concurrent.ConcurrentNavigableMap
Returns a NavigableSet view of the keys contained in this map.
keySet() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns a NavigableSet view of the keys contained in this map.
keySet() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
kg - Static variable in class org.osgi.util.measurement.Unit
The mass unit kilogram (kg)

L

LabelMenuItem - Class in com.buglabs.bug.menu.pub
A very simple menu node that simply is a label.
LabelMenuItem(String, IMenuNode) - Constructor for class com.buglabs.bug.menu.pub.LabelMenuItem
 
LabelMenuItem(String, IMenuNode, IMenuNode) - Constructor for class com.buglabs.bug.menu.pub.LabelMenuItem
 
LabelValueMenuItem - Class in com.buglabs.bug.menu.pub
A menu node that has a title and a value.
LabelValueMenuItem(String, String, IMenuNode) - Constructor for class com.buglabs.bug.menu.pub.LabelValueMenuItem
 
last() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListSet
 
last() - Method in class edu.emory.mathcs.backport.java.util.TreeSet
 
lastEntry() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
lastEntry() - Method in interface edu.emory.mathcs.backport.java.util.NavigableMap
Returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
lastEntry() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
lastIndexOf(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
lastIndexOf(Object, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList
 
lastIndexOf(Object) - Method in class edu.emory.mathcs.backport.java.util.LinkedList
 
lastIndexOfSubList(List, List) - Static method in class edu.emory.mathcs.backport.java.util.Collections
 
lastKey() - Method in class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap
 
lastKey() - Method in class edu.emory.mathcs.backport.java.util.TreeMap
 
latitude - Variable in class com.buglabs.bug.module.gps.pub.LatLon
 
LatLon - Class in com.buglabs.bug.module.gps.pub
A class that describes position in longitude and latitude.
LatLon(double, double) - Constructor for class com.buglabs.bug.module.gps.pub.LatLon
 
lazySet(boolean) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicBoolean
Eventually sets to the given value.
lazySet(int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger
Eventually sets to the given value.
lazySet(int, int) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Eventually sets the element at position i to the given value.
lazySet(long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong
Eventually sets to the given value.
lazySet(int, long) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Eventually sets the element at position i to the given value.
lazySet(Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReference
Eventually sets to the given value.
lazySet(int, Object) - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReferenceArray
Eventually sets the element at position i to the given value.
LCDAccelerometerInputStreamProvider - Class in com.buglabs.bug.module.lcd.accelerometer
 
LCDAccelerometerInputStreamProvider(InputStream) - Constructor for class com.buglabs.bug.module.lcd.accelerometer.LCDAccelerometerInputStreamProvider
 
LCDAccelerometerSampleInputStream - Class in com.buglabs.bug.module.lcd.accelerometer
 
LCDAccelerometerSampleInputStream(InputStream) - Constructor for class com.buglabs.bug.module.lcd.accelerometer.LCDAccelerometerSampleInputStream
 
LCDAccelerometerSampleProvider - Class in com.buglabs.bug.module.lcd.accelerometer
 
LCDAccelerometerSampleProvider(IAccelerometerSampleFeed) - Constructor for class com.buglabs.bug.module.lcd.accelerometer.LCDAccelerometerSampleProvider
 
LCDControl - Class in com.buglabs.bug.jni.lcd
 
LCDControl() - Constructor for class com.buglabs.bug.jni.lcd.LCDControl
 
LCDModlet - Class in com.buglabs.bug.module.lcd.pub
LCD Modlet class for 1x LCD module.
LCDModlet(BundleContext, int, String) - Constructor for class com.buglabs.bug.module.lcd.pub.LCDModlet
 
LED_0 - Static variable in class com.buglabs.bug.jni.base.BUGNavControl
 
LED_1 - Static variable in class com.buglabs.bug.jni.base.BUGNavControl
 
LED_2 - Static variable in class com.buglabs.bug.jni.base.BUGNavControl
 
LED_3 - Static variable in class com.buglabs.bug.jni.base.BUGNavControl
 
LEDGreenOff() - Method in class com.buglabs.bug.module.bugbee.BUGBeeLEDControl
 
LEDGreenOff() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeLEDControl
Set module's Green LED off.
LEDGreenOff() - Method in class com.buglabs.bug.module.camera.CameraModuleControl
 
LEDGreenOff() - Method in class com.buglabs.bug.module.gps.GPSModlet
 
LEDGreenOff() - Method in interface com.buglabs.bug.module.vonhippel.pub.IVonHippelModuleControl
Set module's Green LED off.
LEDGreenOff() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
 
LEDGreenOn() - Method in class com.buglabs.bug.module.bugbee.BUGBeeLEDControl
 
LEDGreenOn() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeLEDControl
Set module's Green LED on.
LEDGreenOn() - Method in class com.buglabs.bug.module.camera.CameraModuleControl
 
LEDGreenOn() - Method in class com.buglabs.bug.module.gps.GPSModlet
 
LEDGreenOn() - Method in interface com.buglabs.bug.module.vonhippel.pub.IVonHippelModuleControl
Set module's Green LED on.
LEDGreenOn() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
 
LEDRedOff() - Method in class com.buglabs.bug.module.bugbee.BUGBeeLEDControl
 
LEDRedOff() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeLEDControl
Set module's Red LED off.
LEDRedOff() - Method in class com.buglabs.bug.module.camera.CameraModuleControl
 
LEDRedOff() - Method in class com.buglabs.bug.module.gps.GPSModlet
 
LEDRedOff() - Method in interface com.buglabs.bug.module.vonhippel.pub.IVonHippelModuleControl
Set module's Red LED off.
LEDRedOff() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
 
LEDRedOn() - Method in class com.buglabs.bug.module.bugbee.BUGBeeLEDControl
 
LEDRedOn() - Method in interface com.buglabs.bug.module.bugbee.pub.IBUGBeeLEDControl
Set module's Red LED on.
LEDRedOn() - Method in class com.buglabs.bug.module.camera.CameraModuleControl
 
LEDRedOn() - Method in class com.buglabs.bug.module.gps.GPSModlet
 
LEDRedOn() - Method in interface com.buglabs.bug.module.vonhippel.pub.IVonHippelModuleControl
Set module's Red LED on.
LEDRedOn() - Method in class com.buglabs.bug.module.vonhippel.VonHippelModuleControl
 
length() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicIntegerArray
Returns the length of the array.
length() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLongArray
Returns the length of the array.
length() - Method in class edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicReferenceArray
Returns the length of the array.
LICENSE_URI - Static variable in interface org.osgi.service.obr.Resource
 
Line - Interface in org.thenesis.midpath.sound
 
LINEIN_INSERTED_ACTION - Static variable in interface com.buglabs.bug.module.audio.pub.IAudioEventProvider
 
LINEOUT_INSERTED_ACTION - Static variable in interface com.buglabs.bug.module.audio.pub.IAudioEventProvider
 
LinkedBlockingDeque - Class in edu.emory.mathcs.backport.java.util.concurrent
An optionally-bounded blocking deque based on linked nodes.
LinkedBlockingDeque() - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Creates a LinkedBlockingDeque with a capacity of Integer.MAX_VALUE.
LinkedBlockingDeque(int) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Creates a LinkedBlockingDeque with the given (fixed) capacity.
LinkedBlockingDeque(Collection) - Constructor for class edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingDeque
Creates a LinkedBlockingDeque with a capacity of Integer.MAX_VALUE, ini