Uses of Interface
org.yamcs.events.EventProducer
Packages that use EventProducer
Package
Description
-
Uses of EventProducer in org.yamcs.algorithms
Methods in org.yamcs.algorithms that return EventProducer -
Uses of EventProducer in org.yamcs.cfdp
Fields in org.yamcs.cfdp declared as EventProducerConstructors in org.yamcs.cfdp with parameters of type EventProducerModifierConstructorDescriptionCfdpIncomingTransfer(String yamcsInstance, long id, long creationTime, ScheduledThreadPoolExecutor executor, YConfiguration config, CfdpHeader hdr, Stream cfdpOut, FileSaveHandler fileSaveHandler, EventProducer eventProducer, TransferMonitor monitor, Map<ConditionCode, org.yamcs.cfdp.OngoingCfdpTransfer.FaultHandlingAction> faultHandlerActions) CfdpOutgoingTransfer(String yamcsInstance, long initiatorEntityId, long id, long creationTime, ScheduledThreadPoolExecutor executor, PutRequest request, Stream cfdpOut, YConfiguration config, Bucket bucket, Integer customPduSize, Integer customPduDelay, EventProducer eventProducer, TransferMonitor monitor, Map<ConditionCode, org.yamcs.cfdp.OngoingCfdpTransfer.FaultHandlingAction> faultHandlerActions) Create a new CFDP outgoing (uplink) transfer.OngoingCfdpTransfer(String yamcsInstance, long id, long creationTime, ScheduledThreadPoolExecutor executor, YConfiguration config, CfdpTransactionId cfdpTransactionId, long destinationId, Stream cfdpOut, EventProducer eventProducer, TransferMonitor monitor, Map<ConditionCode, org.yamcs.cfdp.OngoingCfdpTransfer.FaultHandlingAction> faultHandlerActions) -
Uses of EventProducer in org.yamcs.events
Classes in org.yamcs.events that implement EventProducerModifier and TypeClassDescriptionclassDefault implementation of an EventProducer that provides shortcut methods for sending message of different severity types.classsaves events into a queue (to be used by unit tests)classEvent producer that swallows the eventsclassPrints all events via java logging.classEvent producer used from inside Yamcs to report events.Methods in org.yamcs.events that return EventProducerModifier and TypeMethodDescriptionstatic EventProducerEventProducerFactory.getEventProducer()static EventProducerEventProducerFactory.getEventProducer(String instance) static EventProducerEventProducerFactory.getEventProducer(String yamcsInstance, String source, long repeatedEventTimeoutMillisec) -
Uses of EventProducer in org.yamcs.mdb
Methods in org.yamcs.mdb that return EventProducerMethods in org.yamcs.mdb with parameters of type EventProducerModifier and TypeMethodDescriptionvoidProcessorData.setEventProducer(EventProducer eventProducer) -
Uses of EventProducer in org.yamcs.tctm
Fields in org.yamcs.tctm declared as EventProducerModifier and TypeFieldDescriptionprotected EventProducerAbstractLink.eventProducerprotected EventProducerAbstractPacketPreprocessor.eventProducer