edu.sc.seis.fissuresUtil.cache
Class RetryEventAccessOperations

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.cache.ProxyEventAccessOperations
      extended by edu.sc.seis.fissuresUtil.cache.RetryEventAccessOperations
All Implemented Interfaces:
edu.iris.Fissures.AuditSystemAccess, edu.iris.Fissures.IfEvent.EventAccess, edu.iris.Fissures.IfEvent.EventAccessOperations, edu.iris.Fissures.IfEvent.EventDC, edu.iris.Fissures.IfEvent.EventDCOperations, edu.iris.Fissures.IfEvent.EventMgr, edu.iris.Fissures.IfEvent.EventMgrOperations, CorbaServerWrapper, java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class RetryEventAccessOperations
extends ProxyEventAccessOperations

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.sc.seis.fissuresUtil.cache.ProxyEventAccessOperations
event
 
Fields inherited from interface edu.sc.seis.fissuresUtil.cache.CorbaServerWrapper
EVENTACCESS_TYPE, EVENTDC_TYPE, EVENTFINDER_TYPE, NETACCESS_TYPE, NETDC_TYPE, NETFINDER_TYPE, PLOTTABLEDC_TYPE, SEISDC_TYPE
 
Constructor Summary
RetryEventAccessOperations(edu.iris.Fissures.IfEvent.EventAccessOperations evo, int retry)
           
 
Method Summary
 edu.iris.Fissures.IfEvent.EventChannelFinder a_channel_finder()
           
 edu.iris.Fissures.IfEvent.EventFactory a_factory()
           
 edu.iris.Fissures.IfEvent.EventFinder a_finder()
           
 edu.iris.Fissures.IfEvent.Event a_writeable()
           
 edu.iris.Fissures.IfEvent.EventAttr get_attributes()
           
 edu.iris.Fissures.AuditElement[] get_audit_trail_for_origin(java.lang.String the_origin)
           
 edu.iris.Fissures.AuditElement[] get_audit_trail()
           
 edu.iris.Fissures.IfEvent.Locator[] get_locators(java.lang.String an_origin)
           
 edu.iris.Fissures.IfEvent.Origin get_origin(java.lang.String the_origin)
           
 edu.iris.Fissures.IfEvent.Origin[] get_origins()
           
 edu.iris.Fissures.IfEvent.Origin get_preferred_origin()
           
 edu.iris.Fissures.IfParameterMgr.ParameterComponent parm_svc()
           
 
Methods inherited from class edu.sc.seis.fissuresUtil.cache.ProxyEventAccessOperations
_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, close, equals, getCorbaObject, getEventAccess, getFullName, getOrigin, getServerDNS, getServerName, getServerType, getWrappedEventAccess, getWrappedEventAccess, hasCorbaObject, hashCode, reset, setEventAccess, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RetryEventAccessOperations

public RetryEventAccessOperations(edu.iris.Fissures.IfEvent.EventAccessOperations evo,
                                  int retry)
Method Detail

a_writeable

public edu.iris.Fissures.IfEvent.Event a_writeable()
Specified by:
a_writeable in interface edu.iris.Fissures.IfEvent.EventAccessOperations
Overrides:
a_writeable in class ProxyEventAccessOperations

parm_svc

public edu.iris.Fissures.IfParameterMgr.ParameterComponent parm_svc()
Specified by:
parm_svc in interface edu.iris.Fissures.IfEvent.EventAccessOperations
Overrides:
parm_svc in class ProxyEventAccessOperations

get_attributes

public edu.iris.Fissures.IfEvent.EventAttr get_attributes()
Specified by:
get_attributes in interface edu.iris.Fissures.IfEvent.EventAccessOperations
Overrides:
get_attributes in class ProxyEventAccessOperations

get_origins

public edu.iris.Fissures.IfEvent.Origin[] get_origins()
Specified by:
get_origins in interface edu.iris.Fissures.IfEvent.EventAccessOperations
Overrides:
get_origins in class ProxyEventAccessOperations

get_origin

public edu.iris.Fissures.IfEvent.Origin get_origin(java.lang.String the_origin)
                                            throws edu.iris.Fissures.IfEvent.OriginNotFound
Specified by:
get_origin in interface edu.iris.Fissures.IfEvent.EventAccessOperations
Overrides:
get_origin in class ProxyEventAccessOperations
Throws:
edu.iris.Fissures.IfEvent.OriginNotFound

get_preferred_origin

public edu.iris.Fissures.IfEvent.Origin get_preferred_origin()
                                                      throws edu.iris.Fissures.IfEvent.NoPreferredOrigin
Specified by:
get_preferred_origin in interface edu.iris.Fissures.IfEvent.EventAccessOperations
Overrides:
get_preferred_origin in class ProxyEventAccessOperations
Throws:
edu.iris.Fissures.IfEvent.NoPreferredOrigin

get_locators

public edu.iris.Fissures.IfEvent.Locator[] get_locators(java.lang.String an_origin)
                                                 throws edu.iris.Fissures.IfEvent.OriginNotFound,
                                                        edu.iris.Fissures.NotImplemented
Specified by:
get_locators in interface edu.iris.Fissures.IfEvent.EventAccessOperations
Overrides:
get_locators in class ProxyEventAccessOperations
Throws:
edu.iris.Fissures.IfEvent.OriginNotFound
edu.iris.Fissures.NotImplemented

get_audit_trail_for_origin

public edu.iris.Fissures.AuditElement[] get_audit_trail_for_origin(java.lang.String the_origin)
                                                            throws edu.iris.Fissures.IfEvent.OriginNotFound,
                                                                   edu.iris.Fissures.NotImplemented
Specified by:
get_audit_trail_for_origin in interface edu.iris.Fissures.IfEvent.EventAccessOperations
Overrides:
get_audit_trail_for_origin in class ProxyEventAccessOperations
Throws:
edu.iris.Fissures.IfEvent.OriginNotFound
edu.iris.Fissures.NotImplemented

get_audit_trail

public edu.iris.Fissures.AuditElement[] get_audit_trail()
                                                 throws edu.iris.Fissures.NotImplemented
Specified by:
get_audit_trail in interface edu.iris.Fissures.AuditSystemAccess
Overrides:
get_audit_trail in class ProxyEventAccessOperations
Throws:
edu.iris.Fissures.NotImplemented

a_factory

public edu.iris.Fissures.IfEvent.EventFactory a_factory()
Specified by:
a_factory in interface edu.iris.Fissures.IfEvent.EventMgrOperations
Overrides:
a_factory in class ProxyEventAccessOperations

a_finder

public edu.iris.Fissures.IfEvent.EventFinder a_finder()
Specified by:
a_finder in interface edu.iris.Fissures.IfEvent.EventDCOperations
Overrides:
a_finder in class ProxyEventAccessOperations

a_channel_finder

public edu.iris.Fissures.IfEvent.EventChannelFinder a_channel_finder()
Specified by:
a_channel_finder in interface edu.iris.Fissures.IfEvent.EventDCOperations
Overrides:
a_channel_finder in class ProxyEventAccessOperations