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

D

DatabaseConnection - Class in org.openbandy.io.storage
The DatabaseConnection class implements the StorageConnection class in order to execute SQL statements on the JDBC database.
DatabaseConnectionProperties - Class in org.openbandy.io.storage
Properties that define how to connect to the database.
DatabaseConnectionProperties() - Constructor for class org.openbandy.io.storage.DatabaseConnectionProperties
 
DatabaseSelector - Class in org.openbandy.io.storage
TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.
DatabaseSelector() - Constructor for class org.openbandy.io.storage.DatabaseSelector
 
DatabaseSelectorTest - Class in org.openbandy.test
TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.
DatabaseSelectorTest() - Constructor for class org.openbandy.test.DatabaseSelectorTest
 
DatabaseSerializer - Interface in org.openbandy.io.db
TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.
DatabaseSerializerImpl - Class in org.openbandy.io.db
The Database Serializer provides a service to load and store serializable objects to respectively from a JDBC compliant database.
DatabaseSerializerImpl() - Constructor for class org.openbandy.io.db.DatabaseSerializerImpl
 
DatabaseSerializerTest - Class in org.openbandy.test
TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.
DatabaseSerializerTest() - Constructor for class org.openbandy.test.DatabaseSerializerTest
 
DatabaseService - Class in org.openbandy.service
TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.
DatabaseService() - Constructor for class org.openbandy.service.DatabaseService
 
DatabaseStorage - Class in org.openbandy.io.storage
The DatabaseStorage is an extension to the Storage.
DatabaseValueContainer - Class in org.openbandy.io.db
ValueContainer compliant representation of object data in order to be stored to and loaded from database.
DatabaseValueContainer(ObjectEntry) - Constructor for class org.openbandy.io.db.DatabaseValueContainer
 
DatabaseValueContainer(ResultSet) - Constructor for class org.openbandy.io.db.DatabaseValueContainer
 
debug(Object, String) - Method in interface org.openbandy.log.Log
Logs a message with log level LEVEL_DEBUG
debug(String, String) - Method in interface org.openbandy.log.Log
Logs a message with log level LEVEL_DEBUG
debug(Object, String) - Method in class org.openbandy.log.LogImpl
Logs a message with log level LEVEL_DEBUG
debug(String, String) - Method in class org.openbandy.log.LogImpl
Logs a message with log level LEVEL_DEBUG
DEBUG - Static variable in class org.openbandy.log.LogLevel
 
debug(Object, String) - Method in class org.openbandy.log.server.LogImpl
Logs a message with log level LEVEL_DEBUG
debug(String, String) - Method in class org.openbandy.log.server.LogImpl
Logs a message with log level LEVEL_DEBUG
debug(Object, String) - Static method in class org.openbandy.service.LogService
Forwards a message with log level LEVEL_DEBUG to the log service
debug(String, String) - Static method in class org.openbandy.service.LogService
Forwards a message with log level LEVEL_DEBUG to the log service
DEFAULT - Static variable in class org.openbandy.log.LogLevel
 
DEFAULT_BUFFER_SIZE - Static variable in interface org.openbandy.net.MessageBroker
 
DEFAULT_VALIDITY - Static variable in class org.openbandy.event.Event
 
delete(Serializable) - Method in class org.openbandy.io.storage.Storage
Deletes the serializable and all the objects it references.
delete(Serializable) - Static method in class org.openbandy.service.DatabaseService
Delete an object in the database storage
deleteShallow(Serializable) - Method in class org.openbandy.io.rms.RmsStorage
 
deleteShallow(Serializable) - Method in class org.openbandy.io.storage.DatabaseStorage
 
deleteShallow(Serializable) - Method in class org.openbandy.io.storage.Storage
Deletes the serializable object, but not the reference objects.
dequeue(int) - Method in class org.openbandy.net.client.IncomingMessageQueue
 
