- java.lang.Object
-
- swim.system.AbstractWarpRef
-
- swim.system.AbstractTierBinding
-
- swim.system.agent.AgentNode
-
- swim.meta.MetaLaneAgent
-
- All Implemented Interfaces:
Executor
,DownlinkFactory
,LaneFactory
,WarpRef
,Schedule
,Stage
,Task
,TaskFunction
,CellBinding
,CellContext
,NodeBinding
,TierBinding
,Log
public final class MetaLaneAgent extends AgentNode
-
-
Field Summary
Fields Modifier and Type Field Description LaneBinding
lane
-
Fields inherited from class swim.system.agent.AgentNode
nodeContext, taskContext
-
Fields inherited from class swim.system.AbstractTierBinding
CLOSED_PHASE, CLOSED_STATE, CLOSING_STATE, FAILED_STATE, FAILING_STATE, LOADED_PHASE, LOADED_STATE, LOADING_STATE, OPENED_PHASE, OPENED_STATE, OPENING_STATE, PHASE_MASK, PHASE_SHIFT, RECOVERING_STATE, STARTED_PHASE, STARTED_STATE, STARTING_STATE, STATE_MASK, status, STATUS, STOPPING_STATE, UNLOADING_STATE
-
-
Constructor Summary
Constructors Constructor Description MetaLaneAgent(LaneBinding lane)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setNodeContext(NodeContext nodeContext)
-
Methods inherited from class swim.system.agent.AgentNode
agentIds, agents, asyncStage, bindDownlink, bottomNode, call, cellAddress, closeDownlink, closeLane, commandLane, createAgentFactory, createAgentFactory, createdTime, createLaneContext, debug, demandLane, demandMapLane, didClose, didCloseLane, didFail, didOpenLane, edgeName, error, execute, fail, geospatialLane, getLane, host, hostUri, httpLane, identity, info, joinMapLane, joinValueLane, lanes, listLane, mapLane, meshUri, nodeContext, nodeUri, nodeWrapper, normalizedLaneUri, openAgents, openDownlink, openLane, openLane, openLane, openLanes, openLaneView, openMetaDownlink, openMetaLane, openMetaNode, openMetaUplink, openUnknownUplink, openUplink, partKey, policy, pushDown, pushUp, reportDown, runTask, schedule, setTaskContext, setTimer, spatialLane, stage, store, supplyLane, task, taskContext, taskDidCancel, taskWillBlock, taskWillCue, tierContext, timer, trace, unwrapNode, valueLane, warn, willClose, willLoad, willOpen, willStart, willStop, willUnload, wsLane
-
Methods inherited from class swim.system.AbstractTierBinding
activate, awaitStart, close, didLoad, didOpen, didStart, didStop, didUnload, isClosed, isLoaded, isOpened, isStarted, load, open, start, stop, unload
-
Methods inherited from class swim.system.AbstractWarpRef
command, command, command, command, command, command, command, command, command, command, command, command, command, command, command, command, downlink, downlinkHttp, downlinkList, downlinkMap, downlinkValue, downlinkWs, hostRef, hostRef, laneRef, laneRef, laneRef, laneRef, nodeRef, nodeRef, nodeRef, nodeRef
-
-
-
-
Field Detail
-
lane
public final LaneBinding lane
-
-
Constructor Detail
-
MetaLaneAgent
public MetaLaneAgent(LaneBinding lane)
-
-
Method Detail
-
setNodeContext
public void setNodeContext(NodeContext nodeContext)
- Specified by:
setNodeContext
in interfaceNodeBinding
- Overrides:
setNodeContext
in classAgentNode
-
-