- 
- All Superinterfaces:
 Log
- All Known Subinterfaces:
 EdgeBinding,EdgeContext,HostContext,LaneContext,MeshBinding,MeshContext,NodeContext,PartBinding,PartContext
- All Known Implementing Classes:
 AbstractTierBinding,AbstractWarpRef,ActorCell,ActorHost,ActorLane,ActorMesh,ActorNode,ActorPart,ActorSpace,ActorTier,AgentLane,AgentModel,AgentNode,AgentView,ClientRuntime,CommandLaneModel,CommandLaneView,DemandLaneModel,DemandLaneView,DemandMapLaneModel,DemandMapLaneView,EdgeProxy,EdgeTable,EdgeTableMesh,HostProxy,HostScope,HostTable,HostTableNode,HttpLaneModel,HttpLaneView,JoinMapLaneModel,JoinMapLaneView,JoinValueLaneModel,JoinValueLaneView,LaneModel,LaneProxy,LaneScope,LaneView,ListLaneModel,ListLaneView,MapLaneModel,MapLaneView,MeshProxy,MeshTable,MeshTablePart,MetaEdgeAgent,MetaHostAgent,MetaLaneAgent,MetaMeshAgent,MetaPartAgent,NodeProxy,NodeScope,PartProxy,PartTable,PartTableHost,RemoteHost,RemoteHostClient,RestLaneModel,RestLaneView,Scope,SpatialLaneModel,SpatialLaneView,SupplyLaneModel,SupplyLaneView,ValueLaneModel,ValueLaneView,WarpLaneModel,WarpLaneView
public interface CellContext extends Log
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkBindingbindDownlink(Downlink downlink)CellAddresscellAddress()voidcloseDownlink(LinkBinding link)StringedgeName()UrimeshUri()voidopenDownlink(LinkBinding link)voidopenMetaDownlink(LinkBinding downlink, NodeBinding metaDownlink)Policypolicy()voidpushDown(Push<?> push)voidreportDown(Metric metric)Scheduleschedule()Stagestage()StoreBindingstore() 
 - 
 
- 
- 
Method Detail
- 
cellAddress
CellAddress cellAddress()
 
- 
edgeName
String edgeName()
 
- 
meshUri
Uri meshUri()
 
- 
policy
Policy policy()
 
- 
schedule
Schedule schedule()
 
- 
stage
Stage stage()
 
- 
store
StoreBinding store()
 
- 
bindDownlink
LinkBinding bindDownlink(Downlink downlink)
 
- 
openDownlink
void openDownlink(LinkBinding link)
 
- 
closeDownlink
void closeDownlink(LinkBinding link)
 
- 
openMetaDownlink
void openMetaDownlink(LinkBinding downlink, NodeBinding metaDownlink)
 
- 
pushDown
void pushDown(Push<?> push)
 
- 
reportDown
void reportDown(Metric metric)
 
 - 
 
 -