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

R

read() - Method in class org.openbandy.io.stream.FilteringInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class org.openbandy.io.stream.FilteringInputStream
Reads up to byte.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class org.openbandy.io.stream.FilteringInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
readBoolean() - Method in class org.openbandy.io.rms.RmsRecord
 
readByte() - Method in class org.openbandy.io.rms.RmsRecord
 
readChar() - Method in class org.openbandy.io.rms.RmsRecord
 
readClassNameFromTokenizedStream(InputStream) - Static method in class org.openbandy.io.stream.StreamSerializerHelper
TODO comment! TODO harden this better by skipping all the chars that are tokens to WbxmlXXXX
readClassNameFromUncompressedStream(InputStream) - Static method in class org.openbandy.io.stream.StreamSerializerHelper
TODO comment!
readContentClassNameFromTokenizedStream(InputStream) - Static method in class org.openbandy.io.stream.StreamSerializerHelper
TODO comment!
readContentClassNameFromUncompressedStream(InputStream) - Static method in class org.openbandy.io.stream.StreamSerializerHelper
TODO comment!
readDouble() - Method in class org.openbandy.io.rms.RmsRecord
 
readFloat() - Method in class org.openbandy.io.rms.RmsRecord
 
readFully(byte[]) - Method in class org.openbandy.io.rms.RmsRecord
 
readFully(byte[], int, int) - Method in class org.openbandy.io.rms.RmsRecord
 
readInt() - Method in class org.openbandy.io.rms.RmsRecord
 
readLine() - Method in class org.openbandy.io.rms.RmsRecord
TODO comment!
readLong() - Method in class org.openbandy.io.rms.RmsRecord
 
readMessage(DataInputStream) - Static method in class org.openbandy.net.ConnectionHelper
Tries to read a message from the input stream.
readShort() - Method in class org.openbandy.io.rms.RmsRecord
 
readToken(InputStream) - Static method in class org.openbandy.io.stream.StreamSerializerHelper
TODO comment!
readUnsignedByte() - Method in class org.openbandy.io.rms.RmsRecord
 
readUnsignedShort() - Method in class org.openbandy.io.rms.RmsRecord
 
readUTF() - Method in class org.openbandy.io.rms.RmsRecord
 
registerSource(EventSource) - Static method in class org.openbandy.service.EventService
This method registers an EventSource with every type of event it provides.
REMOTE_STORE_MESSAGE - Static variable in interface org.openbandy.net.ServerProtocol
 
RemoteStoreProtocol - Class in org.openbandy.example.remotestore
TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.
RemoteStoreProtocol() - Constructor for class org.openbandy.example.remotestore.RemoteStoreProtocol
 
RemoteStoreService - Class in org.openbandy.example.remotestore
TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.
RemoteStoreService() - Constructor for class org.openbandy.example.remotestore.RemoteStoreService
 
RemoteStoreTest - Class in org.openbandy.example.test
TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.
RemoteStoreTest() - Constructor for class org.openbandy.example.test.RemoteStoreTest
 
remove(Serializable) - Method in class org.openbandy.io.SerializableVector
If the serializable object is contained in this vector, it will be deleted.
remove(String) - Static method in class org.openbandy.pref.Preferences
Remove the preference with the given name from the persistent store.
remove(String) - Static method in class org.openbandy.service.PreferencesService
Remove the preference with the given name from the persistent store.
removeByKey(Object) - Method in class org.openbandy.util.TwoWayHashtable
Remove an element from the hashtable using the key.
removeByValue(Object) - Method in class org.openbandy.util.TwoWayHashtable
Remove an element from the hashtable using the value as key.
removeConnection(StorageConnection) - Method in class org.openbandy.io.storage.Storage
Returns true if the connection was removed
removeContainer(ValueContainer) - Method in class org.openbandy.io.SerializationBuffer
Removes the given container from the list.
removeEventSource(EventSource) - Method in class org.openbandy.event.EventSourceBroker
Remove an EventSource from the pool
removeFirstElement() - Method in class org.openbandy.io.SerializableVector
 
removeId(int) - Method in class org.openbandy.io.rms.RmsTypeRecordStoreHeader
TODO comment!
removeSink(EventSink) - Method in class org.openbandy.event.EventDispatcher
Relieve an event sink from this EventDispatcher's control.
removeSource(Integer) - Method in class org.openbandy.event.EventSourceController
Relieve an event source with the given index from this EventSourceController's control.
reset() - Method in class org.openbandy.io.rms.RmsStorage
 
reset() - Method in class org.openbandy.io.storage.DatabaseStorage
 
