java.lang.Object
swim.system.AbstractWarpRef
swim.system.AbstractTierBinding
swim.system.LaneView
swim.system.warp.WarpLaneView
- All Implemented Interfaces:
DownlinkFactory,Lane,WarpRef,WarpLane,Observable<Object>,CellContext,TierBinding,Log
- Direct Known Subclasses:
CommandLaneView,DemandLaneView,DemandMapLaneView,JoinMapLaneView,JoinValueLaneView,ListLaneView,MapLaneView,SpatialLaneView,SupplyLaneView,ValueLaneView
-
Field Summary
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 -
Method Summary
Modifier and TypeMethodDescriptionabstract WarpLaneViewdidCommand(DidCommand didCommand) abstract WarpLaneViewabstract WarpLaneViewabstract WarpLaneViewbooleandispatchDidCommand(Value body, boolean preemptive) booleandispatchDidEnter(Identity identity, boolean preemptive) booleandispatchDidLeave(Identity identity, boolean preemptive) booleandispatchDidUplink(WarpUplink uplink, boolean preemptive) booleandispatchWillCommand(Value body, boolean preemptive) booleandispatchWillEnter(Identity identity, boolean preemptive) booleandispatchWillLeave(Identity identity, boolean preemptive) booleandispatchWillUplink(WarpUplink uplink, boolean preemptive) voidlaneDidCommand(CommandMessage message) voidlaneDidEnter(Identity identity) voidlaneDidLeave(Identity identity) voidlaneDidUplink(WarpUplink uplink) voidlaneWillCommand(CommandMessage message) voidlaneWillEnter(Identity identity) voidlaneWillLeave(Identity identity) voidlaneWillUplink(WarpUplink uplink) abstract WarpLaneViewwillCommand(WillCommand willCommand) abstract WarpLaneViewabstract WarpLaneViewabstract WarpLaneViewwillUplink(WillUplink willUplink) Methods inherited from class swim.system.LaneView
agentContext, bindDownlink, bottomLane, cellAddress, close, closeDownlink, createLaneBinding, debug, edgeName, error, fail, hostUri, info, laneBinding, laneContext, laneDidFail, laneUri, meshUri, nodeUri, openDownlink, openMetaDownlink, policy, pushDown, reportDown, schedule, stage, store, tierContext, trace, unwrapLane, warnMethods inherited from class swim.system.AbstractTierBinding
activate, awaitStart, didClose, didFail, didLoad, didOpen, didStart, didStop, didUnload, isClosed, isLoaded, isOpened, isStarted, load, open, start, stop, unload, willClose, willLoad, willOpen, willStart, willStop, willUnloadMethods 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
-
Constructor Details
-
WarpLaneView
-
-
Method Details
-
observe
-
unobserve
-
willCommand
- Specified by:
willCommandin interfaceWarpLane
-
didCommand
- Specified by:
didCommandin interfaceWarpLane
-
willUplink
- Specified by:
willUplinkin interfaceWarpLane
-
didUplink
-
willEnter
-
didEnter
-
willLeave
-
didLeave
-
dispatchWillCommand
-
dispatchDidCommand
-
dispatchWillUplink
-
dispatchDidUplink
-
dispatchWillEnter
-
dispatchDidEnter
-
dispatchWillLeave
-
dispatchDidLeave
-
laneWillCommand
-
laneDidCommand
-
laneWillUplink
-
laneDidUplink
-
laneWillEnter
-
laneDidEnter
-
laneWillLeave
-
laneDidLeave
-