- java.lang.Object
-
- swim.runtime.AbstractSwimRef
-
- swim.runtime.AbstractTierBinding
-
- swim.runtime.agent.AgentNode
-
- swim.meta.MetaMeshAgent
-
- All Implemented Interfaces:
Executor,DownlinkFactory,LaneFactory,SwimRef,Schedule,Stage,Task,TaskFunction,CellBinding,CellContext,NodeBinding,TierBinding,Log
public final class MetaMeshAgent extends AgentNode
-
-
Field Summary
Fields Modifier and Type Field Description protected MeshBindingmesh-
Fields inherited from class swim.runtime.agent.AgentNode
nodeContext, taskContext
-
Fields inherited from class swim.runtime.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 MetaMeshAgent(MeshBinding mesh)
-
Method Summary
Modifier and Type Method Description voidsetNodeContext(NodeContext nodeContext)-
Methods inherited from class swim.runtime.agent.AgentNode
agentIds, agents, asyncStage, bindDownlink, 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, normalizezLaneUri, openAgents, openDownlink, openLane, openLane, openLane, openLanes, openLaneView, openMetaDownlink, openMetaLane, openMetaNode, openMetaUplink, 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.runtime.AbstractTierBinding
activate, close, didLoad, didOpen, didStart, didStop, didUnload, isClosed, isLoaded, isOpened, isStarted, load, open, start, stop, unload
-
Methods inherited from class swim.runtime.AbstractSwimRef
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
-
mesh
protected final MeshBinding mesh
-
-
Constructor Detail
-
MetaMeshAgent
public MetaMeshAgent(MeshBinding mesh)
-
-
Method Detail
-
setNodeContext
public void setNodeContext(NodeContext nodeContext)
- Specified by:
setNodeContextin interfaceNodeBinding- Overrides:
setNodeContextin classAgentNode
-
-