public interface ProxyPlottableDC
extends edu.iris.Fissures.IfPlottable.PlottableDCOperations
Modifier and Type | Method and Description |
---|---|
edu.iris.Fissures.IfPlottable.PlottableDC |
getCorbaObject()
Gets the real corba DataCenter object for which this is a proxy.
|
edu.iris.Fissures.IfPlottable.PlottableDCOperations |
getWrappedDC()
Returns the DataCenterOperations directly inside of this one
|
edu.iris.Fissures.IfPlottable.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.
|
edu.iris.Fissures.IfPlottable.PlottableDCOperations getWrappedDC()
edu.iris.Fissures.IfPlottable.PlottableDCOperations getWrappedDC(java.lang.Class wrappedClass)
void reset()
edu.iris.Fissures.IfPlottable.PlottableDC getCorbaObject()