org.cybergarage.upnp.device
Class NTS

java.lang.Object
  extended by org.cybergarage.upnp.device.NTS

public class NTS
extends java.lang.Object


Field Summary
static java.lang.String ALIVE
           
static java.lang.String BYEBYE
           
static java.lang.String PROPCHANGE
           
 
Constructor Summary
NTS()
           
 
Method Summary
static boolean isAlive(java.lang.String ntsValue)
           
static boolean isByeBye(java.lang.String ntsValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALIVE

public static final java.lang.String ALIVE
See Also:
Constant Field Values

BYEBYE

public static final java.lang.String BYEBYE
See Also:
Constant Field Values

PROPCHANGE

public static final java.lang.String PROPCHANGE
See Also:
Constant Field Values
Constructor Detail

NTS

public NTS()
Method Detail

isAlive

public static final boolean isAlive(java.lang.String ntsValue)

isByeBye

public static final boolean isByeBye(java.lang.String ntsValue)