- All Superinterfaces:
CellContext,Log,TierContext
- All Known Implementing Classes:
ActorHost,HostProxy,PartTableHost
-
Method Summary
Modifier and TypeMethodDescriptionauthenticate(Credentials credentials) <T> TbottomHost(Class<T> hostClass) <A extends Agent>
AgentFactory<A>createAgentFactory(NodeBinding node, Class<? extends A> agentClass) AgentFactory<?>createAgentFactory(NodeBinding node, AgentDef agentDef) createLane(LaneAddress laneAddress) createLane(NodeBinding node, LaneDef laneDef) createNode(NodeAddress nodeAddress) voidvoidedgeName()hostUri()injectLane(LaneAddress laneAddress, LaneBinding lane) injectNode(NodeAddress nodeAddress, NodeBinding node) meshUri()voidopenAgents(NodeBinding node) voidopenLanes(NodeBinding node) voidopenMetaHost(HostBinding host, NodeBinding metaHost) voidopenMetaLane(LaneBinding lane, NodeBinding metaLane) voidopenMetaNode(NodeBinding node, NodeBinding metaNode) voidopenMetaUplink(LinkBinding uplink, NodeBinding metaUplink) part()partKey()<T> TunwrapHost(Class<T> hostClass) Methods inherited from interface swim.system.CellContext
bindDownlink, closeDownlink, openDownlink, openMetaDownlink, policy, pushDown, reportDown, schedule, stage, store
-
Method Details
-
part
PartBinding part() -
hostWrapper
HostBinding hostWrapper() -
unwrapHost
-
bottomHost
-
cellAddress
HostAddress cellAddress()- Specified by:
cellAddressin interfaceCellContext
-
edgeName
String edgeName()- Specified by:
edgeNamein interfaceCellContext
-
meshUri
Uri meshUri()- Specified by:
meshUriin interfaceCellContext
-
partKey
Value partKey() -
hostUri
Uri hostUri() -
openMetaHost
-
createNode
-
injectNode
-
openMetaNode
-
createLane
-
injectLane
-
openMetaLane
-
openMetaUplink
-
createLane
-
openLanes
-
createAgentFactory
-
createAgentFactory
<A extends Agent> AgentFactory<A> createAgentFactory(NodeBinding node, Class<? extends A> agentClass) -
openAgents
-
authenticate
-
didConnect
void didConnect() -
didDisconnect
void didDisconnect()
-