public class FilterNetworkDC extends VestingNetworkDC
netDCEVENTACCESS_TYPE, EVENTDC_TYPE, EVENTFINDER_TYPE, NETACCESS_TYPE, NETDC_TYPE, NETFINDER_TYPE, PLOTTABLEDC_TYPE, SEISDC_TYPE| Constructor and Description |
|---|
FilterNetworkDC(ProxyNetworkDC wrappedDC,
java.util.regex.Pattern[] patterns) |
| Modifier and Type | Method and Description |
|---|---|
edu.iris.Fissures.IfNetwork.NetworkExplorer |
a_explorer() |
edu.iris.Fissures.IfNetwork.NetworkFinder |
a_finder() |
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.
|
static java.util.regex.Pattern[] |
readPattern(java.lang.String filterURL) |
getCorbaObject, getFullName, getServerDNS, getServerName, getServerType, getWrappedDC, resetpublic FilterNetworkDC(ProxyNetworkDC wrappedDC, java.util.regex.Pattern[] patterns)
public edu.iris.Fissures.IfNetwork.NetworkExplorer a_explorer()
a_explorer in interface edu.iris.Fissures.IfNetwork.NetworkDCOperationsa_explorer in class AbstractProxyNetworkDCpublic edu.iris.Fissures.IfNetwork.NetworkFinder a_finder()
a_finder in interface edu.iris.Fissures.IfNetwork.NetworkDCOperationsa_finder in class VestingNetworkDCpublic static java.util.regex.Pattern[] readPattern(java.lang.String filterURL)
throws java.io.IOException
java.io.IOExceptionpublic edu.iris.Fissures.IfNetwork.NetworkDCOperations getWrappedDC(java.lang.Class wrappedClass)
ProxyNetworkDCgetWrappedDC in interface ProxyNetworkDCgetWrappedDC in class AbstractProxyNetworkDC