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

E

elements() - Method in class org.openbandy.io.SerializableVector
 
Engine - Class in org.openbandy.example.bos
TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.
Engine() - Constructor for class org.openbandy.example.bos.Engine
 
enqueue(Message) - Method in class org.openbandy.net.client.IncomingMessageQueue
 
enqueue(String, Message) - Method in class org.openbandy.net.server.OutgoingMessageQueue
TODO comment!
ensureRunning() - Method in class org.openbandy.event.EventSourceController
Check if every controlled event source is running.
equal(int, int) - Static method in class org.openbandy.test.Assertion
Check the given int values to be equal.
error(Object, String, Throwable) - Method in interface org.openbandy.log.Log
Logs a message with log level LEVEL_ERROR
error(String, String, Throwable) - Method in interface org.openbandy.log.Log
Logs a message with log level LEVEL_ERROR and prints the stack trace to System.out
error(Object, String, Throwable) - Method in class org.openbandy.log.LogImpl
Logs a message with log level LEVEL_ERROR
error(String, String, Throwable) - Method in class org.openbandy.log.LogImpl
Logs a message with log level LEVEL_ERROR
ERROR - Static variable in class org.openbandy.log.LogLevel
The log levels
error(Object, String, Throwable) - Method in class org.openbandy.log.server.LogImpl
Logs a message with log level LEVEL_ERROR
error(String, String, Throwable) - Method in class org.openbandy.log.server.LogImpl
Logs a message with log level LEVEL_ERROR
error(Object, String, Throwable) - Static method in class org.openbandy.service.LogService
Forwards a message with log level LEVEL_ERROR to the log service
error(String, String, Throwable) - Static method in class org.openbandy.service.LogService
Forwards a message with log level LEVEL_ERROR to the log service
errorAlert(String) - Static method in class org.openbandy.service.NotificatorService
Create an error alert with the given message and show it to the user (no timeout).
errorAlert(String, int) - Static method in class org.openbandy.service.NotificatorService
Create an error alert with the given message and show it to the user for timeout seconds.
EuropeanSportscar - Class in org.openbandy.example.bos
TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.
EuropeanSportscar() - Constructor for class org.openbandy.example.bos.EuropeanSportscar
 
Event - Class in org.openbandy.event
This is the representation of an Event.
Event() - Constructor for class org.openbandy.event.Event
 
EventDispatcher - Class in org.openbandy.event
The EventDispatcher combines every EventSink that absorbs a certain type of Event.
EventDispatcher(String) - Constructor for class org.openbandy.event.EventDispatcher
 
EventDispatcherThread - Class in org.openbandy.event
This class implements a simple thread that dispatches a given Event to all EventSinks.
EventDispatcherThread(Event, Enumeration, Hashtable) - Constructor for class org.openbandy.event.EventDispatcherThread
 
EventFilter - Interface in org.openbandy.event
The EventFilter interface defines the methods a class must implement in order to absorb events of a given type and thus act as a filter.
EventService - Class in org.openbandy.service
The EventService acts as a router between EventSources and EventSinks.
EventService() - Constructor for class org.openbandy.service.EventService
 
EventServiceTest - Class in org.openbandy.example.test
A very simple test of the event router.
EventServiceTest() - Constructor for class org.openbandy.example.test.EventServiceTest
 
EventSink - Interface in org.openbandy.event
The EventSink interface defines the methods a class must implement in order to absorb events of a given type.
EventSource - Class in org.openbandy.event
An EventSource is a thread that must eventually dispatch an event of the type it provides.
EventSource(String, EventSourceOwner) - Constructor for class org.openbandy.event.EventSource
 
EventSourceBroker - Class in org.openbandy.event
The EventSourceBroker holds all references to event sources that are registered at the event service and is thus able to create new instances if necessary.
EventSourceBroker() - Constructor for class org.openbandy.event.EventSourceBroker
 
EventSourceController - Class in org.openbandy.event
An instance of the EventSourceController is used to control the life of every event source that provides a certain type of event, i.e.
EventSourceController(String, EventSourceBroker) - Constructor for class org.openbandy.event.EventSourceController
 
EventSourceOwner - Interface in org.openbandy.event
As an EventSource is a thread, it might re-instantiate itself.
EventSourceSimulation - Class in org.openbandy.example.test
An example EventSource that dispatches a number of test events every 500 milliseconds.
EventSourceSimulation(AllEventsSentMonitor, EventSourceOwner, int) - Constructor for class org.openbandy.example.test.EventSourceSimulation
 
executeDELETE(Serializable) - Method in class org.openbandy.io.rms.RmsConnection
 
executeDELETE(Serializable) - Method in class org.openbandy.io.storage.DatabaseConnection
 
executeDELETE(Serializable) - Method in interface org.openbandy.io.storage.StorageConnection
This method deletes the serializable object in the storage.
executeINSERT(ObjectEntry) - Method in class org.openbandy.io.rms.RmsConnection
 
executeINSERT(ObjectEntry) - Method in class org.openbandy.io.storage.DatabaseConnection
This method inserts the objectEntry in the database and returns the genereated id resp.
executeINSERT(ObjectEntry) - Method in interface org.openbandy.io.storage.StorageConnection
This method inserts the objectEntry in the storage and returns the genereated id resp.
executeSELECT(String) - Method in class org.openbandy.io.storage.DatabaseConnection
This method returns the ResultSet for the select statement sql .
executeUPDATE(ObjectEntry) - Method in class org.openbandy.io.rms.RmsConnection
 
executeUPDATE(ObjectEntry) - Method in class org.openbandy.io.storage.DatabaseConnection
This method updates the objectEntry in the database.
executeUPDATE(ObjectEntry) - Method in interface org.openbandy.io.storage.StorageConnection
This method updates the objectEntry in the storage.
existsInStorage(Serializable) - Method in class org.openbandy.io.rms.RmsStorage
 
existsInStorage(Serializable) - Method in class org.openbandy.io.storage.DatabaseStorage
Return 0 if databaseSerializable does not already exist in database.
existsInStorage(Serializable) - Method in class org.openbandy.io.storage.Storage
Return 0 if databaseSerializable does not already exist in database.

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