Module swim.api
Package swim.api.ref

Interface SwimRef

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()  
      void command​(String nodeUri, String laneUri, float prio, swim.structure.Value body)  
      void command​(String nodeUri, String laneUri, float prio, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)  
      void command​(String hostUri, String nodeUri, String laneUri, float prio, swim.structure.Value body)  
      void command​(String hostUri, String nodeUri, String laneUri, float prio, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)  
      void command​(String hostUri, String nodeUri, String laneUri, swim.structure.Value body)  
      void command​(String hostUri, String nodeUri, String laneUri, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)  
      void command​(String nodeUri, String laneUri, swim.structure.Value body)  
      void command​(String nodeUri, String laneUri, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)  
      void command​(swim.uri.Uri nodeUri, swim.uri.Uri laneUri, float prio, swim.structure.Value body)  
      void command​(swim.uri.Uri nodeUri, swim.uri.Uri laneUri, float prio, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)  
      void command​(swim.uri.Uri nodeUri, swim.uri.Uri laneUri, swim.structure.Value body)  
      void command​(swim.uri.Uri nodeUri, swim.uri.Uri laneUri, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)  
      void command​(swim.uri.Uri hostUri, swim.uri.Uri nodeUri, swim.uri.Uri laneUri, float prio, swim.structure.Value body)  
      void command​(swim.uri.Uri hostUri, swim.uri.Uri nodeUri, swim.uri.Uri laneUri, float prio, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)  
      void command​(swim.uri.Uri hostUri, swim.uri.Uri nodeUri, swim.uri.Uri laneUri, swim.structure.Value body)  
      void command​(swim.uri.Uri hostUri, swim.uri.Uri nodeUri, swim.uri.Uri laneUri, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)  
      HostRef hostRef​(String hostUri)  
      HostRef hostRef​(swim.uri.Uri hostUri)  
      LaneRef laneRef​(String nodeUri, String laneUri)  
      LaneRef laneRef​(String hostUri, String nodeUri, String laneUri)  
      LaneRef laneRef​(swim.uri.Uri nodeUri, swim.uri.Uri laneUri)  
      LaneRef laneRef​(swim.uri.Uri hostUri, swim.uri.Uri nodeUri, swim.uri.Uri laneUri)  
      NodeRef nodeRef​(String nodeUri)  
      NodeRef nodeRef​(String hostUri, String nodeUri)  
      NodeRef nodeRef​(swim.uri.Uri nodeUri)  
      NodeRef nodeRef​(swim.uri.Uri hostUri, swim.uri.Uri nodeUri)  
    • Method Detail

      • hostRef

        HostRef hostRef​(swim.uri.Uri hostUri)
      • nodeRef

        NodeRef nodeRef​(swim.uri.Uri hostUri,
                        swim.uri.Uri nodeUri)
      • nodeRef

        NodeRef nodeRef​(swim.uri.Uri nodeUri)
      • laneRef

        LaneRef laneRef​(swim.uri.Uri hostUri,
                        swim.uri.Uri nodeUri,
                        swim.uri.Uri laneUri)
      • laneRef

        LaneRef laneRef​(swim.uri.Uri nodeUri,
                        swim.uri.Uri laneUri)
      • command

        void command​(swim.uri.Uri hostUri,
                     swim.uri.Uri nodeUri,
                     swim.uri.Uri laneUri,
                     float prio,
                     swim.structure.Value body,
                     swim.concurrent.Cont<swim.warp.CommandMessage> cont)
      • command

        void command​(String hostUri,
                     String nodeUri,
                     String laneUri,
                     float prio,
                     swim.structure.Value body,
                     swim.concurrent.Cont<swim.warp.CommandMessage> cont)
      • command

        void command​(swim.uri.Uri hostUri,
                     swim.uri.Uri nodeUri,
                     swim.uri.Uri laneUri,
                     swim.structure.Value body,
                     swim.concurrent.Cont<swim.warp.CommandMessage> cont)
      • command

        void command​(String hostUri,
                     String nodeUri,
                     String laneUri,
                     swim.structure.Value body,
                     swim.concurrent.Cont<swim.warp.CommandMessage> cont)
      • command

        void command​(swim.uri.Uri nodeUri,
                     swim.uri.Uri laneUri,
                     float prio,
                     swim.structure.Value body,
                     swim.concurrent.Cont<swim.warp.CommandMessage> cont)
      • command

        void command​(String nodeUri,
                     String laneUri,
                     float prio,
                     swim.structure.Value body,
                     swim.concurrent.Cont<swim.warp.CommandMessage> cont)
      • command

        void command​(swim.uri.Uri nodeUri,
                     swim.uri.Uri laneUri,
                     swim.structure.Value body,
                     swim.concurrent.Cont<swim.warp.CommandMessage> cont)
      • command

        void command​(String nodeUri,
                     String laneUri,
                     swim.structure.Value body,
                     swim.concurrent.Cont<swim.warp.CommandMessage> cont)
      • command

        void command​(swim.uri.Uri hostUri,
                     swim.uri.Uri nodeUri,
                     swim.uri.Uri laneUri,
                     float prio,
                     swim.structure.Value body)
      • command

        void command​(String hostUri,
                     String nodeUri,
                     String laneUri,
                     float prio,
                     swim.structure.Value body)
      • command

        void command​(swim.uri.Uri hostUri,
                     swim.uri.Uri nodeUri,
                     swim.uri.Uri laneUri,
                     swim.structure.Value body)
      • command

        void command​(String hostUri,
                     String nodeUri,
                     String laneUri,
                     swim.structure.Value body)
      • command

        void command​(swim.uri.Uri nodeUri,
                     swim.uri.Uri laneUri,
                     float prio,
                     swim.structure.Value body)
      • command

        void command​(String nodeUri,
                     String laneUri,
                     float prio,
                     swim.structure.Value body)
      • command

        void command​(swim.uri.Uri nodeUri,
                     swim.uri.Uri laneUri,
                     swim.structure.Value body)
      • command

        void command​(String nodeUri,
                     String laneUri,
                     swim.structure.Value body)
      • close

        void close()