edu.iris.Fissures.IfEvent
Interface EventAccessOperations

All Superinterfaces:
AuditSystemAccess, EventDCOperations, EventMgrOperations, org.omg.CORBA.portable.IDLEntity, java.io.Serializable
All Known Subinterfaces:
Event, EventAccess, EventOperations
All Known Implementing Classes:
_EventAccessStub, _EventStub, EventAccessPOA, EventAccessPOATie, EventPOA, EventPOATie

public interface EventAccessOperations
extends AuditSystemAccess, EventMgrOperations

The EventAccess interface provides operations to access event information.


Method Summary
 Event a_writeable()
           
 EventAttr get_attributes()
           
 AuditElement[] get_audit_trail_for_origin(java.lang.String the_origin)
           
 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
 
Methods inherited from interface edu.iris.Fissures.AuditSystemAccess
get_audit_trail
 
Methods inherited from interface edu.iris.Fissures.IfEvent.EventMgrOperations
a_factory
 
Methods inherited from interface edu.iris.Fissures.IfEvent.EventDCOperations
a_channel_finder, a_finder
 

Method Detail

a_writeable

Event a_writeable()

parm_svc

ParameterComponent parm_svc()
Defines the ParameterMgr where parameters for this Event reside


get_attributes

EventAttr get_attributes()

get_origins

Origin[] get_origins()

get_origin

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

get_preferred_origin

Origin get_preferred_origin()
                            throws NoPreferredOrigin
Throws:
NoPreferredOrigin

get_locators

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

get_audit_trail_for_origin

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