net.agmodel.metBean
Class MetRequestBean
java.lang.Object
|
+--net.agmodel.utilBean.RequestBean
|
+--net.agmodel.metBean.MetRequestBean
- All Implemented Interfaces:
- AllowSummarizingListener, ElementsListener, EventListener, IntervalListener, ResolutionListener, Runnable
- Direct Known Subclasses:
- SpatialRequestBean, StationRequestBean
- public abstract class MetRequestBean
- extends RequestBean
- implements IntervalListener, ResolutionListener, ElementsListener, AllowSummarizingListener
| Methods inherited from class net.agmodel.utilBean.RequestBean |
addDataListener, addIndeterminateListener, alreadyLoggedIn, clearListeners, fireDataArrivedEvent, fireDataRequestedEvent, fireIndeterminateEvent, fireSpecificEvent, getData, listSourceDetails, login, login, loginToDataSource, makeRequest, removeDataListener, removeIndeterminateListener, run, runRetrieveThread, suitableLogin |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
elements
protected transient volatile MetElement[] elements
resolution
protected transient volatile MetDuration resolution
interval
protected transient volatile Interval interval
allowSummarizing
protected transient volatile boolean allowSummarizing
MetRequestBean
public MetRequestBean(Frame parent)
setUpBean
protected void setUpBean()
- Overrides:
setUpBean in class RequestBean
readyToRequest
protected boolean readyToRequest()
- Overrides:
readyToRequest in class RequestBean
newInterval
public void newInterval(IntervalEvent evt)
- Specified by:
newInterval in interface IntervalListener
newResolution
public void newResolution(ResolutionEvent evt)
- Specified by:
newResolution in interface ResolutionListener
newElements
public void newElements(ElementsEvent evt)
- Specified by:
newElements in interface ElementsListener
newAllowSummarizing
public void newAllowSummarizing(AllowSummarizingEvent evt)
- Specified by:
newAllowSummarizing in interface AllowSummarizingListener