public class RetryPlottableDC extends java.lang.Object implements ProxyPlottableDC, CorbaServerWrapper
EVENTACCESS_TYPE, EVENTDC_TYPE, EVENTFINDER_TYPE, NETACCESS_TYPE, NETDC_TYPE, NETFINDER_TYPE, PLOTTABLEDC_TYPE, SEISDC_TYPE| Constructor and Description |
|---|
RetryPlottableDC(NSPlottableDC plottable,
int retry) |
RetryPlottableDC(NSPlottableDC plottable,
RetryStrategy strat) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
custom_sizes() |
Dimension[] |
get_event_sizes() |
Plottable[] |
get_for_day(ChannelId channel_id,
int year,
int jday,
Dimension pixel_size) |
Plottable[] |
get_for_event(EventAccess event,
ChannelId channel_id,
Dimension pixel_size) |
Plottable[] |
get_plottable(RequestFilter request,
Dimension pixel_size) |
Dimension[] |
get_whole_day_sizes() |
PlottableDC |
getCorbaObject()
Gets the real corba DataCenter object for which this is a proxy.
|
java.lang.String |
getFullName() |
java.lang.String |
getServerDNS() |
java.lang.String |
getServerName() |
java.lang.String |
getServerType() |
PlottableDCOperations |
getWrappedDC()
Returns the DataCenterOperations directly inside of this one
|
PlottableDCOperations |
getWrappedDC(java.lang.Class wrappedClass)
Traverses through all of the ProxySeismogramDCs contained by this one, or
the one it contains and if it finds one of the passed in class, returns
it.
|
void |
reset()
Resets the proxy, potentially removing any cached data and
reresolving the corba reference.
|
public RetryPlottableDC(NSPlottableDC plottable, int retry)
public RetryPlottableDC(NSPlottableDC plottable, RetryStrategy strat)
public boolean custom_sizes()
custom_sizes in interface PlottableDCOperationspublic Plottable[] get_plottable(RequestFilter request, Dimension pixel_size) throws PlottableNotAvailable, UnsupportedDimension, NotImplemented
get_plottable in interface PlottableDCOperationsPlottableNotAvailableUnsupportedDimensionNotImplementedpublic Dimension[] get_whole_day_sizes()
get_whole_day_sizes in interface PlottableDCOperationspublic Plottable[] get_for_day(ChannelId channel_id, int year, int jday, Dimension pixel_size) throws PlottableNotAvailable, UnsupportedDimension
get_for_day in interface PlottableDCOperationsPlottableNotAvailableUnsupportedDimensionpublic Dimension[] get_event_sizes()
get_event_sizes in interface PlottableDCOperationspublic Plottable[] get_for_event(EventAccess event, ChannelId channel_id, Dimension pixel_size) throws PlottableNotAvailable, UnsupportedDimension
get_for_event in interface PlottableDCOperationsPlottableNotAvailableUnsupportedDimensionpublic PlottableDCOperations getWrappedDC()
ProxyPlottableDCgetWrappedDC in interface ProxyPlottableDCpublic PlottableDCOperations getWrappedDC(java.lang.Class wrappedClass)
ProxyPlottableDCgetWrappedDC in interface ProxyPlottableDCpublic void reset()
ProxyPlottableDCreset in interface CorbaServerWrapperreset in interface ProxyPlottableDCpublic PlottableDC getCorbaObject()
ProxyPlottableDCgetCorbaObject in interface ProxyPlottableDCpublic java.lang.String getFullName()
getFullName in interface CorbaServerWrapperpublic java.lang.String getServerDNS()
getServerDNS in interface CorbaServerWrapperpublic java.lang.String getServerName()
getServerName in interface CorbaServerWrapperpublic java.lang.String getServerType()
getServerType in interface CorbaServerWrapper