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:
AuditSystemAccess, EventAccess, EventAccessOperations, EventDC, EventDCOperations, EventMgr, 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(EventAccessOperations evo, int retry)
           
 
Method Summary
 EventChannelFinder a_channel_finder()
           
 EventFactory a_factory()
           
 EventFinder a_finder()
           
 Event a_writeable()
           
 EventAttr get_attributes()
           
 AuditElement[] get_audit_trail_for_origin(java.lang.String the_origin)
           
 AuditElement[] get_audit_trail()
           
 Locator[] get_locators(java.lang.String an_origin)
           
 Origin get_origin(java.lang.String the_origin)
           
 Origin[] get_origins()
           
 Origin get_preferred_origin()
           
 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(EventAccessOperations evo,
                                  int retry)
Method Detail

a_writeable

public Event a_writeable()
Specified by:
a_writeable in interface EventAccessOperations
Overrides:
a_writeable in class ProxyEventAccessOperations

parm_svc

public ParameterComponent parm_svc()
Specified by:
parm_svc in interface EventAccessOperations
Overrides:
parm_svc in class ProxyEventAccessOperations

get_attributes

public EventAttr get_attributes()
Specified by:
get_attributes in interface EventAccessOperations
Overrides:
get_attributes in class ProxyEventAccessOperations

get_origins

public Origin[] get_origins()
Specified by:
get_origins in interface EventAccessOperations
Overrides:
get_origins in class ProxyEventAccessOperations

get_origin

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

get_preferred_origin

public Origin get_preferred_origin()
                            throws NoPreferredOrigin
Specified by:
get_preferred_origin in interface EventAccessOperations
Overrides:
get_preferred_origin in class ProxyEventAccessOperations
Throws:
NoPreferredOrigin

get_locators

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

get_audit_trail_for_origin

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

get_audit_trail

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

a_factory

public EventFactory a_factory()
Specified by:
a_factory in interface EventMgrOperations
Overrides:
a_factory in class ProxyEventAccessOperations

a_finder

public EventFinder a_finder()
Specified by:
a_finder in interface EventDCOperations
Overrides:
a_finder in class ProxyEventAccessOperations

a_channel_finder

public EventChannelFinder a_channel_finder()
Specified by:
a_channel_finder in interface EventDCOperations
Overrides:
a_channel_finder in class ProxyEventAccessOperations