Interface ProxyAwareStorage
- All Superinterfaces:
- DatabaseAPI
- All Known Subinterfaces:
- BufferManagerStorage,- DSEStorage
- All Known Implementing Classes:
- SQLiteBufferStorage,- SQLiteDataSpecStorage
Storage interface that knows how to get information about the proxy system
 from the DB.
- Author:
- Donal Fellows
- 
Method SummaryModifier and TypeMethodDescriptionGet the proxy information from the database.
- 
Method Details- 
getProxyInformationGet the proxy information from the database.- Returns:
- The proxy information, or nullif none defined. When there is no proxy, only direct connections to SpiNNaker are possible.
- Throws:
- StorageException- If anything goes wrong.
 
 
-