net.agmodel.metBean
Class MetSourceEvent
java.lang.Object
|
+--java.util.EventObject
|
+--net.agmodel.utilBean.ServiceBeanEvent
|
+--net.agmodel.utilBean.ServerBeanEvent
|
+--net.agmodel.utilBean.DataSourceEvent
|
+--net.agmodel.metBean.MetSourceEvent
- All Implemented Interfaces:
- DefaultTimeZoneEvent, PeriodExtremesEvent, Serializable
- Direct Known Subclasses:
- RegionEvent, StationEvent
- public class MetSourceEvent
- extends DataSourceEvent
- implements DefaultTimeZoneEvent, PeriodExtremesEvent
- See Also:
- Serialized Form
|
Constructor Summary |
MetSourceEvent(Object source,
MetBrokerHTTP newBroker,
String newSessionID,
MetSourceDetail newMetSource)
|
MetSourceEvent(Object source,
MetBrokerHTTP newBroker,
String newSessionID,
MetSourceDetail newMetSource,
String requestedStationID)
|
MetSourceEvent(Object source,
MetBroker newBroker,
String newSessionID,
MetSourceDetail newMetSource)
|
MetSourceEvent(Object source,
MetBroker newBroker,
String newSessionID,
MetSourceDetail newMetSource,
String requestedStationID)
|
requestedStationID
protected String requestedStationID
MetSourceEvent
public MetSourceEvent(Object source,
MetBroker newBroker,
String newSessionID,
MetSourceDetail newMetSource)
MetSourceEvent
public MetSourceEvent(Object source,
MetBroker newBroker,
String newSessionID,
MetSourceDetail newMetSource,
String requestedStationID)
MetSourceEvent
public MetSourceEvent(Object source,
MetBrokerHTTP newBroker,
String newSessionID,
MetSourceDetail newMetSource)
MetSourceEvent
public MetSourceEvent(Object source,
MetBrokerHTTP newBroker,
String newSessionID,
MetSourceDetail newMetSource,
String requestedStationID)
getMetSourceDetail
public MetSourceDetail getMetSourceDetail()
getMetBrokerRMI
public MetBroker getMetBrokerRMI()
getMetBrokerHTTP
public MetBrokerHTTP getMetBrokerHTTP()
getRequestedStationID
public String getRequestedStationID()
getDefaultTimeZone
public String getDefaultTimeZone()
- Specified by:
getDefaultTimeZone in interface DefaultTimeZoneEvent
getPeriodExtremes
public Period getPeriodExtremes()
- Specified by:
getPeriodExtremes in interface PeriodExtremesEvent