reset() - Method in class org.openbandy.io.storage.Storage
Reset the storage with all it's meta structures and caches.
reset() - Method in class org.openbandy.io.stream.FilteringInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
resetAllIds(Serializable) - Static method in class org.openbandy.io.SerializationIdentifiers
TODO comment!
reverseOrder(Vector) - Static method in class org.openbandy.util.CollectionsUtil
Reverses the order of the elements in the vector.
RMS_ID_MAX - Static variable in class org.openbandy.io.SerializationIdentifiers
 
RMS_ID_MIN - Static variable in class org.openbandy.io.SerializationIdentifiers
 
RmsConnection - Class in org.openbandy.io.rms
Wrapper class to access 1 RecordStore.
RmsRecord - Class in org.openbandy.io.rms
In order to have a more efficient way to read records all access is encapsulated in this class, hence guaranteeing that: 1.
RmsRecord(RecordStore) - Constructor for class org.openbandy.io.rms.RmsRecord
 
RmsRecord(RecordStore, int) - Constructor for class org.openbandy.io.rms.RmsRecord
 
RmsSelector - Class in org.openbandy.io.rms
The RmsSelector is an implementation of the Selector interface for the RecordManagementStore (RMS).
RmsSelector(RmsSerializer) - Constructor for class org.openbandy.io.rms.RmsSelector
 
RmsSerializer - Interface in org.openbandy.io.rms
TODO describe purpose and usage

(c) Copyright P.
RmsSerializerImpl - Class in org.openbandy.io.rms
The RmsSerializerImpl implements a storage serializer for the Record Management Store.
RmsSerializerImpl() - Constructor for class org.openbandy.io.rms.RmsSerializerImpl
 
RmsSerializerTest - Class in org.openbandy.example.test
TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.
RmsSerializerTest() - Constructor for class org.openbandy.example.test.RmsSerializerTest
 
RmsStorage - Class in org.openbandy.io.rms
Abtstract and encapsule rms knowlegede (id generation etc.) TODO überprüfe alle RmsConnections, wo kann ich sparen ??!!!!! TODO NAMEN vereinfachen und konsequenter verwenden !!

(c) Copyright P.
RmsTypeRecordStoreHeader - Class in org.openbandy.io.rms
The RmsTypeRecordStoreHeader class is used to represent a list of RMS identifiers (i.e.
RmsTypeRecordStoreHeader() - Constructor for class org.openbandy.io.rms.RmsTypeRecordStoreHeader
 
RmsValueContainer - Class in org.openbandy.io.rms
TODO describe purpose and usage TODO reuse the output streams and use RmsRecord

(c) Copyright P.
RmsValueContainer(ObjectEntry) - Constructor for class org.openbandy.io.rms.RmsValueContainer
 
RmsValueContainer(RecordStore, Serializable) - Constructor for class org.openbandy.io.rms.RmsValueContainer
 
run() - Method in class org.openbandy.event.EventDispatcherThread
 
run() - Method in class org.openbandy.event.EventSource
Starts the EventSource.
run() - Method in class org.openbandy.example.test.BooleanPreferencesTest
 
run() - Method in class org.openbandy.example.test.BooleanRmsTest
 
run() - Method in class org.openbandy.example.test.EventServiceTest
 
run() - Method in class org.openbandy.example.test.EventSourceSimulation
 
run() - Method in class org.openbandy.example.test.IntegerPreferenceTest
 
run() - Method in class org.openbandy.example.test.LogServiceTest
 
run() - Method in class org.openbandy.example.test.MessageSerializationTest
 
run() - Method in class org.openbandy.example.test.NotificatorTest
 
run() - Method in class org.openbandy.example.test.PingPongTest
 
run() - Method in class org.openbandy.example.test.RemoteStoreTest
 
run() - Method in class org.openbandy.example.test.RmsSerializerTest
 
run() - Method in class org.openbandy.example.test.StreamSerializerTest
 
run() - Method in class org.openbandy.example.test.StringPreferenceTest
 
run() - Method in class org.openbandy.log.LogImpl
 
run() - Method in class org.openbandy.log.SelectBtDeviceForm
 
run() - Method in class org.openbandy.net.client.MmsScanner
 
run() - Method in class org.openbandy.net.client.SmsScanner
 
run() - Method in class org.openbandy.net.server.ServiceServer
 
runningOnMicroEdition() - Static method in class org.openbandy.service.Service
Determine whether the current VM is a Java Microedition by reading the according property.
runningOnSunWTK() - Static method in class org.openbandy.service.Service
Determine whether the current VM is Sun's Wireless Toolkit Emulator by reading the according property.

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