-
- All Known Subinterfaces:
EdgeBinding
,HostBinding
,LaneBinding
,MeshBinding
,NodeBinding
,PartBinding
- All Known Implementing Classes:
AbstractTierBinding
,ActorHost
,ActorLane
,ActorMesh
,ActorNode
,ActorPart
,ActorSpace
,ActorTier
,AgentModel
,AgentNode
,AgentView
,CommandLaneModel
,CommandLaneView
,DemandLaneModel
,DemandLaneView
,DemandMapLaneModel
,DemandMapLaneView
,EdgeProxy
,EdgeTable
,HostProxy
,HostTable
,HttpLaneModel
,HttpLaneView
,JoinMapLaneModel
,JoinMapLaneView
,JoinValueLaneModel
,JoinValueLaneView
,LaneModel
,LaneProxy
,LaneView
,ListLaneModel
,ListLaneView
,MapLaneModel
,MapLaneView
,MeshProxy
,MeshTable
,MetaEdgeAgent
,MetaHostAgent
,MetaLaneAgent
,MetaMeshAgent
,MetaPartAgent
,NodeProxy
,PartProxy
,PartTable
,RemoteHost
,RemoteHostClient
,RestLaneModel
,RestLaneView
,SpatialLaneModel
,SpatialLaneView
,SupplyLaneModel
,SupplyLaneView
,ValueLaneModel
,ValueLaneView
,WarpLaneModel
,WarpLaneView
public interface TierBinding
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
didClose()
void
didFail(Throwable error)
boolean
isClosed()
boolean
isLoaded()
boolean
isOpened()
boolean
isStarted()
void
load()
void
open()
void
start()
void
stop()
TierContext
tierContext()
void
unload()
-
-
-
Method Detail
-
tierContext
TierContext tierContext()
-
isClosed
boolean isClosed()
-
isOpened
boolean isOpened()
-
isLoaded
boolean isLoaded()
-
isStarted
boolean isStarted()
-
open
void open()
-
load
void load()
-
start
void start()
-
stop
void stop()
-
unload
void unload()
-
close
void close()
-
didClose
void didClose()
-
didFail
void didFail(Throwable error)
-
-