Serialized Form
|
Package com.buglabs.bug.base |
serialVersionUID: 8363216555069798226L
context
BundleContext context
|
Package com.buglabs.bug.event |
serialVersionUID: -6041541048676568932L
eventMap
java.util.Map<K,V> eventMap
|
Package com.buglabs.bug.module |
serialVersionUID: -6977609397049223637L
modules
IModuleControl[] modules
serialVersionUID: -2460404903765995674L
context
BundleContext context
serviceList
java.util.List<E> serviceList
|
Package com.buglabs.bug.module.gps.pub |
serialVersionUID: 6318765018123280457L
latitude
double latitude
longitude
double longitude
|
Package com.buglabs.bug.program |
serialVersionUID: -4552308543439876937L
context
BundleContext context
configAdmin
ConfigurationAdmin configAdmin
isStateSet
boolean isStateSet
serialVersionUID: -6977609397049223637L
context
BundleContext context
incomingBundleDir
java.lang.String incomingBundleDir
appManager
IUserAppManager appManager
|
Package com.buglabs.bug.service |
serialVersionUID: 3348932042438010201L
serviceMap
java.util.Map<K,V> serviceMap
configAdmin
ConfigurationAdmin configAdmin
|
Package com.buglabs.device |
serialVersionUID: -7332415246670210239L
|
Package com.buglabs.nmea.sentences |
serialVersionUID: -9090324234509872630L
|
Package com.buglabs.osgi.cm.impl |
serialVersionUID: 9005381263911423273L
bundleLocation
java.lang.String bundleLocation
properties
java.util.Dictionary<K,V> properties
pid
java.lang.String pid
manager
IPersistanceManager manager
|
Package com.buglabs.osgi.cm.persistance |
serialVersionUID: -2592465978400989830L
|
Package com.buglabs.osgi.http.test |
serialVersionUID: 2191794902522189227L
cs
CounterSingleton cs
|
Package com.buglabs.tableviewer |
serialVersionUID: -3036626429203304224L
serialVersionUID: -7313712854018859157L
|
Package com.jcraft.jorbis |
|
Package edu.emory.mathcs.backport.java.util |
serialVersionUID: 2340985798034038923L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserialize this deque.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Serialize this deque.
- Serial Data:
- The current size (int) of the deque,
followed by all of its elements (each an object reference) in
first-to-last order.
- Throws:
java.io.IOException
serialVersionUID: 876323262645176354L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: -7720805057305804111L
readObject
private void readObject(java.io.ObjectInputStream is)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream os)
throws java.io.IOException
- Serial Data:
- the length of the array (queue capacity) is stored, followed
by all of its elements (as Objects)
- Throws:
java.io.IOException
size
int size
comparator
java.util.Comparator<T> comparator
serialVersionUID: 919286545866124006L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
comparator
java.util.Comparator<T> comparator
key
java.lang.Object key
element
java.lang.Object element
color
boolean color
- The node color (RED, BLACK)
left
TreeMap.Entry left
- Pointer to left child
right
TreeMap.Entry right
- Pointer to right child
parent
TreeMap.Entry parent
- Pointer to parent (null if root)
serialVersionUID: -2479143000061671589L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
|
Package edu.emory.mathcs.backport.java.util.concurrent |
serialVersionUID: -817911632652898426L
items
java.lang.Object[] items
- The queued items
takeIndex
int takeIndex
- items index for next take, poll or remove
putIndex
int putIndex
- items index for next put, offer, or add.
count
int count
- Number of items in the queue
lock
ReentrantLock lock
- Main lock guarding all access
notEmpty
Condition notEmpty
- Condition for waiting takes
notFull
Condition notFull
- Condition for waiting puts
serialVersionUID: 7117394618823254244L
serialVersionUID: -9202173006928992231L
serialVersionUID: 7249069246763182397L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute the ConcurrentHashMap instance from a
stream (i.e., deserialize it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Save the state of the ConcurrentHashMap instance to a
stream (i.e., serialize it).
- Serial Data:
- the key (Object) and value (Object)
for each key-value mapping, followed by a null pair.
The key-value mappings are emitted in no particular order.
- Throws:
java.io.IOException
segmentMask
int segmentMask
- Mask value for indexing into segments. The upper bits of a
key's hash code are used to choose the segment.
segmentShift
int segmentShift
- Shift value for indexing within segments.
segments
edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap.Segment[] segments
- The segments, each of which is a specialized hash table
serialVersionUID: 196745693267521676L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute the Queue instance from a stream (that is,
deserialize it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Save the state to a stream (that is, serialize it).
- Serial Data:
- All of the elements (each an E) in
the proper order, followed by a null
- Throws:
java.io.IOException
headLock
java.lang.Object headLock
tailLock
java.lang.Object tailLock
serialVersionUID: -8627078645895051609L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute the map from a stream.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Save the state of this map to a stream.
- Serial Data:
- The key (Object) and value (Object) for each
key-value mapping represented by the map, followed by
null. The key-value mappings are emitted in key-order
(as determined by the Comparator, or by the keys' natural
ordering if no Comparator).
- Throws:
java.io.IOException
comparator
java.util.Comparator<T> comparator
- The comparator used to maintain order in this map, or null
if using natural ordering.
-
|
Class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap.SubMap extends AbstractMap implements Serializable |
serialVersionUID: -7647078645895051609L
m
ConcurrentSkipListMap m
- Underlying map
lo
java.lang.Object lo
- lower bound key, or null if from start
hi
java.lang.Object hi
- upper bound key, or null if to end
loInclusive
boolean loInclusive
- inclusion flag for lo
hiInclusive
boolean hiInclusive
- inclusion flag for hi
isDescending
boolean isDescending
- direction
serialVersionUID: -2479143111061671589L
m
ConcurrentNavigableMap m
- The underlying map. Uses Boolean.TRUE as value for each
element. This field is declared final for the sake of thread
safety, which entails some ugliness in clone()
serialVersionUID: 8673264195747942595L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 5457747651344034263L
al
CopyOnWriteArrayList al
serialVersionUID: 7830266012832686185L
cause
java.lang.Throwable cause
serialVersionUID: -387911632671998426L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute this deque from a stream (that is,
deserialize it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Save the state of this deque to a stream (that is, serialize it).
- Serial Data:
- The capacity (int), followed by elements (each an
Object) in the proper order, followed by a null
- Throws:
java.io.IOException
capacity
int capacity
- Maximum number of items in the deque
lock
ReentrantLock lock
- Main lock guarding all access
notEmpty
Condition notEmpty
- Condition for waiting takes
notFull
Condition notFull
- Condition for waiting puts
serialVersionUID: -6903933977591709194L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute this queue instance from a stream (that is,
deserialize it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Save the state to a stream (that is, serialize it).
- Serial Data:
- The capacity is emitted (int), followed by all of
its elements (each an Object) in the proper order,
followed by a null
- Throws:
java.io.IOException
capacity
int capacity
- The capacity bound, or Integer.MAX_VALUE if none
count
int count
- Current number of elements
takeLock
java.lang.Object takeLock
- Lock held by take, poll, etc
putLock
java.lang.Object putLock
- Lock held by put, offer, etc
serialVersionUID: 5595510919245408276L
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Saves the state to a stream (that is, serializes it). This
merely wraps default serialization within lock. The
serialization strategy for items is left to underlying
Queue. Note that locking is not needed on deserialization, so
readObject is not defined, just relying on default.
- Throws:
java.io.IOException
q
PriorityQueue q
lock
ReentrantLock lock
notEmpty
Condition notEmpty
serialVersionUID: -375805702767069545L
serialVersionUID: -3222578661600680210L
sync
edu.emory.mathcs.backport.java.util.concurrent.Semaphore.Sync sync
serialVersionUID: -3223113410248163686L
qlock
ReentrantLock qlock
- Lock protecting both wait queues
waitingProducers
edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue.WaitQueue waitingProducers
- Queue holding waiting puts
waitingConsumers
edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue.WaitQueue waitingConsumers
- Queue holding waiting takes
serialVersionUID: 1900926677490660714L
readResolve
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
index
int index
- The ordinal of this unit. This is useful both for
TimeUnit.ordinal()
and to maintain serialization consistence with earlier versions.
name
java.lang.String name
- name of this unit
|
Package edu.emory.mathcs.backport.java.util.concurrent.atomic |
serialVersionUID: 4654671469794556979L
value
int value
serialVersionUID: 6214790243416807050L
value
int value
serialVersionUID: 2862133569453604235L
array
int[] array
serialVersionUID: 1927816293512124184L
value
long value
serialVersionUID: -2308431214976778248L
array
long[] array
serialVersionUID: -1848883965231344442L
value
java.lang.Object value
serialVersionUID: -6209656149925076980L
array
java.lang.Object[] array
|
Package edu.emory.mathcs.backport.java.util.concurrent.helpers |
serialVersionUID: 2416444691925378811L
|
Package edu.emory.mathcs.backport.java.util.concurrent.locks |
serialVersionUID: 7373984872572414699L
sync
edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock.Sync sync
serialVersionUID: -3463448656717690166L
readerLock_
ReentrantReadWriteLock.ReadLock readerLock_
writerLock_
ReentrantReadWriteLock.WriteLock writerLock_
sync
edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.Sync sync
serialVersionUID: -5992448646407690164L
lock
ReentrantReadWriteLock lock
serialVersionUID: -4992448646407690164L
lock
ReentrantReadWriteLock lock
name
java.lang.String name
value
java.lang.Object value
rootCause
java.lang.Throwable rootCause
servlet
Servlet servlet
permanent
boolean permanent
seconds
int seconds
|
Package javax.servlet.http |
name
java.lang.String name
value
java.lang.Object value
|
Package org.osgi.framework |
serialVersionUID: 7348630669480294335L
serialVersionUID: 207051004521261705L
serialVersionUID: -4295194420816491875L
serialVersionUID: -5107705877071099135L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- readObject is called to restore the state of the ServicePermission from a
stream.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- WriteObject is called to save the state of the ServicePermission
object to a stream. The actions are serialized, and the superclass takes
care of the name.
- Throws:
java.io.IOException
actions
java.lang.String actions
- The actions in canonical form.
-
serialVersionUID: 8792901483909409299L
serialVersionUID: -7662148639076511574L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- readObject is called to restore the state of the ServicePermission from a
stream.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- WriteObject is called to save the state of the ServicePermission to a
stream. The actions are serialized, and the superclass takes care of the
name.
- Throws:
java.io.IOException
actions
java.lang.String actions
- The actions in canonical form.
-
|
Package org.osgi.service.cm |
property
java.lang.String property
reason
java.lang.String reason
|
Package org.osgi.service.http |
|
Class sun.misc.CEFormatException extends java.io.IOException implements Serializable |
|
Class sun.misc.CEStreamExhausted extends java.io.IOException implements Serializable |
|
Class sun.misc.ExtensionInstallationException extends java.lang.Exception implements Serializable |
|
Class sun.misc.InvalidJarIndexException extends java.lang.RuntimeException implements Serializable |
|
Class sun.misc.REException extends java.lang.Exception implements Serializable |
|
Class sun.misc.ServiceConfigurationError extends java.lang.Error implements Serializable |