dequeue(String) - Method in class org.openbandy.net.server.OutgoingMessageQueue
TODO comment!
deserialize(Serializer, SerializationBuffer) - Method in class org.openbandy.example.bos.Car
 
deserialize(Serializer, SerializationBuffer) - Method in class org.openbandy.example.bos.Crankshaft
 
deserialize(Serializer, SerializationBuffer) - Method in class org.openbandy.example.bos.Engine
 
deserialize(Serializer, SerializationBuffer) - Method in class org.openbandy.example.bos.EuropeanSportscar
 
deserialize(Serializer, SerializationBuffer) - Method in class org.openbandy.example.bos.Sportscar
 
deserialize(Serializer, SerializationBuffer) - Method in class org.openbandy.example.bos.Tire
 
deserialize(Serializer, SerializationBuffer) - Method in class org.openbandy.example.pingpong.PingPongMessage
 
deserialize(Serializer, SerializationBuffer) - Method in class org.openbandy.io.Message
 
deserialize(Serializer, SerializationBuffer) - Method in interface org.openbandy.io.Serializable
This method must overwrite the attributes denoted in getAttributeNames() with values read from the container provided.
deserialize(Serializer, SerializationBuffer) - Method in class org.openbandy.io.SerializableVector
 
deserialize(Serializer, SerializationBuffer) - Method in class org.openbandy.net.client.IncomingMessageEvent
 
deserializeObject(Serializable, SerializationBuffer) - Method in class org.openbandy.io.db.DatabaseSerializerImpl
 
deserializeObject(Serializable, RmsConnection) - Method in interface org.openbandy.io.rms.RmsSerializer
 
deserializeObject(Serializable, SerializationBuffer) - Method in class org.openbandy.io.rms.RmsSerializerImpl
Deserialize a serializable object, get the correct id from the parent containter.
deserializeObject(Serializable, RmsConnection) - Method in class org.openbandy.io.rms.RmsSerializerImpl
Deserialize an object from its object connn
deserializeObject(Serializable, SerializationBuffer) - Method in interface org.openbandy.io.Serializer
TODO comment!
deserializeObject(Serializable, SerializationBuffer) - Method in class org.openbandy.io.stream.StreamSerializerImpl
 
deserializeSuper(Serializer, SerializationBuffer) - Method in class org.openbandy.io.SerializableVector
 
deserializeSuper(Serializer, SerializationBuffer) - Method in class org.openbandy.net.client.IncomingMessageEvent
 
deviceDiscovered(RemoteDevice, DeviceClass) - Method in class org.openbandy.log.SelectBtDeviceForm
 
DirectByteArrayInputStream - Class in org.openbandy.io.rms
A version of ByteArrayInputStream that replaces the underlying byte array.
DirectByteArrayInputStream(byte[]) - Constructor for class org.openbandy.io.rms.DirectByteArrayInputStream
 
DirectByteArrayInputStream(byte[], int, int) - Constructor for class org.openbandy.io.rms.DirectByteArrayInputStream
 
DirectByteArrayOutputStream - Class in org.openbandy.io.rms
A version of ByteArrayOutputStream that gives you direct access to the underlying byte array if needed.
DirectByteArrayOutputStream() - Constructor for class org.openbandy.io.rms.DirectByteArrayOutputStream
 
DirectByteArrayOutputStream(int) - Constructor for class org.openbandy.io.rms.DirectByteArrayOutputStream
 
dismiss() - Method in class org.openbandy.ui.ProgressAlert
Release the alert and make the previous screen current again.
dispatch(Event) - Static method in class org.openbandy.service.EventService
This methods forwards the provided Event to every EventSink that has been registered for this type of Event.
dispatchEvent(Event) - Method in class org.openbandy.event.EventDispatcher
Dispatch the given event to all registered event sinks.
display - Static variable in class org.openbandy.ui.MainMenu
 
displayStoredLogMessages() - Method in class org.openbandy.log.LogImpl
Print all persistently stored log messages to the canvas.

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