Package edu.sc.seis.sod.source
Interface Source
- All Known Subinterfaces:
EventSource
,NetworkSource
- All Known Implementing Classes:
AbstractCSVSource
,AbstractEventSource
,AbstractNetworkSource
,AbstractSource
,BackwardsEventFinder
,CombineNetworkSource
,ConstantSeismogramSourceLocator
,CSVEventSource
,CSVNetworkSource
,DelayedEventSource
,EventFinder
,FdsnDataSelect
,FdsnEvent
,FdsnStation
,FilterNetworkFinder
,FixedDataCenter
,InstrumentationFromDB
,LoadedNetworkSource
,MockNetworkSource
,NetworkFinder
,NowFakeEventSource
,PeriodicFakeEventSource
,PlottableRequest
,RetryNetworkSource
,SimpleEventSource
,StationXML
,VelocityNetworkSource
,WinstonNetworkSource
,WrappingNetworkSource
public interface Source
-
Method Summary
Modifier and TypeMethodDescriptionvoid
appendToName
(String suffix) Allows name to be appended to in case of conflicts with other sources.getName()
returns the name of the server.int
-
Method Details
-
getName
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
Allows name to be appended to in case of conflicts with other sources. -
getRetries
int getRetries()
-