java.lang.Object
swim.system.AbstractWarpRef
swim.system.AbstractTierBinding
- All Implemented Interfaces:
- DownlinkFactory,- WarpRef,- CellContext,- TierBinding,- Log
- Direct Known Subclasses:
- ActorSpace,- AgentNode,- AgentView,- EdgeTable,- HostTable,- LaneModel,- LaneView,- MeshTable,- PartTable,- RemoteHost
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected intprotected static final AtomicIntegerFieldUpdater<AbstractTierBinding>protected static final intprotected static final int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidactivate(TierBinding childTier) voidvoidclose()voiddidClose()voidprotected voiddidLoad()protected voiddidOpen()protected voiddidStart()protected voiddidStop()protected voidbooleanisClosed()booleanisLoaded()booleanisOpened()booleanvoidload()voidopen()voidstart()voidstop()abstract TierContextvoidunload()protected voidprotected voidwillLoad()protected voidwillOpen()protected voidprotected voidwillStop()protected voidMethods inherited from class swim.system.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, nodeRefMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface swim.system.CellContextbindDownlink, cellAddress, closeDownlink, edgeName, meshUri, openDownlink, openMetaDownlink, policy, pushDown, reportDown, schedule, stage, store
- 
Field Details- 
statusprotected volatile int status
- 
STATE_MASKprotected static final int STATE_MASK- See Also:
 
- 
CLOSED_STATEprotected static final int CLOSED_STATE- See Also:
 
- 
CLOSING_STATEprotected static final int CLOSING_STATE- See Also:
 
- 
UNLOADING_STATEprotected static final int UNLOADING_STATE- See Also:
 
- 
STOPPING_STATEprotected static final int STOPPING_STATE- See Also:
 
- 
RECOVERING_STATEprotected static final int RECOVERING_STATE- See Also:
 
- 
FAILING_STATEprotected static final int FAILING_STATE- See Also:
 
- 
FAILED_STATEprotected static final int FAILED_STATE- See Also:
 
- 
OPENING_STATEprotected static final int OPENING_STATE- See Also:
 
- 
OPENED_STATEprotected static final int OPENED_STATE- See Also:
 
- 
LOADING_STATEprotected static final int LOADING_STATE- See Also:
 
- 
LOADED_STATEprotected static final int LOADED_STATE- See Also:
 
- 
STARTING_STATEprotected static final int STARTING_STATE- See Also:
 
- 
STARTED_STATEprotected static final int STARTED_STATE- See Also:
 
- 
PHASE_SHIFTprotected static final int PHASE_SHIFT- See Also:
 
- 
PHASE_MASKprotected static final int PHASE_MASK- See Also:
 
- 
CLOSED_PHASEprotected static final int CLOSED_PHASE- See Also:
 
- 
OPENED_PHASEprotected static final int OPENED_PHASE- See Also:
 
- 
LOADED_PHASEprotected static final int LOADED_PHASE- See Also:
 
- 
STARTED_PHASEprotected static final int STARTED_PHASE- See Also:
 
- 
STATUS
 
- 
- 
Constructor Details- 
AbstractTierBindingpublic AbstractTierBinding()
 
- 
- 
Method Details- 
tierContext- Specified by:
- tierContextin interface- TierBinding
 
- 
isClosedpublic boolean isClosed()- Specified by:
- isClosedin interface- TierBinding
 
- 
isOpenedpublic boolean isOpened()- Specified by:
- isOpenedin interface- TierBinding
 
- 
isLoadedpublic boolean isLoaded()- Specified by:
- isLoadedin interface- TierBinding
 
- 
isStartedpublic boolean isStarted()- Specified by:
- isStartedin interface- TierBinding
 
- 
activate
- 
openpublic void open()- Specified by:
- openin interface- TierBinding
 
- 
loadpublic void load()- Specified by:
- loadin interface- TierBinding
 
- 
startpublic void start()- Specified by:
- startin interface- TierBinding
 
- 
stoppublic void stop()- Specified by:
- stopin interface- TierBinding
 
- 
unloadpublic void unload()- Specified by:
- unloadin interface- TierBinding
 
- 
closepublic void close()- Specified by:
- closein interface- TierBinding
- Specified by:
- closein interface- WarpRef
- Specified by:
- closein class- AbstractWarpRef
 
- 
awaitStartpublic void awaitStart()
- 
willOpenprotected void willOpen()
- 
didOpenprotected void didOpen()
- 
willLoadprotected void willLoad()
- 
didLoadprotected void didLoad()
- 
willStartprotected void willStart()
- 
didStartprotected void didStart()
- 
willStopprotected void willStop()
- 
didStopprotected void didStop()
- 
willUnloadprotected void willUnload()
- 
didUnloadprotected void didUnload()
- 
willCloseprotected void willClose()
- 
didClosepublic void didClose()- Specified by:
- didClosein interface- TierBinding
 
- 
didFail- Specified by:
- didFailin interface- TierBinding
 
 
-