Public Member Functions | |
| boolean | connectionOk () |
| Tries to contact Lyric device so that it contact this service in return. | |
| void | restartService () throws YX_IOException |
| Starts or Restart the NotificationServer. You should not be using this often. If you are, then something is wrong in your network and connection are being dropped maybe? | |
| YX_NotificationServer (YX_Session yxSession, int port) throws YX_IOException | |
Package Attributes | |
| YX_Session | my_session |
| int | my_port |
| ServerSocket | my_service |
| cl.yx.YX_NotificationServer.YX_NotificationServer | ( | YX_Session | yxSession, | |
| int | port | |||
| ) | throws YX_IOException |
| boolean cl.yx.YX_NotificationServer.connectionOk | ( | ) |
Tries to contact Lyric device so that it contact this service in return.
| void cl.yx.YX_NotificationServer.restartService | ( | ) | throws YX_IOException |
Starts or Restart the NotificationServer. You should not be using this often. If you are, then something is wrong in your network and connection are being dropped maybe?
| YX_IOException |
int cl.yx.YX_NotificationServer.my_port [package] |
ServerSocket cl.yx.YX_NotificationServer.my_service [package] |