edu.iris.Fissures.IfEvent
Class EventPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by edu.iris.Fissures.IfEvent.EventPOA
          extended by edu.iris.Fissures.IfEvent.EventPOATie
All Implemented Interfaces:
AuditSystemAccess, EventAccessOperations, EventDCOperations, EventMgrOperations, EventOperations, java.io.Serializable, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.InvokeHandler

public class EventPOATie
extends EventPOA

See Also:
Serialized Form

Constructor Summary
EventPOATie(EventOperations delegate)
           
EventPOATie(EventOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 EventOperations _delegate()
           
 void _delegate(EventOperations delegate)
           
 EventChannelFinder a_channel_finder()
           
 EventFactory a_factory()
           
 EventFinder a_finder()
           
 Event a_writeable()
           
 void add_locators(java.lang.String the_origin, Locator[] locators, AuditInfo[] audit_info)
           
 void add_magnitude(java.lang.String the_origin, Magnitude a_magnitude, AuditInfo[] audit_info)
           
 java.lang.String add_origin(Time origin_time, Location the_location, Magnitude[] magnitudes, Locator[] locators, boolean preferred, java.lang.String the_catalog, java.lang.String the_contributor, AuditInfo[] audit_info)
          Add a origin to the event.
 void delete_origin(java.lang.String the_origin, AuditInfo[] audit_info)
           
 void destroy()
           
 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()
          Defines the ParameterMgr where parameters for this Event reside
 void set_preferred_origin(java.lang.String the_origin, AuditInfo[] audit_info)
           
 void update_region(FlinnEngdahlRegion region, AuditInfo[] audit_info)
           
 
Methods inherited from class edu.iris.Fissures.IfEvent.EventPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventPOATie

public EventPOATie(EventOperations delegate)

EventPOATie

public EventPOATie(EventOperations delegate,
                   org.omg.PortableServer.POA poa)
Method Detail

_delegate

public EventOperations _delegate()

_delegate

public void _delegate(EventOperations delegate)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

a_writeable

public Event a_writeable()

parm_svc

public ParameterComponent parm_svc()
Description copied from interface: EventAccessOperations
Defines the ParameterMgr where parameters for this Event reside


a_factory

public EventFactory a_factory()

a_finder

public EventFinder a_finder()

a_channel_finder

public EventChannelFinder a_channel_finder()

update_region

public void update_region(FlinnEngdahlRegion region,
                          AuditInfo[] audit_info)

destroy

public void destroy()

add_origin

public java.lang.String add_origin(Time origin_time,
                                   Location the_location,
                                   Magnitude[] magnitudes,
                                   Locator[] locators,
                                   boolean preferred,
                                   java.lang.String the_catalog,
                                   java.lang.String the_contributor,
                                   AuditInfo[] audit_info)
Description copied from interface: EventOperations
Add a origin to the event. If no origin exist the origin will become the default until the default is reset by a add_origin or set_preferred_origin.


add_locators

public void add_locators(java.lang.String the_origin,
                         Locator[] locators,
                         AuditInfo[] audit_info)
                  throws OriginNotFound
Throws:
OriginNotFound

add_magnitude

public void add_magnitude(java.lang.String the_origin,
                          Magnitude a_magnitude,
                          AuditInfo[] audit_info)
                   throws OriginNotFound
Throws:
OriginNotFound

delete_origin

public void delete_origin(java.lang.String the_origin,
                          AuditInfo[] audit_info)
                   throws OriginNotFound
Throws:
OriginNotFound

set_preferred_origin

public void set_preferred_origin(java.lang.String the_origin,
                                 AuditInfo[] audit_info)
                          throws OriginNotFound
Throws:
OriginNotFound

get_attributes

public EventAttr get_attributes()

get_origins

public Origin[] get_origins()

get_origin

public Origin get_origin(java.lang.String the_origin)
                  throws OriginNotFound
Throws:
OriginNotFound

get_preferred_origin

public Origin get_preferred_origin()
                            throws NoPreferredOrigin
Throws:
NoPreferredOrigin

get_locators

public Locator[] get_locators(java.lang.String an_origin)
                       throws OriginNotFound,
                              NotImplemented
Throws:
OriginNotFound
NotImplemented

get_audit_trail_for_origin

public AuditElement[] get_audit_trail_for_origin(java.lang.String the_origin)
                                          throws OriginNotFound,
                                                 NotImplemented
Throws:
OriginNotFound
NotImplemented

get_audit_trail

public AuditElement[] get_audit_trail()
                               throws NotImplemented
Throws:
NotImplemented