Interface | Description |
---|---|
DataBusInterface |
Interface for defining new databus component for storing and retrieving data that act as an interface between sending
and receing data in Triana.
|
Class | Description |
---|---|
DataBus |
The databus accepts a number of data stores that are capable of storing and retrieving objects using their URL as an
identifier.
|
LocalDataBus |
Simple local implementation of datstore.
|
Exception | Description |
---|---|
DataNotResolvableException |
thrown when the data URL cannot be resolve by the data bus.
|