public interface ProxyPlottableDC extends PlottableDCOperations
Modifier and Type | Method and Description |
---|---|
PlottableDC |
getCorbaObject()
Gets the real corba DataCenter object for which this is a proxy.
|
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.
|
custom_sizes, get_event_sizes, get_for_day, get_for_event, get_plottable, get_whole_day_sizes
PlottableDCOperations getWrappedDC()
PlottableDCOperations getWrappedDC(java.lang.Class wrappedClass)
void reset()
PlottableDC getCorbaObject()