-
- 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 void
close()
void
command(String nodeUri, String laneUri, float prio, Value body)
void
command(String nodeUri, String laneUri, float prio, Value body, Cont<CommandMessage> cont)
void
command(String hostUri, String nodeUri, String laneUri, float prio, Value body)
void
command(String hostUri, String nodeUri, String laneUri, float prio, Value body, Cont<CommandMessage> cont)
void
command(String hostUri, String nodeUri, String laneUri, Value body)
void
command(String hostUri, String nodeUri, String laneUri, Value body, Cont<CommandMessage> cont)
void
command(String nodeUri, String laneUri, Value body)
void
command(String nodeUri, String laneUri, Value body, Cont<CommandMessage> cont)
void
command(Uri nodeUri, Uri laneUri, float prio, Value body)
void
command(Uri nodeUri, Uri laneUri, float prio, Value body, Cont<CommandMessage> cont)
void
command(Uri nodeUri, Uri laneUri, Value body)
void
command(Uri nodeUri, Uri laneUri, Value body, Cont<CommandMessage> cont)
void
command(Uri hostUri, Uri nodeUri, Uri laneUri, float prio, Value body)
void
command(Uri hostUri, Uri nodeUri, Uri laneUri, float prio, Value body, Cont<CommandMessage> cont)
void
command(Uri hostUri, Uri nodeUri, Uri laneUri, Value body)
void
command(Uri hostUri, Uri nodeUri, Uri laneUri, Value body, Cont<CommandMessage> cont)
HostRef
hostRef(String hostUri)
HostRef
hostRef(Uri hostUri)
LaneRef
laneRef(String nodeUri, String laneUri)
LaneRef
laneRef(String hostUri, String nodeUri, String laneUri)
LaneRef
laneRef(Uri nodeUri, Uri laneUri)
LaneRef
laneRef(Uri hostUri, Uri nodeUri, Uri laneUri)
NodeRef
nodeRef(String nodeUri)
NodeRef
nodeRef(String hostUri, String nodeUri)
NodeRef
nodeRef(Uri nodeUri)
NodeRef
nodeRef(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()
-
-