| Package | Description |
|---|---|
| org.webswing.server.services.swinginstance | |
| org.webswing.server.services.swingmanager | |
| org.webswing.server.services.swingmanager.instance |
| Modifier and Type | Class and Description |
|---|---|
class |
SwingInstanceImpl |
| Modifier and Type | Method and Description |
|---|---|
SwingInstance |
SwingInstanceServiceImpl.create(SwingInstanceManager manager,
FileTransferHandler fileHandler,
org.webswing.model.c2s.ConnectionHandshakeMsgIn h,
org.webswing.server.common.model.SwingConfig config,
WebSocketConnection r) |
SwingInstance |
SwingInstanceService.create(SwingInstanceManager manager,
FileTransferHandler fileHandler,
org.webswing.model.c2s.ConnectionHandshakeMsgIn h,
org.webswing.server.common.model.SwingConfig config,
WebSocketConnection r) |
| Constructor and Description |
|---|
SessionRecorder(SwingInstance swingInstance) |
| Modifier and Type | Method and Description |
|---|---|
void |
SwingInstanceManager.notifySwingClose(SwingInstance swingAppInstance) |
void |
SwingInstanceManagerImpl.notifySwingClose(SwingInstance swingInstance) |
| Modifier and Type | Method and Description |
|---|---|
SwingInstance |
SwingInstanceSet.findByConnectionId(String connectionId) |
SwingInstance |
SwingInstanceSet.findByInstanceId(String instanceId) |
SwingInstance |
SwingInstanceSet.findByOwnerId(String ownerId) |
SwingInstance |
SwingInstanceHolder.findInstanceByConnectionId(String uuid) |
SwingInstance |
SwingInstanceHolderImpl.findInstanceByConnectionId(String uuid) |
SwingInstance |
SwingInstanceHolder.findInstanceByInstanceId(String instanceId) |
SwingInstance |
SwingInstanceHolderImpl.findInstanceByInstanceId(String instanceId) |
SwingInstance |
SwingInstanceHolder.findInstanceByOwnerId(String ownerId) |
SwingInstance |
SwingInstanceHolderImpl.findInstanceByOwnerId(String ownerId) |
| Modifier and Type | Method and Description |
|---|---|
List<SwingInstance> |
SwingInstanceHolder.getAllClosedInstances() |
List<SwingInstance> |
SwingInstanceHolderImpl.getAllClosedInstances() |
List<SwingInstance> |
SwingInstanceHolder.getAllInstances() |
List<SwingInstance> |
SwingInstanceHolderImpl.getAllInstances() |
List<SwingInstance> |
SwingInstanceSet.getAllInstances() |
| Modifier and Type | Method and Description |
|---|---|
void |
SwingInstanceHolder.add(SwingInstance swingInstance) |
void |
SwingInstanceHolderImpl.add(SwingInstance swingInstance) |
void |
SwingInstanceSet.add(SwingInstance swingInstance) |
boolean |
SwingInstanceSet.contains(SwingInstance swingInstance) |
void |
SwingInstanceHolder.remove(SwingInstance swingInstance) |
void |
SwingInstanceHolderImpl.remove(SwingInstance swingInstance) |
Copyright © 2018. All rights reserved.