java.lang.Object
swim.actor.ActorCell
- All Implemented Interfaces:
CellBinding,CellContext,Log
- Direct Known Subclasses:
ActorTier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbindDownlink(Downlink downlink) abstract CellAddressabstract CellBindingabstract CellContextvoidcloseDownlink(LinkBinding link) protected voidcloseLog()protected voidvoidLogs a debug-level message.edgeName()voidLogs an error-level message.voidLogs an fail-level message.voidLogs an info-level message.meshUri()voidopenDownlink(LinkBinding link) protected LogopenLog()protected PolicyvoidopenUplink(LinkBinding link) policy()voidvoidvoidreportDown(Metric metric) schedule()stage()store()voidLogs a trace-level message.voidLogs a warn-level message.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface swim.system.CellContext
openMetaDownlink
-
Constructor Details
-
ActorCell
public ActorCell()
-
-
Method Details
-
cellBinding
-
cellContext
-
cellAddress
- Specified by:
cellAddressin interfaceCellContext
-
edgeName
- Specified by:
edgeNamein interfaceCellContext
-
meshUri
- Specified by:
meshUriin interfaceCellContext
-
policy
- Specified by:
policyin interfaceCellContext
-
schedule
- Specified by:
schedulein interfaceCellContext
-
stage
- Specified by:
stagein interfaceCellContext
-
store
- Specified by:
storein interfaceCellContext
-
openLog
-
closeLog
protected void closeLog() -
openPolicy
-
closePolicy
protected void closePolicy() -
bindDownlink
- Specified by:
bindDownlinkin interfaceCellContext
-
openDownlink
- Specified by:
openDownlinkin interfaceCellContext
-
closeDownlink
- Specified by:
closeDownlinkin interfaceCellContext
-
pushDown
- Specified by:
pushDownin interfaceCellContext
-
reportDown
- Specified by:
reportDownin interfaceCellContext
-
openUplink
- Specified by:
openUplinkin interfaceCellBinding
-
pushUp
- Specified by:
pushUpin interfaceCellBinding
-
trace
Description copied from interface:LogLogs a trace-level message. -
debug
Description copied from interface:LogLogs a debug-level message. -
info
Description copied from interface:LogLogs an info-level message. -
warn
Description copied from interface:LogLogs a warn-level message. -
error
Description copied from interface:LogLogs an error-level message. -
fail
Description copied from interface:LogLogs an fail-level message.
-