at.tuwien.ifs.somtoolbox.apps.viewer.controls.psomserver
Class PocketSOMConnector.ConnectorEndpoint
java.lang.Object
java.lang.Thread
at.tuwien.ifs.somtoolbox.apps.viewer.controls.psomserver.PocketSOMConnector.ConnectorEndpoint
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- PocketSOMConnector
private class PocketSOMConnector.ConnectorEndpoint
- extends Thread
The ConnectorEndpoint, receiving Paths and PlayLists.
- Author:
- Jakob Frank
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
running
boolean running
server
ServerSocket server
notificationReceivers
private Vector<Socket> notificationReceivers
_PlayerListener
private PlayerListener _PlayerListener
_PlayListListener
private PlayListListener _PlayListListener
_VisualizationChangeListener
private VisualizationChangeListener _VisualizationChangeListener
pin
private final String pin
PocketSOMConnector.ConnectorEndpoint
private PocketSOMConnector.ConnectorEndpoint(int port,
String pin)
throws Exception
- Throws:
Exception
run
public void run()
- Specified by:
run
in interface Runnable
- Overrides:
run
in class Thread
shutdown
public void shutdown()
register4PlayerNotifications
private void register4PlayerNotifications()
unregister4PlayerNotifications
private void unregister4PlayerNotifications()
informListeners
private void informListeners(String message)