public abstract class AbstractProxySeismogramDC extends java.lang.Object implements ProxySeismogramDC
Modifier and Type | Field and Description |
---|---|
protected DataCenterOperations |
seisDC |
EVENTACCESS_TYPE, EVENTDC_TYPE, EVENTFINDER_TYPE, NETACCESS_TYPE, NETDC_TYPE, NETFINDER_TYPE, PLOTTABLEDC_TYPE, SEISDC_TYPE
Constructor and Description |
---|
AbstractProxySeismogramDC() |
AbstractProxySeismogramDC(DataCenterOperations seisDC) |
Modifier and Type | Method and Description |
---|---|
org.omg.CORBA.Object |
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() |
DataCenterOperations |
getWrappedDC()
Returns the DataCenterOperations directly inside of this one
|
DataCenterOperations |
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
available_data, cancel_request, queue_seismograms, request_seismograms, request_status, retrieve_queue, retrieve_seismograms
protected DataCenterOperations seisDC
public AbstractProxySeismogramDC()
public AbstractProxySeismogramDC(DataCenterOperations seisDC)
public DataCenterOperations getWrappedDC()
ProxySeismogramDC
getWrappedDC
in interface ProxySeismogramDC
public DataCenterOperations getWrappedDC(java.lang.Class wrappedClass)
ProxySeismogramDC
getWrappedDC
in interface ProxySeismogramDC
public void reset()
ProxySeismogramDC
reset
in interface CorbaServerWrapper
reset
in interface ProxySeismogramDC
public org.omg.CORBA.Object getCorbaObject()
ProxySeismogramDC
getCorbaObject
in interface ProxySeismogramDC
public java.lang.String getServerName()
getServerName
in interface CorbaServerWrapper
public java.lang.String getServerType()
getServerType
in interface CorbaServerWrapper
public java.lang.String getServerDNS()
getServerDNS
in interface CorbaServerWrapper
public java.lang.String getFullName()
getFullName
in interface CorbaServerWrapper