Class AnyToAllPollingDataChannel
- java.lang.Object
-
- org.palladiosimulator.indirections.scheduler.AbstractSimDataChannelResource
-
- org.palladiosimulator.indirections.scheduler.implementations.generic.AbstractAnyToAllChannel
-
- org.palladiosimulator.indirections.scheduler.implementations.AnyToAllPollingDataChannel
-
- All Implemented Interfaces:
IDataChannelResource
public class AnyToAllPollingDataChannel extends AbstractAnyToAllChannel
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.indirections.scheduler.implementations.generic.AbstractAnyToAllChannel
data
-
Fields inherited from class org.palladiosimulator.indirections.scheduler.AbstractSimDataChannelResource
afterAcceptingAgeCalculator, assemblyContext, beforeProvidingAgeCalculator, dataChannel, dataChannelResourceRegistry, discardedAgeCalculator, id, mainContext, model, name, numberOfDiscardedIncomingElementsCalculator, numberOfDiscardedOutgoingElementsCalculator, numberOfStoredIncomingElementsCalculator, numberOfStoredOutgoingElementsCalculator, processesWaitingToGet, processesWaitingToPut, resourceTableManager, simulatedThreadComponentFactory, waitingToGetTimeCalculator, waitingToPutTimeCalculator
-
-
Constructor Summary
Constructors Constructor Description AnyToAllPollingDataChannel(JavaClassDataChannel dataChannel, org.palladiosimulator.pcm.core.composition.AssemblyContext assemblyContext, org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext mainContext, de.uka.ipd.sdq.scheduler.SchedulerModel model, org.palladiosimulator.simulizar.di.component.interfaces.SimulatedThreadComponent.Factory simulatedThreadComponentFactory, DataChannelResourceRegistry dataChannelResourceRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isPushingRole(DataSourceRole role)
-
Methods inherited from class org.palladiosimulator.indirections.scheduler.implementations.generic.AbstractAnyToAllChannel
acceptData, canAcceptData, canProvideData, handleCannotProceedToGet, handleCannotProceedToPut, handleNewWatermarkedTime, provideDataAndAdvance
-
Methods inherited from class org.palladiosimulator.indirections.scheduler.AbstractSimDataChannelResource
advance, blockUntilCanGet, blockUntilCanPut, continueWithoutData, discardDataAndContinue, discardDateIfTooOld, discardIncomingDate, get, getCurrentWatermarkedTime, getId, getName, isDateTooOld, notifyProcessesCanGetNewData, notifyProcessesCanPutNewData, processDataAvailableToGet, put, scheduleAdvance, scheduleDemand, unscheduleAdvance
-
-
-
-
Constructor Detail
-
AnyToAllPollingDataChannel
public AnyToAllPollingDataChannel(JavaClassDataChannel dataChannel, org.palladiosimulator.pcm.core.composition.AssemblyContext assemblyContext, org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext mainContext, de.uka.ipd.sdq.scheduler.SchedulerModel model, org.palladiosimulator.simulizar.di.component.interfaces.SimulatedThreadComponent.Factory simulatedThreadComponentFactory, DataChannelResourceRegistry dataChannelResourceRegistry)
-
-
Method Detail
-
isPushingRole
protected boolean isPushingRole(DataSourceRole role)
- Specified by:
isPushingRole
in classAbstractSimDataChannelResource
-
-