]
Rob Stryker updated JBIDE-26070:
--------------------------------
Fix Version/s: 4.6.0.AM3
[SSP] Client Managed workflow
-----------------------------
Key: JBIDE-26070
URL:
https://issues.jboss.org/browse/JBIDE-26070
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.6.0.AM2
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 4.6.0.AM3
aged flow
@startuml
Client -> Adaptor : findservers
Client <- Adaptor : serverlist
Client -> Adaptor : create server
Client <- Adaptor : serverAdded (id)
Client -> Adaptor : getLaunchProperties()
Adapter -> Client : here’s a list
Client -> Adaptor : getLaunchCommand(String serverId, String mode,
Map<String,String> properties)
Client <- Adaptor : launch string (id)
Client -> Adaptor : server started
Client -> Adaptor : server stopped
Client -> Adaptor : publish
@enduml