Class JvmConnectionServiceImpl
- java.lang.Object
-
- org.webswing.server.services.jvmconnection.JvmConnectionServiceImpl
-
- All Implemented Interfaces:
JvmConnectionService
public class JvmConnectionServiceImpl extends Object implements JvmConnectionService
-
-
Constructor Summary
Constructors Constructor Description JvmConnectionServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JvmConnectionconnect(String connectionId, JvmListener listener)
-
-
-
Method Detail
-
connect
public JvmConnection connect(String connectionId, JvmListener listener) throws org.webswing.server.model.exception.WsException
- Specified by:
connectin interfaceJvmConnectionService- Throws:
org.webswing.server.model.exception.WsException
-
-