Class InternalRequest
java.lang.Object
desmoj.core.simulator.NamedObject
desmoj.core.simulator.ModelComponent
desmoj.core.simulator.Schedulable
desmoj.core.simulator.Entity
cambio.simulator.entities.NamedEntity
cambio.simulator.entities.networking.Request
cambio.simulator.entities.networking.InternalRequest
Represents a
Request between two MicroserviceInstances. Hold information about the
NetworkDependency it tries to complete.- Author:
- Lion Wagner
-
Field Summary
Fields inherited from class desmoj.core.simulator.Schedulable
_schedule -
Constructor Summary
ConstructorsConstructorDescriptionInternalRequest(desmoj.core.simulator.Model model, boolean showInTrace, ServiceDependencyInstance dependency, MicroserviceInstance requester) Constructs a new Internal Request. -
Method Summary
Methods inherited from class cambio.simulator.entities.networking.Request
addUpdateListener, areDependenciesCompleted, cancelExecutionAtHandler, cancelSending, getComputeTime, getDependencies, getDependencyWaitTime, getHandler, getParent, getRelatedDependency, getRequester, getResponseTime, getTimestampReceived, getTimestampSend, getUpdateListeners, hasParent, isCompleted, isComputationCompleted, isDependenciesCompleted, notifyDependencyHasFinished, onCompletion, onComputationComplete, onDependenciesComplete, onReceive, resetSendTimeStamps, setCanceledEvent, setComputationCompleted, setHandler, setReceiveEvent, setSendEvent, stampReceived, stampReceivedAtHandler, stampSendoffMethods inherited from class cambio.simulator.entities.NamedEntity
getPlainName, getQuotedName, getQuotedPlainName, renameMethods inherited from class desmoj.core.simulator.Entity
clone, generateTraceForScheduling, getIdentNumber, getQueueingPriority, getQueues, getScheduledEvents, isEqual, isLarger, isLargerOrEqual, isNotEqual, isQueued, isSimProcess, isSmaller, isSmallerOrEqual, schedule, schedule, schedule, schedule, schedule, schedule, schedule, schedule, schedule, scheduleAfter, scheduleAfter, scheduleAfter, scheduleBefore, scheduleBefore, scheduleBefore, schedulePreempt, schedulePreempt, schedulePreempt, setQueueingPriorityMethods inherited from class desmoj.core.simulator.Schedulable
assignReporter, cancel, getCorrespondingReportable, isCurrent, isScheduled, reSchedule, reSchedule, reSchedulePreempt, scheduledNext, setCorrespondingReportableMethods inherited from class desmoj.core.simulator.ModelComponent
current, currentEntity, currentEntityAll, currentEvent, currentlySendDebugNotes, currentlySendTraceNotes, currentModel, currentSimProcess, debugIsOn, debugOff, debugOn, getModel, isExperimentCompatible, isModelCompatible, presentTime, sendDebugNote, sendMessage, sendTraceNote, sendWarning, skipTraceNote, skipTraceNote, traceIsOn, traceOff, traceOnMethods inherited from class desmoj.core.simulator.NamedObject
getName, toString
-
Constructor Details
-
InternalRequest
public InternalRequest(desmoj.core.simulator.Model model, boolean showInTrace, ServiceDependencyInstance dependency, MicroserviceInstance requester) Constructs a new Internal Request. Construction is based on the respective dependency and requester.- Parameters:
dependency-ServiceDependencyInstancethat should be competed by this request.requester-MicroserviceInstancethat requests the answer to this request.
-
-
Method Details
-
getDependency
-