edu.sc.seis.fissuresUtil.mockFissures.IfNetwork
Class MockNetworkFinder

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.cache.ProxyNetworkFinder
      extended by edu.sc.seis.fissuresUtil.mockFissures.IfNetwork.MockNetworkFinder
All Implemented Interfaces:
NetworkFinder, NetworkFinderOperations, CorbaServerWrapper, Serializable, Object, IDLEntity

public class MockNetworkFinder
extends ProxyNetworkFinder

Author:
Charlie Groves
See Also:
Serialized Form

Field Summary
protected  NetworkAccess[] nets
           
 
Fields inherited from class edu.sc.seis.fissuresUtil.cache.ProxyNetworkFinder
nf
 
Fields inherited from interface edu.sc.seis.fissuresUtil.cache.CorbaServerWrapper
EVENTDC_TYPE, EVENTFINDER_TYPE, NETACCESS_TYPE, NETDC_TYPE, NETFINDER_TYPE, PLOTTABLEDC_TYPE, SEISDC_TYPE
 
Constructor Summary
MockNetworkFinder()
           
 
Method Summary
 NetworkAccess[] retrieve_all()
           
 NetworkAccess[] retrieve_by_code(String arg0)
           
 NetworkAccess retrieve_by_id(NetworkId arg0)
           
 NetworkAccess[] retrieve_by_name(String arg0)
           
 
Methods inherited from class edu.sc.seis.fissuresUtil.cache.ProxyNetworkFinder
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override, getCorbaObject, getFullName, getServerDNS, getServerName, getServerType, hasCorbaObject, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nets

protected NetworkAccess[] nets
Constructor Detail

MockNetworkFinder

public MockNetworkFinder()
Method Detail

retrieve_by_id

public NetworkAccess retrieve_by_id(NetworkId arg0)
                             throws NetworkNotFound
Specified by:
retrieve_by_id in interface NetworkFinderOperations
Overrides:
retrieve_by_id in class ProxyNetworkFinder
Throws:
NetworkNotFound

retrieve_by_code

public NetworkAccess[] retrieve_by_code(String arg0)
                                 throws NetworkNotFound
Specified by:
retrieve_by_code in interface NetworkFinderOperations
Overrides:
retrieve_by_code in class ProxyNetworkFinder
Throws:
NetworkNotFound

retrieve_by_name

public NetworkAccess[] retrieve_by_name(String arg0)
                                 throws NetworkNotFound
Specified by:
retrieve_by_name in interface NetworkFinderOperations
Overrides:
retrieve_by_name in class ProxyNetworkFinder
Throws:
NetworkNotFound

retrieve_all

public NetworkAccess[] retrieve_all()
Specified by:
retrieve_all in interface NetworkFinderOperations
Overrides:
retrieve_all in class ProxyNetworkFinder


Copyright © 2002-2007 Seismology at the University of South Carolina. All Rights Reserved.