Module swim.system
Package swim.system

Interface TierBinding

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 Details

    • 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)