public class CmsJlanThreadManager extends java.lang.Object
Since the JLAN server requires its own thread and cannot be run in the same thread as the startup, this creates a new thread solely for starting JLAN.
Modifier and Type | Class and Description |
---|---|
protected class |
CmsJlanThreadManager.JlanThread
The thread for starting the JLAN server.
|
Constructor and Description |
---|
CmsJlanThreadManager() |
Modifier and Type | Method and Description |
---|---|
void |
start()
Starts the JLAN server in a new thread.
|
void |
stop()
Tries to stop the JLAN server and return after it is stopped, but will also return if the thread hasn't stopped after MAX_SHUTDOWN_WAIT_MILLIS.
|
public CmsJlanThreadManager()