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.
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