public interface SwingInstanceManager extends SecuredPathHandler, SwingInstanceHolder, UrlHandler
| Modifier and Type | Method and Description |
|---|---|
void |
connectView(org.webswing.model.c2s.ConnectionHandshakeMsgIn handshake,
WebSocketConnection r) |
void |
disable() |
org.webswing.model.s2c.ApplicationInfoMsg |
getApplicationInfoMsg() |
org.webswing.server.common.model.SecuredPathConfig |
getConfig() |
Map<String,Number> |
getInstanceMetrics(String clientId) |
Map<String,Map<Long,Number>> |
getInstanceStats(String instance) |
List<String> |
getInstanceWarningHistory(String clientId) |
List<String> |
getInstanceWarnings(String instance) |
boolean |
isUserAuthorized() |
void |
logStatValue(String instance,
String name,
Number value) |
void |
notifySwingClose(SwingInstance swingAppInstance) |
File |
resolveFile(String name) |
get, getPathMapping, initConfiguration, isEnabledfindInstanceByClientId, findInstanceBySessionId, getAllClosedInstances, getAllInstances, getApplicationscheckMasterPermission, checkPermission, destroy, getFullPathMapping, getLastModified, getPathMapping, getRootHandler, getSecuredPath, getSecurityProvider, getServletContext, getUser, init, registerChildUrlHandler, registerFirstChildUrlHandler, removeChildUrlHandler, serveorg.webswing.server.common.model.SecuredPathConfig getConfig()
getConfig in interface SecuredPathHandlerorg.webswing.model.s2c.ApplicationInfoMsg getApplicationInfoMsg()
void connectView(org.webswing.model.c2s.ConnectionHandshakeMsgIn handshake,
WebSocketConnection r)
void notifySwingClose(SwingInstance swingAppInstance)
Map<String,Map<Long,Number>> getInstanceStats(String instance)
Map<String,Number> getInstanceMetrics(String clientId)
boolean isUserAuthorized()
void disable()
Copyright © 2019. All rights reserved.