Interface Source

All Known Subinterfaces:
EventSource, NetworkSource
All Known Implementing Classes:
AbstractCSVSource, AbstractEventSource, AbstractNetworkSource, AbstractSource, BackwardsEventSource, CombineNetworkSource, ConstantSeismogramSourceLocator, CSVEventSource, CSVNetworkSource, DelayedEventSource, FdsnDataSelect, FdsnEvent, FdsnStation, InstrumentationFromDB, LoadedNetworkSource, MockNetworkSource, NowFakeEventSource, PeriodicFakeEventSource, RetryNetworkSource, SimpleEventSource, WinstonNetworkSource, WrappingNetworkSource

public interface Source
  • Method Summary

    Modifier and Type Method Description
    void appendToName​(java.lang.String suffix)
    Allows name to be appended to in case of conflicts with other sources.
    java.lang.String getName()
    returns the name of the server.
    int getRetries()  
  • Method Details

    • getName

      java.lang.String getName()
      returns the name of the server. The name to which the server's servant instance is bound in the CORBA naming service. For non-corba servers, this string can be anything that seems reasonable and is relatively unique
      Returns:
      a String value
    • appendToName

      void appendToName​(java.lang.String suffix)
      Allows name to be appended to in case of conflicts with other sources.
    • getRetries

      int getRetries()