-
- All Superinterfaces:
DownlinkFactory
- All Known Subinterfaces:
AgentContext,Client,PlaneContext,Space
- All Known Implementing Classes:
AbstractAgent,AbstractPlane,AbstractTierBinding,AbstractWarpRef,ActorSpace,AgentModel,AgentNode,AgentView,ClientRuntime,CommandLaneModel,CommandLaneView,DemandLaneModel,DemandLaneView,DemandMapLaneModel,DemandMapLaneView,EdgeTable,HostTable,HttpLaneModel,HttpLaneView,JoinMapLaneModel,JoinMapLaneView,JoinValueLaneModel,JoinValueLaneView,LaneModel,LaneView,ListLaneModel,ListLaneView,MapLaneModel,MapLaneView,MeshTable,MetaEdgeAgent,MetaHostAgent,MetaLaneAgent,MetaMeshAgent,MetaPartAgent,PartTable,RemoteHost,RemoteHostClient,RestLaneModel,RestLaneView,SpatialLaneModel,SpatialLaneView,SupplyLaneModel,SupplyLaneView,ValueLaneModel,ValueLaneView,WarpLaneModel,WarpLaneView
public interface WarpRef extends DownlinkFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidcommand(String nodeUri, String laneUri, float prio, Value body)voidcommand(String nodeUri, String laneUri, float prio, Value body, Cont<CommandMessage> cont)voidcommand(String hostUri, String nodeUri, String laneUri, float prio, Value body)voidcommand(String hostUri, String nodeUri, String laneUri, float prio, Value body, Cont<CommandMessage> cont)voidcommand(String hostUri, String nodeUri, String laneUri, Value body)voidcommand(String hostUri, String nodeUri, String laneUri, Value body, Cont<CommandMessage> cont)voidcommand(String nodeUri, String laneUri, Value body)voidcommand(String nodeUri, String laneUri, Value body, Cont<CommandMessage> cont)voidcommand(Uri nodeUri, Uri laneUri, float prio, Value body)voidcommand(Uri nodeUri, Uri laneUri, float prio, Value body, Cont<CommandMessage> cont)voidcommand(Uri nodeUri, Uri laneUri, Value body)voidcommand(Uri nodeUri, Uri laneUri, Value body, Cont<CommandMessage> cont)voidcommand(Uri hostUri, Uri nodeUri, Uri laneUri, float prio, Value body)voidcommand(Uri hostUri, Uri nodeUri, Uri laneUri, float prio, Value body, Cont<CommandMessage> cont)voidcommand(Uri hostUri, Uri nodeUri, Uri laneUri, Value body)voidcommand(Uri hostUri, Uri nodeUri, Uri laneUri, Value body, Cont<CommandMessage> cont)HostRefhostRef(String hostUri)HostRefhostRef(Uri hostUri)LaneReflaneRef(String nodeUri, String laneUri)LaneReflaneRef(String hostUri, String nodeUri, String laneUri)LaneReflaneRef(Uri nodeUri, Uri laneUri)LaneReflaneRef(Uri hostUri, Uri nodeUri, Uri laneUri)NodeRefnodeRef(String nodeUri)NodeRefnodeRef(String hostUri, String nodeUri)NodeRefnodeRef(Uri nodeUri)NodeRefnodeRef(Uri hostUri, Uri nodeUri)-
Methods inherited from interface swim.api.downlink.DownlinkFactory
downlink, downlinkHttp, downlinkList, downlinkMap, downlinkValue, downlinkWs
-
-
-
-
Method Detail
-
command
void command(Uri hostUri, Uri nodeUri, Uri laneUri, float prio, Value body, Cont<CommandMessage> cont)
-
command
void command(String hostUri, String nodeUri, String laneUri, float prio, Value body, Cont<CommandMessage> cont)
-
command
void command(String hostUri, String nodeUri, String laneUri, Value body, Cont<CommandMessage> cont)
-
command
void command(Uri nodeUri, Uri laneUri, float prio, Value body, Cont<CommandMessage> cont)
-
command
void command(String nodeUri, String laneUri, float prio, Value body, Cont<CommandMessage> cont)
-
command
void command(Uri nodeUri, Uri laneUri, Value body, Cont<CommandMessage> cont)
-
command
void command(String nodeUri, String laneUri, Value body, Cont<CommandMessage> cont)
-
close
void close()
-
-