public class VestingNetworkFinder extends ProxyNetworkFinder
nf
EVENTACCESS_TYPE, EVENTDC_TYPE, EVENTFINDER_TYPE, NETACCESS_TYPE, NETDC_TYPE, NETFINDER_TYPE, PLOTTABLEDC_TYPE, SEISDC_TYPE
Constructor and Description |
---|
VestingNetworkFinder(ProxyNetworkDC netDC,
int numRetry) |
VestingNetworkFinder(ProxyNetworkDC netDC,
RetryStrategy handler) |
Modifier and Type | Method and Description |
---|---|
void |
reset()
If this ProxyNetworkFinder is holding onto a ProxyNetworkFinder, it calls
reset on that network finder.
|
NetworkAccess[] |
retrieve_all() |
NetworkAccess[] |
retrieve_by_code(java.lang.String code) |
NetworkAccess |
retrieve_by_id(NetworkId id) |
NetworkAccess[] |
retrieve_by_name(java.lang.String name) |
CacheNetworkAccess |
vest(NetworkAccess na) |
NetworkAccess[] |
vest(NetworkAccess[] accesses) |
CacheNetworkAccess |
vest(NetworkAttrImpl attr) |
_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, getWrappedNetworkFinder, hasCorbaObject
public VestingNetworkFinder(ProxyNetworkDC netDC, int numRetry)
public VestingNetworkFinder(ProxyNetworkDC netDC, RetryStrategy handler)
public NetworkAccess retrieve_by_id(NetworkId id) throws NetworkNotFound
retrieve_by_id
in interface NetworkFinderOperations
retrieve_by_id
in class ProxyNetworkFinder
NetworkNotFound
public NetworkAccess[] retrieve_by_code(java.lang.String code) throws NetworkNotFound
retrieve_by_code
in interface NetworkFinderOperations
retrieve_by_code
in class ProxyNetworkFinder
NetworkNotFound
public NetworkAccess[] retrieve_by_name(java.lang.String name) throws NetworkNotFound
retrieve_by_name
in interface NetworkFinderOperations
retrieve_by_name
in class ProxyNetworkFinder
NetworkNotFound
public NetworkAccess[] retrieve_all()
retrieve_all
in interface NetworkFinderOperations
retrieve_all
in class ProxyNetworkFinder
public NetworkAccess[] vest(NetworkAccess[] accesses)
public CacheNetworkAccess vest(NetworkAccess na)
public CacheNetworkAccess vest(NetworkAttrImpl attr) throws NetworkNotFound
NetworkNotFound
public void reset()
ProxyNetworkFinder
reset
in interface CorbaServerWrapper
reset
in class ProxyNetworkFinder