public class VestingNetworkFinder extends ProxyNetworkFinder
nfEVENTACCESS_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, hasCorbaObjectpublic 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 NetworkFinderOperationsretrieve_by_id in class ProxyNetworkFinderNetworkNotFoundpublic NetworkAccess[] retrieve_by_code(java.lang.String code) throws NetworkNotFound
retrieve_by_code in interface NetworkFinderOperationsretrieve_by_code in class ProxyNetworkFinderNetworkNotFoundpublic NetworkAccess[] retrieve_by_name(java.lang.String name) throws NetworkNotFound
retrieve_by_name in interface NetworkFinderOperationsretrieve_by_name in class ProxyNetworkFinderNetworkNotFoundpublic NetworkAccess[] retrieve_all()
retrieve_all in interface NetworkFinderOperationsretrieve_all in class ProxyNetworkFinderpublic NetworkAccess[] vest(NetworkAccess[] accesses)
public CacheNetworkAccess vest(NetworkAccess na)
public CacheNetworkAccess vest(NetworkAttrImpl attr) throws NetworkNotFound
NetworkNotFoundpublic void reset()
ProxyNetworkFinderreset in interface CorbaServerWrapperreset in class ProxyNetworkFinder