Kanzi Connect  3.9.8
Kanzi Connect Java API
ServiceBase Class Referenceabstract
Inheritance diagram for ServiceBase:
ForegroundServiceBase

Classes

class  StateChangeMonitor
 

Public Member Functions

 ServiceBase (String serverName, int logLevel)
 
 ServiceBase (String serverName)
 
ClientConnector getClientConnector ()
 
String getServerAddress ()
 
IBinder onBind (Intent intent)
 
void onCreate ()
 
void onDestroy ()
 
int onStartCommand (Intent intent, int flags, int startId)
 

Protected Member Functions

abstract AbstractService getConnectService (ClientConnector connector)
 
void initialize ()
 
boolean isReadyToInitialize ()
 
void onConnectionStateChanged (ClientConnector.State state)
 Subclasses can implement this to react to connection state changes of Kanzi Connect.