public abstract class AbstractProxyNetworkDC extends java.lang.Object implements ProxyNetworkDC
| Modifier and Type | Field and Description |
|---|---|
protected edu.iris.Fissures.IfNetwork.NetworkDCOperations |
netDC |
EVENTACCESS_TYPE, EVENTDC_TYPE, EVENTFINDER_TYPE, NETACCESS_TYPE, NETDC_TYPE, NETFINDER_TYPE, PLOTTABLEDC_TYPE, SEISDC_TYPE| Constructor and Description |
|---|
AbstractProxyNetworkDC() |
AbstractProxyNetworkDC(edu.iris.Fissures.IfNetwork.NetworkDCOperations netDC) |
| Modifier and Type | Method and Description |
|---|---|
edu.iris.Fissures.IfNetwork.NetworkExplorer |
a_explorer() |
org.omg.CORBA.Object |
getCorbaObject()
Gets the real corba object for which this is a proxy.
|
java.lang.String |
getFullName() |
java.lang.String |
getServerDNS() |
java.lang.String |
getServerName() |
java.lang.String |
getServerType() |
edu.iris.Fissures.IfNetwork.NetworkDCOperations |
getWrappedDC()
Returns the DataCenterOperations directly inside of this one
|
edu.iris.Fissures.IfNetwork.NetworkDCOperations |
getWrappedDC(java.lang.Class wrappedClass)
Traverses through all of the ProxyNetworkDCs 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 AbstractProxyNetworkDC()
public AbstractProxyNetworkDC(edu.iris.Fissures.IfNetwork.NetworkDCOperations netDC)
public edu.iris.Fissures.IfNetwork.NetworkDCOperations getWrappedDC()
ProxyNetworkDCgetWrappedDC in interface ProxyNetworkDCpublic edu.iris.Fissures.IfNetwork.NetworkDCOperations getWrappedDC(java.lang.Class wrappedClass)
ProxyNetworkDCgetWrappedDC in interface ProxyNetworkDCpublic void reset()
ProxyNetworkDCreset in interface CorbaServerWrapperreset in interface ProxyNetworkDCpublic org.omg.CORBA.Object getCorbaObject()
ProxyNetworkDCgetCorbaObject in interface ProxyNetworkDCgetCorbaObject in interface ServerNameDNSpublic 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 CorbaServerWrapperpublic edu.iris.Fissures.IfNetwork.NetworkExplorer a_explorer()
a_explorer in interface edu.iris.Fissures.IfNetwork.NetworkDCOperations