Uses of Interface
org.webswing.server.services.swingprocess.SwingProcessService
-
Packages that use SwingProcessService Package Description org.webswing.server.extension org.webswing.server.services.rest org.webswing.server.services.swinginstance org.webswing.server.services.swingprocess -
-
Uses of SwingProcessService in org.webswing.server.extension
Methods in org.webswing.server.extension that return SwingProcessService Modifier and Type Method Description SwingProcessServiceExtensionDependencies. getProcessService()SwingProcessServiceExtensionServiceImpl. getProcessService()Constructors in org.webswing.server.extension with parameters of type SwingProcessService Constructor Description ExtensionServiceImpl(ExtensionClassLoader extensionLoader, SwingProcessService processService, ConfigurationService configuService, RestService restService) -
Uses of SwingProcessService in org.webswing.server.services.rest
Constructors in org.webswing.server.services.rest with parameters of type SwingProcessService Constructor Description RestServiceImpl(ConfigurationService configService, StatisticsLoggerService loggerService, SwingProcessService processService) -
Uses of SwingProcessService in org.webswing.server.services.swinginstance
Constructors in org.webswing.server.services.swinginstance with parameters of type SwingProcessService Constructor Description SwingInstanceImpl(SwingInstanceManager manager, FileTransferHandler fileHandler, SwingProcessService processService, JvmConnectionService connectionService, SessionRecorderService recorderService, org.webswing.model.c2s.ConnectionHandshakeMsgIn h, org.webswing.server.common.model.SwingConfig config, WebSocketConnection websocket)SwingInstanceServiceImpl(SwingProcessService processService, JvmConnectionService connectionService, SessionRecorderService recorderService) -
Uses of SwingProcessService in org.webswing.server.services.swingprocess
Classes in org.webswing.server.services.swingprocess that implement SwingProcessService Modifier and Type Class Description classSwingProcessServiceImpl
-