edu.sc.seis.fissuresUtil.cache
Class ProxyEventFinder
java.lang.Object
edu.sc.seis.fissuresUtil.cache.ProxyEventFinder
- All Implemented Interfaces:
- EventDC, EventDCOperations, EventFinder, EventFinderOperations, EventMgr, EventMgrOperations, CorbaServerWrapper, java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
- Direct Known Subclasses:
- NSEventFinder, RetryEventFinder, VestingEventFinder
public class ProxyEventFinder
- extends java.lang.Object
- implements EventFinder, CorbaServerWrapper
- See Also:
- Serialized Form
|
Method Summary |
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)
|
EventChannelFinder |
a_channel_finder()
|
EventFactory |
a_factory()
|
EventFinder |
a_finder()
|
java.lang.String[] |
catalogs_from(java.lang.String contrib)
|
EventAccess[] |
get_by_name(java.lang.String name)
|
EventFinder |
getCorbaObject()
|
java.lang.String |
getFullName()
|
java.lang.String |
getServerDNS()
|
java.lang.String |
getServerName()
|
java.lang.String |
getServerType()
|
EventFinder |
getWrappedEventFinder()
|
boolean |
hasCorbaObject()
|
java.lang.String[] |
known_catalogs()
|
java.lang.String[] |
known_contributors()
|
EventAccess[] |
query_events(Area the_area,
Quantity min_depth,
Quantity max_depth,
TimeRange time_range,
java.lang.String[] search_types,
float min_magnitude,
float max_magnitude,
java.lang.String[] catalogs,
java.lang.String[] contributors,
int seq_max,
EventSeqIterHolder iter)
|
void |
reset()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ef
protected EventFinder ef
ProxyEventFinder
public ProxyEventFinder()
ProxyEventFinder
public ProxyEventFinder(EventFinder ef)
getWrappedEventFinder
public EventFinder getWrappedEventFinder()
getServerDNS
public java.lang.String getServerDNS()
- Specified by:
getServerDNS in interface CorbaServerWrapper
getServerName
public java.lang.String getServerName()
- Specified by:
getServerName in interface CorbaServerWrapper
getFullName
public java.lang.String getFullName()
- Specified by:
getFullName in interface CorbaServerWrapper
getServerType
public java.lang.String getServerType()
- Specified by:
getServerType in interface CorbaServerWrapper
reset
public void reset()
- Specified by:
reset in interface CorbaServerWrapper
hasCorbaObject
public boolean hasCorbaObject()
getCorbaObject
public EventFinder getCorbaObject()
get_by_name
public EventAccess[] get_by_name(java.lang.String name)
- Specified by:
get_by_name in interface EventFinderOperations
catalogs_from
public java.lang.String[] catalogs_from(java.lang.String contrib)
- Specified by:
catalogs_from in interface EventFinderOperations
known_catalogs
public java.lang.String[] known_catalogs()
- Specified by:
known_catalogs in interface EventFinderOperations
known_contributors
public java.lang.String[] known_contributors()
- Specified by:
known_contributors in interface EventFinderOperations
query_events
public EventAccess[] query_events(Area the_area,
Quantity min_depth,
Quantity max_depth,
TimeRange time_range,
java.lang.String[] search_types,
float min_magnitude,
float max_magnitude,
java.lang.String[] catalogs,
java.lang.String[] contributors,
int seq_max,
EventSeqIterHolder iter)
- Specified by:
query_events in interface EventFinderOperations
a_factory
public EventFactory a_factory()
- Specified by:
a_factory in interface EventMgrOperations
a_channel_finder
public EventChannelFinder a_channel_finder()
- Specified by:
a_channel_finder in interface EventDCOperations
a_finder
public EventFinder a_finder()
- Specified by:
a_finder in interface EventDCOperations
_release
public void _release()
- Specified by:
_release in interface org.omg.CORBA.Object
_create_request
public 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)
- Specified by:
_create_request in interface org.omg.CORBA.Object
_create_request
public 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)
- Specified by:
_create_request in interface org.omg.CORBA.Object
_duplicate
public org.omg.CORBA.Object _duplicate()
- Specified by:
_duplicate in interface org.omg.CORBA.Object
_get_domain_managers
public org.omg.CORBA.DomainManager[] _get_domain_managers()
- Specified by:
_get_domain_managers in interface org.omg.CORBA.Object
_get_interface_def
public org.omg.CORBA.Object _get_interface_def()
- Specified by:
_get_interface_def in interface org.omg.CORBA.Object
_get_policy
public org.omg.CORBA.Policy _get_policy(int policy_type)
- Specified by:
_get_policy in interface org.omg.CORBA.Object
_hash
public int _hash(int maximum)
- Specified by:
_hash in interface org.omg.CORBA.Object
_is_a
public boolean _is_a(java.lang.String repositoryIdentifier)
- Specified by:
_is_a in interface org.omg.CORBA.Object
_is_equivalent
public boolean _is_equivalent(org.omg.CORBA.Object other)
- Specified by:
_is_equivalent in interface org.omg.CORBA.Object
_non_existent
public boolean _non_existent()
- Specified by:
_non_existent in interface org.omg.CORBA.Object
_request
public org.omg.CORBA.Request _request(java.lang.String operation)
- Specified by:
_request in interface org.omg.CORBA.Object
_set_policy_override
public org.omg.CORBA.Object _set_policy_override(org.omg.CORBA.Policy[] policies,
org.omg.CORBA.SetOverrideType set_add)
- Specified by:
_set_policy_override in interface org.omg.CORBA.Object