com.sentilla.platform.cmote
Class NetworkStatusMessage

java.lang.Object
  extended by com.sentilla.io.HostMessage
      extended by com.sentilla.platform.cmote.NetworkStatusMessage
All Implemented Interfaces:
Serializable

public class NetworkStatusMessage
extends HostMessage

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sentilla.io.HostMessage
messageType, msgId, obj, returnStatus
 
Constructor Summary
NetworkStatusMessage()
           
NetworkStatusMessage(int severity, String msg)
           
 
Method Summary
 String getMessage()
           
 int getSeverity()
           
 
Methods inherited from class com.sentilla.io.HostMessage
getMessageType, getMsgId, getObject, getReturnStatus, setMessageType, setObject, setReturnStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkStatusMessage

public NetworkStatusMessage()

NetworkStatusMessage

public NetworkStatusMessage(int severity,
                            String msg)
Method Detail

getMessage

public String getMessage()

getSeverity

public int getSeverity()


Copyright © 2007 Sentilla Corporation. All Rights Reserved.