Class SwingInstanceServiceImpl
- java.lang.Object
-
- org.webswing.server.services.swinginstance.SwingInstanceServiceImpl
-
- All Implemented Interfaces:
SwingInstanceService
public class SwingInstanceServiceImpl extends Object implements SwingInstanceService
-
-
Constructor Summary
Constructors Constructor Description SwingInstanceServiceImpl(SwingProcessService processService, JvmConnectionService connectionService, SessionRecorderService recorderService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SwingInstancecreate(SwingInstanceManager manager, FileTransferHandler fileHandler, org.webswing.model.c2s.ConnectionHandshakeMsgIn h, org.webswing.server.common.model.SwingConfig config, WebSocketConnection r)
-
-
-
Constructor Detail
-
SwingInstanceServiceImpl
@Inject public SwingInstanceServiceImpl(SwingProcessService processService, JvmConnectionService connectionService, SessionRecorderService recorderService)
-
-
Method Detail
-
create
public SwingInstance create(SwingInstanceManager manager, FileTransferHandler fileHandler, org.webswing.model.c2s.ConnectionHandshakeMsgIn h, org.webswing.server.common.model.SwingConfig config, WebSocketConnection r) throws org.webswing.server.model.exception.WsException
- Specified by:
createin interfaceSwingInstanceService- Throws:
org.webswing.server.model.exception.WsException
-
-