org.cybergarage.upnp.device
Class NTS

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

public class NTS
extends Object


Field Summary
static String ALIVE
           
static String BYEBYE
           
static String PROPCHANGE
           
 
Constructor Summary
NTS()
           
 
Method Summary
static boolean isAlive(String ntsValue)
           
static boolean isByeBye(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 String ALIVE
See Also:
Constant Field Values

BYEBYE

public static final String BYEBYE
See Also:
Constant Field Values

PROPCHANGE

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

NTS

public NTS()
Method Detail

isAlive

public static final boolean isAlive(String ntsValue)

isByeBye

public static final boolean isByeBye(String ntsValue)


Copyright © 2009 DomoWare. All Rights Reserved.