cl.yx.YX_NotificationServer Class Reference

List of all members.

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

Constructor & Destructor Documentation

cl.yx.YX_NotificationServer.YX_NotificationServer ( YX_Session  yxSession,
int  port 
) throws YX_IOException

Member Function Documentation

boolean cl.yx.YX_NotificationServer.connectionOk (  ) 

Tries to contact Lyric device so that it contact this service in return.

Returns:
true if connection from Lyric to NotificationServer is ok
false if connection from Lyric to NotificationServer was not possible
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?

Exceptions:
YX_IOException 

Member Data Documentation