Interface ProxyAwareStorage

All Superinterfaces:
DatabaseAPI
All Known Subinterfaces:
BufferManagerStorage, DSEStorage
All Known Implementing Classes:
SQLiteBufferStorage, SQLiteDataSpecStorage

public interface ProxyAwareStorage extends DatabaseAPI
Storage interface that knows how to get information about the proxy system from the DB.
Author:
Donal Fellows
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the proxy information from the database.
  • Method Details

    • getProxyInformation

      ProxyInformation getProxyInformation() throws StorageException
      Get the proxy information from the database.
      Returns:
      The proxy information, or null if none defined. When there is no proxy, only direct connections to SpiNNaker are possible.
      Throws:
      StorageException - If anything goes wrong.