edu.sc.seis.sod.source
Interface Source

All Known Subinterfaces:
NetworkSource
All Known Implementing Classes:
AbstractNetworkSource, AbstractSource, BackwardsEventFinder, CombineNetworkSource, CSVNetworkSource, EventFinder, FilterNetworkFinder, FixedDataCenter, InstrumentationFromDB, LoadedNetworkSource, MockNetworkSource, NetworkFinder, PlottableRequest, StationXML, VelocityNetworkSource, WinstonNetworkSource, WrappingNetworkSource

public interface Source


Method Summary
 java.lang.String getDNS()
          returns the DNSName of the server.
 java.lang.String getName()
          returns the sourceName of the server.
 

Method Detail

getDNS

java.lang.String getDNS()
returns the DNSName of the server. The context under which the objectName is registered 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

getName

java.lang.String getName()
returns the sourceName 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