- java.lang.Object
- 
- swim.runtime.AbstractWarpRef
- 
- swim.runtime.AbstractTierBinding
- 
- swim.runtime.LaneView
- 
- swim.runtime.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
 
 public abstract class WarpLaneView extends LaneView implements WarpLane 
- 
- 
Field Summary- 
Fields inherited from class swim.runtime.AbstractTierBindingCLOSED_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 SummaryConstructors Constructor Description WarpLaneView(Object observers)
 - 
Method Summary- 
Methods inherited from class swim.runtime.LaneViewagentContext, 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, warn
 - 
Methods inherited from class swim.runtime.AbstractTierBindingactivate, didClose, didFail, didLoad, didOpen, didStart, didStop, didUnload, isClosed, isLoaded, isOpened, isStarted, load, open, start, stop, unload, willClose, willLoad, willOpen, willStart, willStop, willUnload
 - 
Methods inherited from class swim.runtime.AbstractWarpRefcommand, 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 Detail- 
WarpLaneViewpublic WarpLaneView(Object observers) 
 
- 
 - 
Method Detail- 
observepublic WarpLaneView observe(Object observer) 
 - 
unobservepublic WarpLaneView unobserve(Object observer) 
 - 
willCommandpublic abstract WarpLaneView willCommand(WillCommand willCommand) - Specified by:
- willCommandin interface- WarpLane
 
 - 
didCommandpublic abstract WarpLaneView didCommand(DidCommand didCommand) - Specified by:
- didCommandin interface- WarpLane
 
 - 
willUplinkpublic abstract WarpLaneView willUplink(WillUplink willUplink) - Specified by:
- willUplinkin interface- WarpLane
 
 - 
didUplinkpublic abstract WarpLaneView didUplink(DidUplink didUplink) 
 - 
willEnterpublic abstract WarpLaneView willEnter(WillEnter willEnter) 
 - 
didEnterpublic abstract WarpLaneView didEnter(DidEnter didEnter) 
 - 
willLeavepublic abstract WarpLaneView willLeave(WillLeave willLeave) 
 - 
didLeavepublic abstract WarpLaneView didLeave(DidLeave didLeave) 
 - 
dispatchWillCommandpublic boolean dispatchWillCommand(Value body, boolean preemptive) 
 - 
dispatchDidCommandpublic boolean dispatchDidCommand(Value body, boolean preemptive) 
 - 
dispatchWillUplinkpublic boolean dispatchWillUplink(WarpUplink uplink, boolean preemptive) 
 - 
dispatchDidUplinkpublic boolean dispatchDidUplink(WarpUplink uplink, boolean preemptive) 
 - 
dispatchWillEnterpublic boolean dispatchWillEnter(Identity identity, boolean preemptive) 
 - 
dispatchDidEnterpublic boolean dispatchDidEnter(Identity identity, boolean preemptive) 
 - 
dispatchWillLeavepublic boolean dispatchWillLeave(Identity identity, boolean preemptive) 
 - 
dispatchDidLeavepublic boolean dispatchDidLeave(Identity identity, boolean preemptive) 
 - 
laneWillCommandpublic void laneWillCommand(CommandMessage message) 
 - 
laneDidCommandpublic void laneDidCommand(CommandMessage message) 
 - 
laneWillUplinkpublic void laneWillUplink(WarpUplink uplink) 
 - 
laneDidUplinkpublic void laneDidUplink(WarpUplink uplink) 
 - 
laneWillEnterpublic void laneWillEnter(Identity identity) 
 - 
laneDidEnterpublic void laneDidEnter(Identity identity) 
 - 
laneWillLeavepublic void laneWillLeave(Identity identity) 
 - 
laneDidLeavepublic void laneDidLeave(Identity identity) 
 
- 
 
-