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()
ProxyNetworkDC
getWrappedDC
in interface ProxyNetworkDC
public edu.iris.Fissures.IfNetwork.NetworkDCOperations getWrappedDC(java.lang.Class wrappedClass)
ProxyNetworkDC
getWrappedDC
in interface ProxyNetworkDC
public void reset()
ProxyNetworkDC
reset
in interface CorbaServerWrapper
reset
in interface ProxyNetworkDC
public org.omg.CORBA.Object getCorbaObject()
ProxyNetworkDC
getCorbaObject
in interface ProxyNetworkDC
getCorbaObject
in interface ServerNameDNS
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
public edu.iris.Fissures.IfNetwork.NetworkExplorer a_explorer()
a_explorer
in interface edu.iris.Fissures.IfNetwork.NetworkDCOperations