com.sentilla.platform.cmote
Class NetworkStatus

java.lang.Object
  extended by com.sentilla.platform.cmote.NetworkStatus

public class NetworkStatus
extends Object


Field Summary
static int APPLICATION_DEREGISTERED_MESSAGE
           
static int APPLICATION_INSTALLED_MESSAGE
           
static int APPLICATION_REGISTERED_MESSAGE
           
static int APPLICATION_UNINSTALLED_MESSAGE
           
static int CANCEL
           
static int DEBUG
           
static int ERROR
           
static String FAILURE_MSG
           
static int GATEWAY_CONNECTED
           
static int GATEWAY_DISCONNECTED
           
static int INFO
           
static int MIMEO_STATUS_MESSAGE
           
static int NETWORK_CONNECTED_MESSAGE
           
static int NETWORK_DISCONNECTED_MESSAGE
           
static int NETWORK_START_MESSAGE
           
static int NETWORK_STOP_MESSAGE
           
static int OK
           
static String SERVER_HOST
           
static int SERVER_PORT
           
static int SERVER_RESTART_MESSAGE
           
static int SERVER_START_MESSAGE
           
static int SERVER_STOP_MESSAGE
           
static int STATUS_FAILURE
           
static int STATUS_SUCCESS
           
static String SUCCESS_MSG
           
static int WARNING
           
 
Constructor Summary
NetworkStatus()
           
 
Method Summary
static String printMacAddress(long mac)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OK

public static final int OK
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values

CANCEL

public static final int CANCEL
See Also:
Constant Field Values

INFO

public static final int INFO
See Also:
Constant Field Values

WARNING

public static final int WARNING
See Also:
Constant Field Values

DEBUG

public static final int DEBUG
See Also:
Constant Field Values

MIMEO_STATUS_MESSAGE

public static final int MIMEO_STATUS_MESSAGE
See Also:
Constant Field Values

NETWORK_CONNECTED_MESSAGE

public static final int NETWORK_CONNECTED_MESSAGE
See Also:
Constant Field Values

NETWORK_DISCONNECTED_MESSAGE

public static final int NETWORK_DISCONNECTED_MESSAGE
See Also:
Constant Field Values

NETWORK_START_MESSAGE

public static final int NETWORK_START_MESSAGE
See Also:
Constant Field Values

NETWORK_STOP_MESSAGE

public static final int NETWORK_STOP_MESSAGE
See Also:
Constant Field Values

SERVER_START_MESSAGE

public static final int SERVER_START_MESSAGE
See Also:
Constant Field Values

SERVER_STOP_MESSAGE

public static final int SERVER_STOP_MESSAGE
See Also:
Constant Field Values

SERVER_RESTART_MESSAGE

public static final int SERVER_RESTART_MESSAGE
See Also:
Constant Field Values

APPLICATION_INSTALLED_MESSAGE

public static final int APPLICATION_INSTALLED_MESSAGE
See Also:
Constant Field Values

APPLICATION_UNINSTALLED_MESSAGE

public static final int APPLICATION_UNINSTALLED_MESSAGE
See Also:
Constant Field Values

APPLICATION_REGISTERED_MESSAGE

public static final int APPLICATION_REGISTERED_MESSAGE
See Also:
Constant Field Values

APPLICATION_DEREGISTERED_MESSAGE

public static final int APPLICATION_DEREGISTERED_MESSAGE
See Also:
Constant Field Values

GATEWAY_CONNECTED

public static final int GATEWAY_CONNECTED
See Also:
Constant Field Values

GATEWAY_DISCONNECTED

public static final int GATEWAY_DISCONNECTED
See Also:
Constant Field Values

STATUS_SUCCESS

public static final int STATUS_SUCCESS
See Also:
Constant Field Values

STATUS_FAILURE

public static final int STATUS_FAILURE
See Also:
Constant Field Values

SUCCESS_MSG

public static final String SUCCESS_MSG
See Also:
Constant Field Values

FAILURE_MSG

public static final String FAILURE_MSG
See Also:
Constant Field Values

SERVER_HOST

public static final String SERVER_HOST
See Also:
Constant Field Values

SERVER_PORT

public static final int SERVER_PORT
See Also:
Constant Field Values
Constructor Detail

NetworkStatus

public NetworkStatus()
Method Detail

printMacAddress

public static String printMacAddress(long mac)


Copyright © 2007 Sentilla Corporation. All Rights Reserved.