java.lang.Object
swim.api.plane.AbstractPlane
- All Implemented Interfaces:
DownlinkFactory,Plane,WarpRef,Log
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAgentRoute(String routeName, String pattern, AgentRoute<?> agentRoute) voidaddAgentRoute(String routeName, UriPattern pattern, AgentRoute<?> agentRoute) voidclose()voidfinal voidvoidfinal voidcommand(String hostUri, String nodeUri, String laneUri, float prio, Value body, Cont<CommandMessage> cont) voidfinal voidvoidfinal voidvoidfinal voidvoidfinal voidvoidfinal voidvoidfinal void<A extends Agent>
AgentRoute<A>createAgentRoute(Class<? extends A> agentClass) voidLogs a debug-level message.voiddidClose()voidvoiddidStart()voiddidStop()downlink()<V> HttpDownlink<V><I,O> WsDownlink<I, O> voidLogs an error-level message.voidLogs an fail-level message.AgentFactory<?>getAgentFactory(Uri nodeUri) <A extends Agent>
AgentRoute<A>getAgentRoute(String routeName) voidLogs an info-level message.voidremoveAgentRoute(String routeName) schedule()stage()voidLogs a trace-level message.voidLogs a warn-level message.voidvoidvoidwillStop()
-
Field Details
-
context
-
-
Constructor Details
-
AbstractPlane
-
AbstractPlane
public AbstractPlane()
-
-
Method Details
-
planeContext
- Specified by:
planeContextin interfacePlane
-
schedule
-
stage
-
createAgentRoute
-
getAgentRoute
-
addAgentRoute
-
addAgentRoute
-
removeAgentRoute
-
getAgentFactory
-
downlink
- Specified by:
downlinkin interfaceDownlinkFactory
-
downlinkList
- Specified by:
downlinkListin interfaceDownlinkFactory
-
downlinkMap
- Specified by:
downlinkMapin interfaceDownlinkFactory
-
downlinkValue
- Specified by:
downlinkValuein interfaceDownlinkFactory
-
downlinkHttp
- Specified by:
downlinkHttpin interfaceDownlinkFactory
-
downlinkWs
- Specified by:
downlinkWsin interfaceDownlinkFactory
-
hostRef
-
hostRef
-
nodeRef
-
nodeRef
-
nodeRef
-
nodeRef
-
laneRef
-
laneRef
-
laneRef
-
laneRef
-
command
-
command
-
command
-
command
-
command
public final void command(Uri nodeUri, Uri laneUri, float prio, Value body, Cont<CommandMessage> cont) -
command
public final void command(String nodeUri, String laneUri, float prio, Value body, Cont<CommandMessage> cont) -
command
-
command
-
command
-
command
-
command
-
command
-
command
-
command
-
command
-
command
-
trace
Description copied from interface:LogLogs a trace-level message. -
debug
Description copied from interface:LogLogs a debug-level message. -
info
Description copied from interface:LogLogs an info-level message. -
warn
Description copied from interface:LogLogs a warn-level message. -
error
Description copied from interface:LogLogs an error-level message. -
fail
Description copied from interface:LogLogs an fail-level message. -
close
public void close() -
willStart
public void willStart() -
didStart
public void didStart() -
willStop
public void willStop() -
didStop
public void didStop() -
willClose
public void willClose() -
didClose
public void didClose() -
didFail
-