Interface SwingInstanceManager
-
- All Superinterfaces:
SecuredPathHandler,UrlHandler
- All Known Implementing Classes:
SwingInstanceManagerImpl
public interface SwingInstanceManager extends SecuredPathHandler, UrlHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconnectView(org.webswing.model.c2s.ConnectionHandshakeMsgIn handshake, WebSocketConnection r)voiddisable()org.webswing.model.s2c.ApplicationInfoMsggetApplicationInfoMsg()org.webswing.server.common.model.SecuredPathConfiggetConfig()StringgetRecordingsDirPath()StatisticsReadergetStatsReader()SwingInstanceHoldergetSwingInstanceHolder()booleanisUserAuthorized()voidlogStatValue(String instance, String name, Number value)voidnotifySwingClose(SwingInstance swingAppInstance)FileresolveFile(String name)-
Methods inherited from interface org.webswing.server.services.security.login.SecuredPathHandler
get, getPathMapping, initConfiguration, isEnabled
-
Methods inherited from interface org.webswing.server.base.UrlHandler
checkMasterPermission, checkPermission, destroy, getFullPathMapping, getLastModified, getPathMapping, getRootHandler, getSecuredPath, getSecurityProvider, getServletContext, getUser, init, registerChildUrlHandler, registerFirstChildUrlHandler, removeChildUrlHandler, serve
-
-
-
-
Method Detail
-
getConfig
org.webswing.server.common.model.SecuredPathConfig getConfig()
- Specified by:
getConfigin interfaceSecuredPathHandler
-
getApplicationInfoMsg
org.webswing.model.s2c.ApplicationInfoMsg getApplicationInfoMsg()
-
connectView
void connectView(org.webswing.model.c2s.ConnectionHandshakeMsgIn handshake, WebSocketConnection r)
-
notifySwingClose
void notifySwingClose(SwingInstance swingAppInstance)
-
getStatsReader
StatisticsReader getStatsReader()
-
isUserAuthorized
boolean isUserAuthorized()
-
disable
void disable()
-
getSwingInstanceHolder
SwingInstanceHolder getSwingInstanceHolder()
-
getRecordingsDirPath
String getRecordingsDirPath()
-
-