org.ourgrid.corepeer.ui
Class UIMessages

java.lang.Object
  extended by org.ourgrid.corepeer.ui.UIMessages

public class UIMessages
extends java.lang.Object


Field Summary
static java.lang.String COREPEER_IS_ALREADY_RUNNING
           
static java.lang.String COREPEER_IS_NOT_RUNNING
           
static java.lang.String COREPEER_IS_UP_RUNNING
           
static java.lang.String COREPEER_STOPPED
           
static java.lang.String COREPEER_STOPPING
           
static java.lang.String COULD_NOT_STOP
           
static java.lang.String STARTING_COREPEER
           
 
Constructor Summary
UIMessages()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COULD_NOT_STOP

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

COREPEER_IS_NOT_RUNNING

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

COREPEER_IS_UP_RUNNING

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

COREPEER_IS_ALREADY_RUNNING

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

STARTING_COREPEER

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

COREPEER_STOPPING

public static java.lang.String COREPEER_STOPPING

COREPEER_STOPPED

public static java.lang.String COREPEER_STOPPED
Constructor Detail

UIMessages

public UIMessages()