blob: 13560e6a99b3835811352ccaa78aab5c02de1ccb [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="271.2px" preserveAspectRatio="none" style="width:728px;height:271px;" version="1.1" viewBox="0 0 728 271" width="728.4px" zoomAndPan="magnify"><defs><filter height="300%" id="fxerzl4s6z9dj" width="300%" x="-1" y="-1"><feGaussianBlur result="blurOut" stdDeviation="2.4"/><feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/><feOffset dx="4.8" dy="4.8" in="blurOut2" result="blurOut3"/><feBlend in="SourceGraphic" in2="blurOut3" mode="normal"/></filter></defs><g><rect fill="#FFFFFF" filter="url(#fxerzl4s6z9dj)" height="81.9188" style="stroke: #A80036; stroke-width: 1.2;" width="12" x="502.2" y="119.6344"/><line style="stroke: #A80036; stroke-width: 1.2; stroke-dasharray: 5.0,5.0;" x1="43.2" x2="43.2" y1="45.9563" y2="223.1531"/><line style="stroke: #A80036; stroke-width: 1.2; stroke-dasharray: 5.0,5.0;" x1="507.6" x2="507.6" y1="45.9563" y2="223.1531"/><rect fill="#FEFECE" filter="url(#fxerzl4s6z9dj)" height="36.3562" style="stroke: #A80036; stroke-width: 1.7999999999999998;" width="63.6" x="9.6" y="3.6"/><text fill="#000000" font-family="sans-serif" font-size="16.8" lengthAdjust="spacingAndGlyphs" textLength="46.8" x="18" y="27.5941">Client</text><rect fill="#FEFECE" filter="url(#fxerzl4s6z9dj)" height="36.3562" style="stroke: #A80036; stroke-width: 1.7999999999999998;" width="63.6" x="9.6" y="221.9531"/><text fill="#000000" font-family="sans-serif" font-size="16.8" lengthAdjust="spacingAndGlyphs" textLength="46.8" x="18" y="245.9473">Client</text><rect fill="#FEFECE" filter="url(#fxerzl4s6z9dj)" height="36.3562" style="stroke: #A80036; stroke-width: 1.7999999999999998;" width="238.8" x="386.4" y="3.6"/><text fill="#000000" font-family="sans-serif" font-size="16.8" lengthAdjust="spacingAndGlyphs" textLength="222" x="394.8" y="27.5941">Device Connection Service</text><rect fill="#FEFECE" filter="url(#fxerzl4s6z9dj)" height="36.3562" style="stroke: #A80036; stroke-width: 1.7999999999999998;" width="238.8" x="386.4" y="221.9531"/><text fill="#000000" font-family="sans-serif" font-size="16.8" lengthAdjust="spacingAndGlyphs" textLength="222" x="394.8" y="245.9473">Device Connection Service</text><rect fill="#FFFFFF" filter="url(#fxerzl4s6z9dj)" height="81.9188" style="stroke: #A80036; stroke-width: 1.2;" width="12" x="502.2" y="119.6344"/><polygon fill="#A80036" points="487.8,114.8344,499.8,119.6344,487.8,124.4344,492.6,119.6344" style="stroke: #A80036; stroke-width: 1.2;"/><line style="stroke: #A80036; stroke-width: 1.2;" x1="43.8" x2="495" y1="119.6344" y2="119.6344"/><text fill="#000000" font-family="sans-serif" font-size="15.6" lengthAdjust="spacingAndGlyphs" textLength="418.8" x="52.2" y="77.2365">transfer(subject: "set-cmd-handling-adapter-instance",</text><text fill="#000000" font-family="sans-serif" font-size="15.6" lengthAdjust="spacingAndGlyphs" textLength="426" x="57" y="95.3959">device_id: "device-1", adapter_instance_id: "adapter_1",</text><text fill="#000000" font-family="sans-serif" font-size="15.6" lengthAdjust="spacingAndGlyphs" textLength="112.8" x="57" y="113.5553">lifespan: 3600)</text><path d="M297.6,135.2344 L297.6,165.2344 L714,165.2344 L714,147.2344 L702,135.2344 L297.6,135.2344 " fill="#FBFB77" filter="url(#fxerzl4s6z9dj)" style="stroke: #A80036; stroke-width: 1.2;"/><path d="M702,135.2344 L702,147.2344 L714,147.2344 L702,135.2344 " fill="#FBFB77" style="stroke: #A80036; stroke-width: 1.2;"/><text fill="#000000" font-family="sans-serif" font-size="15.6" lengthAdjust="spacingAndGlyphs" textLength="391.2" x="304.8" y="155.7146">set command-handling adapter instance for device</text><polygon fill="#A80036" points="57,196.7531,45,201.5531,57,206.3531,52.2,201.5531" style="stroke: #A80036; stroke-width: 1.2;"/><line style="stroke: #A80036; stroke-width: 1.2;" x1="49.8" x2="507" y1="201.5531" y2="201.5531"/><text fill="#000000" font-family="sans-serif" font-size="15.6" lengthAdjust="spacingAndGlyphs" textLength="170.4" x="64.2" y="195.474">transfer(status: "204")</text><!--MD5=[a6ac3462a1757a2cb56018529af2f61c]
@startuml
scale 1.2
Client -> "Device Connection Service": transfer(subject: "set-cmd-handling-adapter-instance", \n device_id: "device-1", adapter_instance_id: "adapter_1", \n lifespan: 3600)
activate "Device Connection Service"
note over "Device Connection Service"
set command-handling adapter instance for device
end note
"Device Connection Service" -> Client: transfer(status: "204")
deactivate "Device Connection Service"
@enduml
PlantUML version 1.2019.11(Sun Sep 22 12:02:15 CEST 2019)
(GPL source distribution)
Java Runtime: OpenJDK Runtime Environment
JVM: OpenJDK 64-Bit Server VM
Java Version: 11.0.6+10-post-Ubuntu-1ubuntu118.04.1
Operating System: Linux
Default Encoding: UTF-8
Language: de
Country: DE
--></g></svg>