net.flexmojos.oss.test.monitor
Class CommConstraints

java.lang.Object
  extended by net.flexmojos.oss.test.monitor.CommConstraints

public class CommConstraints
extends Object


Field Summary
static String ACK_OF_TEST_RESULT
           
static String END_OF_TEST_RUN
           
static String END_OF_TEST_SUITE
           
static char EOL
           
static String FINISHED
           
static char NULL_BYTE
           
static String OK
           
static String STATUS
           
 
Constructor Summary
CommConstraints()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

END_OF_TEST_RUN

public static final String END_OF_TEST_RUN
See Also:
Constant Field Values

END_OF_TEST_SUITE

public static final String END_OF_TEST_SUITE
See Also:
Constant Field Values

ACK_OF_TEST_RESULT

public static final String ACK_OF_TEST_RESULT
See Also:
Constant Field Values

NULL_BYTE

public static final char NULL_BYTE
See Also:
Constant Field Values

STATUS

public static final String STATUS
See Also:
Constant Field Values

OK

public static final String OK
See Also:
Constant Field Values

FINISHED

public static final String FINISHED
See Also:
Constant Field Values

EOL

public static final char EOL
See Also:
Constant Field Values
Constructor Detail

CommConstraints

public CommConstraints()


Copyright © 2008–2014 flexmojos. All rights reserved.