- java.lang.Object
- 
- swim.actor.ActorCell
- 
- swim.actor.ActorTier
 
 
- 
- All Implemented Interfaces:
- CellBinding,- CellContext,- TierBinding,- TierContext,- Log
 
 public abstract class ActorTier extends ActorCell implements TierBinding, TierContext 
- 
- 
Constructor SummaryConstructors Constructor Description ActorTier()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()protected voidcloseStage()protected voidcloseStore()voiddidLoad()voiddidOpen()voiddidStart()voiddidStop()voiddidUnload()booleanisClosed()booleanisLoaded()booleanisOpened()booleanisStarted()voidload()voidopen()protected StageopenStage()protected StoreBindingopenStore()Scheduleschedule()Stagestage()voidstart()voidstop()StoreBindingstore()TierContexttierContext()voidunload()voidwillClose()voidwillLoad()voidwillOpen()voidwillStart()voidwillStop()voidwillUnload()- 
Methods inherited from class swim.actor.ActorCellbindDownlink, cellAddress, cellBinding, cellContext, closeDownlink, closeLog, closePolicy, debug, edgeName, error, fail, info, meshUri, openDownlink, openLog, openPolicy, openUplink, policy, pushDown, pushUp, reportDown, trace, warn
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface swim.runtime.CellContextopenMetaDownlink
 - 
Methods inherited from interface swim.runtime.TierBindingdidClose, didFail
 
- 
 
- 
- 
- 
Method Detail- 
tierContextpublic final TierContext tierContext() - Specified by:
- tierContextin interface- TierBinding
 
 - 
schedulepublic Schedule schedule() - Specified by:
- schedulein interface- CellContext
- Overrides:
- schedulein class- ActorCell
 
 - 
stagepublic Stage stage() - Specified by:
- stagein interface- CellContext
- Overrides:
- stagein class- ActorCell
 
 - 
storepublic StoreBinding store() - Specified by:
- storein interface- CellContext
- Overrides:
- storein class- ActorCell
 
 - 
openStageprotected Stage openStage() 
 - 
closeStageprotected void closeStage() 
 - 
openStoreprotected StoreBinding openStore() 
 - 
closeStoreprotected void closeStore() 
 - 
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
 
 - 
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- TierContext
 
 - 
willOpenpublic void willOpen() - Specified by:
- willOpenin interface- TierContext
 
 - 
didOpenpublic void didOpen() - Specified by:
- didOpenin interface- TierContext
 
 - 
willLoadpublic void willLoad() - Specified by:
- willLoadin interface- TierContext
 
 - 
didLoadpublic void didLoad() - Specified by:
- didLoadin interface- TierContext
 
 - 
willStartpublic void willStart() - Specified by:
- willStartin interface- TierContext
 
 - 
didStartpublic void didStart() - Specified by:
- didStartin interface- TierContext
 
 - 
willStoppublic void willStop() - Specified by:
- willStopin interface- TierContext
 
 - 
didStoppublic void didStop() - Specified by:
- didStopin interface- TierContext
 
 - 
willUnloadpublic void willUnload() - Specified by:
- willUnloadin interface- TierContext
 
 - 
didUnloadpublic void didUnload() - Specified by:
- didUnloadin interface- TierContext
 
 - 
willClosepublic void willClose() - Specified by:
- willClosein interface- TierContext
 
 
- 
 
-