public abstract class ProxyNetworkFinder extends java.lang.Object implements NetworkFinder, CorbaServerWrapper
| Modifier and Type | Field and Description |
|---|---|
protected NetworkFinder |
nf |
EVENTACCESS_TYPE, EVENTDC_TYPE, EVENTFINDER_TYPE, NETACCESS_TYPE, NETDC_TYPE, NETFINDER_TYPE, PLOTTABLEDC_TYPE, SEISDC_TYPE| Constructor and Description |
|---|
ProxyNetworkFinder() |
ProxyNetworkFinder(NetworkFinder nf) |
| Modifier and Type | Method and Description |
|---|---|
org.omg.CORBA.Request |
_create_request(org.omg.CORBA.Context ctx,
java.lang.String operation,
org.omg.CORBA.NVList arg_list,
org.omg.CORBA.NamedValue result) |
org.omg.CORBA.Request |
_create_request(org.omg.CORBA.Context ctx,
java.lang.String operation,
org.omg.CORBA.NVList arg_list,
org.omg.CORBA.NamedValue result,
org.omg.CORBA.ExceptionList exclist,
org.omg.CORBA.ContextList ctxlist) |
org.omg.CORBA.Object |
_duplicate() |
org.omg.CORBA.DomainManager[] |
_get_domain_managers() |
org.omg.CORBA.Object |
_get_interface_def() |
org.omg.CORBA.Policy |
_get_policy(int policy_type) |
int |
_hash(int maximum) |
boolean |
_is_a(java.lang.String repositoryIdentifier) |
boolean |
_is_equivalent(org.omg.CORBA.Object other) |
boolean |
_non_existent() |
void |
_release() |
org.omg.CORBA.Request |
_request(java.lang.String operation) |
org.omg.CORBA.Object |
_set_policy_override(org.omg.CORBA.Policy[] policies,
org.omg.CORBA.SetOverrideType set_add) |
NetworkFinder |
getCorbaObject() |
java.lang.String |
getFullName() |
java.lang.String |
getServerDNS() |
java.lang.String |
getServerName() |
java.lang.String |
getServerType() |
NetworkFinder |
getWrappedNetworkFinder() |
boolean |
hasCorbaObject() |
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) |
protected NetworkFinder nf
public ProxyNetworkFinder()
public ProxyNetworkFinder(NetworkFinder nf)
public NetworkFinder getWrappedNetworkFinder()
public void reset()
reset in interface CorbaServerWrapperpublic boolean hasCorbaObject()
public NetworkFinder getCorbaObject()
public java.lang.String getServerName()
getServerName in interface CorbaServerWrapperpublic java.lang.String getServerDNS()
getServerDNS in interface CorbaServerWrapperpublic java.lang.String getFullName()
getFullName in interface CorbaServerWrapperpublic java.lang.String getServerType()
getServerType in interface CorbaServerWrapperpublic NetworkAccess retrieve_by_id(NetworkId id) throws NetworkNotFound
retrieve_by_id in interface NetworkFinderOperationsNetworkNotFoundpublic NetworkAccess[] retrieve_by_code(java.lang.String code) throws NetworkNotFound
retrieve_by_code in interface NetworkFinderOperationsNetworkNotFoundpublic NetworkAccess[] retrieve_by_name(java.lang.String name) throws NetworkNotFound
retrieve_by_name in interface NetworkFinderOperationsNetworkNotFoundpublic NetworkAccess[] retrieve_all()
retrieve_all in interface NetworkFinderOperationspublic void _release()
_release in interface org.omg.CORBA.Objectpublic boolean _non_existent()
_non_existent in interface org.omg.CORBA.Objectpublic int _hash(int maximum)
_hash in interface org.omg.CORBA.Objectpublic boolean _is_a(java.lang.String repositoryIdentifier)
_is_a in interface org.omg.CORBA.Objectpublic org.omg.CORBA.DomainManager[] _get_domain_managers()
_get_domain_managers in interface org.omg.CORBA.Objectpublic org.omg.CORBA.Object _duplicate()
_duplicate in interface org.omg.CORBA.Objectpublic org.omg.CORBA.Object _get_interface_def()
_get_interface_def in interface org.omg.CORBA.Objectpublic boolean _is_equivalent(org.omg.CORBA.Object other)
_is_equivalent in interface org.omg.CORBA.Objectpublic org.omg.CORBA.Policy _get_policy(int policy_type)
_get_policy in interface org.omg.CORBA.Objectpublic org.omg.CORBA.Request _request(java.lang.String operation)
_request in interface org.omg.CORBA.Objectpublic org.omg.CORBA.Object _set_policy_override(org.omg.CORBA.Policy[] policies,
org.omg.CORBA.SetOverrideType set_add)
_set_policy_override in interface org.omg.CORBA.Objectpublic org.omg.CORBA.Request _create_request(org.omg.CORBA.Context ctx,
java.lang.String operation,
org.omg.CORBA.NVList arg_list,
org.omg.CORBA.NamedValue result)
_create_request in interface org.omg.CORBA.Objectpublic org.omg.CORBA.Request _create_request(org.omg.CORBA.Context ctx,
java.lang.String operation,
org.omg.CORBA.NVList arg_list,
org.omg.CORBA.NamedValue result,
org.omg.CORBA.ExceptionList exclist,
org.omg.CORBA.ContextList ctxlist)
_create_request in interface org.omg.CORBA.Object