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, waitavailable_data, cancel_request, queue_seismograms, request_seismograms, request_status, retrieve_queue, retrieve_seismogramsprotected DataCenterOperations seisDC
public AbstractProxySeismogramDC()
public AbstractProxySeismogramDC(DataCenterOperations seisDC)
public DataCenterOperations getWrappedDC()
ProxySeismogramDCgetWrappedDC in interface ProxySeismogramDCpublic DataCenterOperations getWrappedDC(java.lang.Class wrappedClass)
ProxySeismogramDCgetWrappedDC in interface ProxySeismogramDCpublic void reset()
ProxySeismogramDCreset in interface CorbaServerWrapperreset in interface ProxySeismogramDCpublic org.omg.CORBA.Object getCorbaObject()
ProxySeismogramDCgetCorbaObject in interface ProxySeismogramDCpublic java.lang.String getServerName()
getServerName in interface CorbaServerWrapperpublic java.lang.String getServerType()
getServerType in interface CorbaServerWrapperpublic java.lang.String getServerDNS()
getServerDNS in interface CorbaServerWrapperpublic java.lang.String getFullName()
getFullName in interface CorbaServerWrapper