public interface ProxyNetworkDC extends edu.iris.Fissures.IfNetwork.NetworkDCOperations, ServerNameDNS
EVENTACCESS_TYPE, EVENTDC_TYPE, EVENTFINDER_TYPE, NETACCESS_TYPE, NETDC_TYPE, NETFINDER_TYPE, PLOTTABLEDC_TYPE, SEISDC_TYPE
Modifier and Type | Method and Description |
---|---|
org.omg.CORBA.Object |
getCorbaObject()
Gets the real corba object for which this is a proxy.
|
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.
|
a_explorer, a_finder
getFullName, getServerDNS, getServerName, getServerType
edu.iris.Fissures.IfNetwork.NetworkDCOperations getWrappedDC()
edu.iris.Fissures.IfNetwork.NetworkDCOperations getWrappedDC(java.lang.Class wrappedClass)
void reset()
reset
in interface CorbaServerWrapper
org.omg.CORBA.Object getCorbaObject()
getCorbaObject
in interface ServerNameDNS