Uses of Interface
org.webswing.server.services.swinginstance.SwingInstance
-
-
Uses of SwingInstance in org.webswing.server.services.recorder
Methods in org.webswing.server.services.recorder with parameters of type SwingInstance Modifier and Type Method Description SessionRecorderImplSessionRecorderService. create(SwingInstance i, SwingInstanceManager manager)SessionRecorderImplSessionRecorderServiceImpl. create(SwingInstance i, SwingInstanceManager manager)Constructors in org.webswing.server.services.recorder with parameters of type SwingInstance Constructor Description SessionRecorderImpl(SwingInstance swingInstance, SwingInstanceManager manager) -
Uses of SwingInstance in org.webswing.server.services.swinginstance
Classes in org.webswing.server.services.swinginstance that implement SwingInstance Modifier and Type Class Description classSwingInstanceImplMethods in org.webswing.server.services.swinginstance that return SwingInstance Modifier and Type Method Description SwingInstanceSwingInstanceService. create(SwingInstanceManager manager, FileTransferHandler fileHandler, org.webswing.model.c2s.ConnectionHandshakeMsgIn h, org.webswing.server.common.model.SwingConfig config, WebSocketConnection r)SwingInstanceSwingInstanceServiceImpl. create(SwingInstanceManager manager, FileTransferHandler fileHandler, org.webswing.model.c2s.ConnectionHandshakeMsgIn h, org.webswing.server.common.model.SwingConfig config, WebSocketConnection r) -
Uses of SwingInstance in org.webswing.server.services.swingmanager
Methods in org.webswing.server.services.swingmanager with parameters of type SwingInstance Modifier and Type Method Description voidSwingInstanceManager. notifySwingClose(SwingInstance swingAppInstance)voidSwingInstanceManagerImpl. notifySwingClose(SwingInstance swingInstance) -
Uses of SwingInstance in org.webswing.server.services.swingmanager.instance
Methods in org.webswing.server.services.swingmanager.instance that return SwingInstance Modifier and Type Method Description SwingInstanceSwingInstanceSet. findByConnectionId(String connectionId)SwingInstanceSwingInstanceSet. findByInstanceId(String instanceId)SwingInstanceSwingInstanceSet. findByOwnerId(String ownerId)SwingInstanceSwingInstanceHolder. findInstanceByConnectionId(String uuid)SwingInstanceSwingInstanceHolderImpl. findInstanceByConnectionId(String uuid)SwingInstanceSwingInstanceHolder. findInstanceByInstanceId(String instanceId)SwingInstanceSwingInstanceHolderImpl. findInstanceByInstanceId(String instanceId)SwingInstanceSwingInstanceHolder. findInstanceByOwnerId(String ownerId)SwingInstanceSwingInstanceHolderImpl. findInstanceByOwnerId(String ownerId)Methods in org.webswing.server.services.swingmanager.instance that return types with arguments of type SwingInstance Modifier and Type Method Description List<SwingInstance>SwingInstanceHolder. getAllClosedInstances()List<SwingInstance>SwingInstanceHolderImpl. getAllClosedInstances()List<SwingInstance>SwingInstanceHolder. getAllInstances()List<SwingInstance>SwingInstanceHolderImpl. getAllInstances()List<SwingInstance>SwingInstanceSet. getAllInstances()Methods in org.webswing.server.services.swingmanager.instance with parameters of type SwingInstance Modifier and Type Method Description voidSwingInstanceHolder. add(SwingInstance swingInstance)voidSwingInstanceHolderImpl. add(SwingInstance swingInstance)voidSwingInstanceSet. add(SwingInstance swingInstance)booleanSwingInstanceSet. contains(SwingInstance swingInstance)voidSwingInstanceHolder. remove(SwingInstance swingInstance)voidSwingInstanceHolderImpl. remove(SwingInstance swingInstance)
-