public class FilterNetworkDC extends VestingNetworkDC
netDC
EVENTACCESS_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 |
---|---|
NetworkExplorer |
a_explorer() |
NetworkFinder |
a_finder() |
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, reset
public FilterNetworkDC(ProxyNetworkDC wrappedDC, java.util.regex.Pattern[] patterns)
public NetworkExplorer a_explorer()
a_explorer
in interface NetworkDCOperations
a_explorer
in class AbstractProxyNetworkDC
public NetworkFinder a_finder()
a_finder
in interface NetworkDCOperations
a_finder
in class VestingNetworkDC
public static java.util.regex.Pattern[] readPattern(java.lang.String filterURL) throws java.io.IOException
java.io.IOException
public NetworkDCOperations getWrappedDC(java.lang.Class wrappedClass)
ProxyNetworkDC
getWrappedDC
in interface ProxyNetworkDC
getWrappedDC
in class AbstractProxyNetworkDC