java.lang.Object
swim.api.SwimContext
Thread-local context variables.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidclear()static AgentContextstatic LanegetLane()static LinkgetLink()static PlaneContextstatic ServiceContextstatic voidsetAgentContext(AgentContext agentContext) static voidstatic voidstatic voidsetPlaneContext(PlaneContext planeContext) static voidsetServiceContext(ServiceContext serviceContext)
-
Method Details
-
getServiceContext
-
setServiceContext
-
getPlaneContext
-
setPlaneContext
-
getAgentContext
-
setAgentContext
-
getLane
-
setLane
-
getLink
-
setLink
-
clear
public static void clear()
-