public class SoftwareServerVersionManager extends BasicModule implements ServerSessionEventListener
| Constructor and Description |
|---|
SoftwareServerVersionManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
sessionCreated(Session session)
Notification event indicating that a server has connected with the server.
|
void |
sessionDestroyed(Session session)
A connected session of a server was destroyed.
|
void |
start()
Starts the basic module.
|
void |
stop()
Stops the basic module.
|
destroy, getName, initializepublic void start()
throws IllegalStateException
BasicModuleStarts the basic module.
Inheriting classes that choose to override this method MUST call this start() method before accessing BasicModule resources.
start in interface Modulestart in class BasicModuleIllegalStateException - If start is called before initialize
successfully returnspublic void stop()
BasicModuleStops the basic module.
Inheriting classes that choose to override this method MUST call this stop() method before accessing BasicModule resources.
stop in interface Modulestop in class BasicModulepublic void sessionCreated(Session session)
ServerSessionEventListenersessionCreated in interface ServerSessionEventListenersession - the connected session of a serverpublic void sessionDestroyed(Session session)
ServerSessionEventListenersessionDestroyed in interface ServerSessionEventListenersession - the connected session of a server.Copyright © 2003–2019 Ignite Realtime. All rights reserved.